Commit Graph

26632 Commits

Author SHA1 Message Date
Oliver Stöneberg
87ae2cf1bd added some more chdman tests - they had been sitting in my tree for a while, but I held off the commit because the input/output files are a bit bigger than the existing ones (nw) 2014-02-09 18:26:05 +00:00
Fabio Priuli
19644051e1 (MESS) nes_irem.c: fixed Ai Sensei no Oshiete, based on hardware doc by naruko [Fabio Priuli] 2014-02-09 18:02:34 +00:00
Fabio Priuli
07c4b07c1b fixed properties. nw. 2014-02-09 17:09:25 +00:00
Fabio Priuli
069e93c169 (MESS) coco_cart.xml: added some new dumps [K1W1] 2014-02-09 17:09:12 +00:00
David Haywood
ca8accbdb7 just some added some misc stuff I've been testing drivers with to the Softlists (nw) 2014-02-09 16:05:30 +00:00
Couriersud
27c185a25c Made device startup cleaner. 2014-02-09 13:19:43 +00:00
Fabio Priuli
2b2197e01f (MESS) softlists: added a bunch of new dumps (plus a couple from next summer). nw. 2014-02-09 12:41:26 +00:00
Couriersud
e7ebfc0e16 Netlist code maintenance work. 2014-02-09 12:25:25 +00:00
Nathan Woods
c14776a32f Removing stray #include 2014-02-09 11:58:38 +00:00
Fabio Priuli
98ea494a9f (MESS) nes: added support for iNES 2.0 submappers [Fabio Priuli]
out of whatsnew:
+ fixed a small bug in handling MMC-1 games with > 8K of WRAM (only a Jpn baseball games use this, 
   and I can see no difference in behavior)
+ updated emulation status in xml for a few games I had made working during slot-ification
2014-02-09 11:21:08 +00:00
Michaël Banaan Ananas
bab0e88167 added missing opcodes and 'illegal opcode'-NMI 2014-02-09 09:02:40 +00:00
Yasuhiro Ogawa
9e6925da29 updated documentation [Charles MacDonald] 2014-02-09 07:54:02 +00:00
R. Belmont
58a32ed83e (MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 device. Much, much better. [R. Belmont] 2014-02-09 06:15:29 +00:00
R. Belmont
73c35febef restore natural keyboard (nw) 2014-02-09 01:11:18 +00:00
R. Belmont
4241c775e4 (MESS) Apple drivers cleanup: [R. Belmont]
- apple3_state is no longer an unnecessary subclass of apple2_state
- ay3600 keyboard decoder is now independent from apple2_state
- cleaned up some includes
2014-02-09 01:08:22 +00:00
Michaël Banaan Ananas
037c55493c improved irqs 2014-02-08 20:06:51 +00:00
Fabio Priuli
fda2bee03e (MESS) nes_mmc5: misc wip [Fabio Priuli]
* hacked around the limitations of our PPU code, so to support the different CHR registers
* implemented Extended Attribute Mode (Ex1)
* improved PRG-RAM handling
* simplified NT-RAM handling
* first attempt to add split screen mode, still broken

out of whatsnew: this was for sake of messnew inclusion ;)
2014-02-08 19:21:07 +00:00
Fabio Priuli
7cecc33fe7 (MESS) nes_mmc5: * hacked around the limitations of our PPU code, so to support the
different CHR registers
* improved PRG-RAM handling
* first attempt to add split screen mode, still broken
no whatsnew

the hack only deals with the way MMC-5 monitors PPU activity, not with the actual effect. when
I get to the point of completing my not-yet-abandoned PPU rewrite, the new calls in ppu2c0x.h
will go away...
2014-02-08 19:15:14 +00:00
Alex W. Jackson
c747802a77 twincobr.c: fix flipscreen after core changes, cleanups [Alex Jackson] 2014-02-08 18:48:13 +00:00
R. Belmont
22f45bf70a (MESS) apple3: extended addressing applies to all $x1 opcodes. SOS apps now start up. [R. Belmont] 2014-02-08 17:56:13 +00:00
Sandro Ronco
65c1aaef63 (MESS) gl4000: fixed screen size. (nw) 2014-02-08 15:59:56 +00:00
Couriersud
5d8cd9329e All MAME <-> Netlist interfacing is now done in the machine device driver. This
a) ensures, that the interface logic is in one place and easy to understand
b) ensures, that netlists represent the hardware and not what has to be done
   to hook the hardware up in MAME.
   
The interface part is considered to be relatively stable. Consequently, enabled netlist audio filtering in 1942.
2014-02-08 15:55:21 +00:00
Nathan Woods
e92dab9e34 Changed how NULL callbacks are specified on win_draw_callbacks 2014-02-08 14:19:00 +00:00
Miodrag Milanovic
7c46016fc7 small cleanup (nw) 2014-02-08 10:08:22 +00:00
Ivan Vangelista
d61b0da8fc cleanups (nw) 2014-02-08 08:00:02 +00:00
Yasuhiro Ogawa
52bcbb6f0a redumped 317-0024 (FD1089B) used by Time Scanner [Charles MacDonald, ShouTime] 2014-02-08 06:04:14 +00:00
Yasuhiro Ogawa
c19cf62eb9 New clone added
Racing Beat (Japan) [ShouTime]
2014-02-08 05:33:59 +00:00
Yasuhiro Ogawa
536939c57f New clone added
Spider-man: the Videogame (Japan) [ShouTime]

also fixed filename of previous dumps (EPR-14280 shoud be IC7, not IC6)
2014-02-08 04:49:26 +00:00
Ivan Vangelista
5490080949 Reverted r27231(Technos flipscreen adjustments) since it's not needed anymore, thanks to AWJ proper fix.(nw) 2014-02-07 18:37:38 +00:00
Ivan Vangelista
796808c25a Reverted r27230(Technos flipscreen adjustments) since it's not needed anymore, thanks to AWJ proper fix. (nw) 2014-02-07 18:25:34 +00:00
Fabio Priuli
9dfc179510 (MESS) nes_mmc5: added Extended Attribute Mode emulation. Koei titles start displaying
something that is not garbage. nw.
2014-02-07 15:20:57 +00:00
Curt Coder
a24e0640a3 (MESS) Refactored the Commodore 2040/3040/4040 disk drives to use the modern floppy system. [Curt Coder] 2014-02-07 15:12:54 +00:00
Robbbert
95b8ff6fb7 (MESS) ts802 : started adding devices 2014-02-07 14:35:59 +00:00
Alex W. Jackson
a332f06926 toaplan1.c: remove sound reset hack, unify gfx decoding, various cleanups [Alex Jackson] 2014-02-07 13:32:48 +00:00
Fabio Priuli
1aa7194558 (MESS) nes_mmc5: further cleanups (this time for NT-RAM handling). no visible improvements,
but it bothered me that we were saving as NVRAM the external RAM, while it was volatile in real 
carts. nw.
2014-02-07 13:30:33 +00:00
Fabio Priuli
dd91beb013 (MESS) nes_mmc5: simplified some code. no visible improvements. nw. 2014-02-07 11:52:45 +00:00
David Haywood
3149910eeb new clones
Raiden II (set 9, Holland) [Alex Meijer (Asure)]  (not working, protection)
2014-02-07 09:29:52 +00:00
Robbbert
116948faa2 fixed compile error 2014-02-07 09:25:22 +00:00
Fabio Priuli
2ebc0c265c (MESS) nes: added support for PRG-only PCB (aka Mapper 218) which uses NT-RAM
as CHR-RAM, used by nocash's game Magic Floor. [Fabio Priuli]
2014-02-07 08:42:07 +00:00
Roberto Fresca
a441089b68 just missing notes... 2014-02-07 02:41:43 +00:00
Roberto Fresca
1dce7476df New games marked as GAME_NOT_WORKING
------------------------------------
Cherry Wheel (Version 1.7) [Roberto Fresca, ANY]
2014-02-07 02:36:45 +00:00
R. Belmont
c88cfbdb25 New games added as GAME_NOT_WORKING:
------------------------------------
Mamoru-kun wa Norowarete Shimatta! [rtw]
Mushiking The King Of Beetles II ENG (Ver. 1.001) [rtw]
Mushiking The King Of Beetles II ENG (Ver. 2.001) [rtw]
Radirgy Noa [rtw]
Star Horse Progress (Rev. A) [rtw, Mr. CAST, hap, Yohji, Smitdogg, The Dumping Union]
Touch de Zunou (Rev. A) [CaH4e3]

New clones added:
----------------
Mazan  -  Flash of The Blade (MAZ3 Ver. A) [rtw, ShouTime]
Melty Blood Actress Again (Ver. A) [rtw]
Ninja Assault (NJA1 Ver. A) [rtw, ShouTime]
Ninja Assault (NJA2 Ver. A) [rtw, ShouTime]

Other changes:
--------------
- Redumped Salary Man Kintaro [Guru]
- M4 cart handling greatly improved (added needed flash commands, fixed 
encryption on/off logic) [MetalliC]
- f355 EPR was overdumped (mirrored 2 times), fixed [MetalliC]
- Completed dump of vtenis2c, ROM test passes now [MetalliC]
- M1/Actel and Namco carts IC layouts fixed, ROM test passes now [MetalliC]
- Namco 2f-2b IC names changed to <cartlabel>.2d,2c etc,  without fl0-fl4, 
because its the second IC label on the PCB (like "IC17S ROM1" on Sega carts) [MetalliC]
- Re-parented World Kicks [MetalliC]
- IC labels changed according to cart PCBs [MetalliC]
- minor docs update [MetalliC]
2014-02-07 02:20:27 +00:00
Roberto Fresca
00b179369a New games marked as GAME_NOT_WORKING
------------------------------------
Joker Poker (Coinmaster set 2) [Roberto Fresca, ANY]
2014-02-07 01:08:11 +00:00
Alex W. Jackson
a5d3a7daa9 Fix rallybik title screen color [Alex Jackson] 2014-02-06 18:43:22 +00:00
Fabio Priuli
63dd624665 (MESS) nes: added support for Multi-Discrete PCB (aka Mapper 28) used
by Action 53 - Function 16 - Volume ONE - "Streemerz Bundle" homebrew
multicart. [Fabio Priuli]
2014-02-06 17:44:32 +00:00
Curt Coder
d04e52ebcc (MESS) pet: Floppy WIP. (nw) 2014-02-06 16:34:50 +00:00
Robbbert
0973a2b1b5 (MESS) apf : more homebrews 2014-02-06 11:48:16 +00:00
Robbbert
35cd6fd3d3 (MESS) phc25 : fixed graphic modes 2014-02-06 10:58:20 +00:00
Miodrag Milanovic
299a6559b0 Resolved bug MT05443 (nw) 2014-02-06 07:47:34 +00:00
Roberto Fresca
81da493743 Added Bingo PCB layout and technical notes. [Roberto Fresca] 2014-02-06 05:21:50 +00:00