Commit Graph

21103 Commits

Author SHA1 Message Date
smf-
18e1c572cb changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, so that class based cpu devices can also be passed. 2013-03-06 14:07:11 +00:00
Fabio Priuli
226e33c4d0 few more cleanups. nw. 2013-03-06 14:01:23 +00:00
Phil Bennett
8928e5d768 Clang warning fixes: (nw)
src/mame/video/atarimo.c:584:10: warning: array index -1 is before the beginning of the array [-Warray-bounds]

src/emu/cpu/tms34010/34010gfx.c:1518:14: warning: shift count >=width of type [-Wshift-count-overflow]
(etc)
2013-03-06 13:46:27 +00:00
Fabio Priuli
fe5b7b2b96 (MESS) snes.c: updated the driver to only save the real amount of SRAM present on the cart. This means
that old .nv files won't be directly compatible with newer exe, but you shall be able to keep your saves 
    by backing them up and taking the first block of the correct size (e.g. if you take the first 8KB block of 
    your old .nv for Super Metroid it should work fine with the new exe). At the same time, MESS should be 
    now compatible with saves taken in other emulators. [Fabio Priuli]
2013-03-06 13:08:54 +00:00
Fabio Priuli
da210cf4ab minor cleanup. nw. 2013-03-06 12:44:03 +00:00
Olivier Galibert
5a0809b0c2 namcos10: Now every game should be at the same brokenness level (nw) 2013-03-06 12:41:15 +00:00
Nathan Woods
cdf305d5ec Fixed bug in 6x09 DAA instruction; finalizr (and probably other games) now
handle score correctly. (nw)
2013-03-06 12:38:02 +00:00
Nathan Woods
a623104489 Fixed unidasm, but this fix is really gross. If we are serious about unidasm,
somebody should figure out our strategy for ensuring that disassemblers are
usable by this tool in a way that won't cause problems for device modernization.
2013-03-06 11:36:48 +00:00
Olivier Galibert
6e21c3b4a6 duh 2013-03-06 11:33:28 +00:00
smf-
dae58284c6 made 6309 and konami compatible with unidasm, only 6809 to go (nw) 2013-03-06 11:29:39 +00:00
Olivier Galibert
39be32c76c namcos10: moar better (nw) 2013-03-06 11:28:57 +00:00
Olivier Galibert
d336ba7b6c namcos10 slight improvement (nw) 2013-03-06 09:36:38 +00:00
David Haywood
db34c10f78 new clones
Head On (bootleg, alt maze) [ANY]
2013-03-06 08:54:05 +00:00
David Haywood
dfcdedc052 new clones
----------

Super Ranger (older) [ANY]

(this has the same program roms as the 2 licensed versions, but the 2 graphic roms containing the SunA logo + license differ, showing only SunA)
2013-03-06 08:16:36 +00:00
Andrew Gardner
17c063bcb2 Modernized vc4000 device. [Andrew Gardner] 2013-03-06 04:36:55 +00:00
Andrew Gardner
c64c35d64a Modernized the beep and taitosnd devices. [Andrew Gardner] 2013-03-06 04:33:54 +00:00
Jonathan Gevaryahu
1230f110d6 (MESS) vk100.c (DEC GIGI/VK100): Hooked up the direction prom to the vector generator rather than using a hack. Still a lot of work to go, but the test mode looks like it at least starts off running more correctly before it fails. [Lord Nightmare] 2013-03-06 03:06:18 +00:00
Angelo Salese
bf4e794264 Check-point 2013-03-06 03:00:31 +00:00
Brian Troha
f050f8c329 New Demolition Derby clone
mcr.c: Added the "full" version of Demolition Derby that is dipswitch selectable between Upright and Cocktail mode. The other version was a only supported Cocktail mode.  Also added proper dipswitch settings for the Cocktail mode only version. [Brian Troha]

New Clone Added
----------------------------------
Demolition Derby [Brian Troha, The Dumping Union]
2013-03-06 02:49:58 +00:00
Brian Troha
4112fcddad new Martial Champ clone added
New Clone Added
------------------------------------
Martial Champion (ver UAE) [Brian Troha, The Dumping Union]
2013-03-06 02:35:23 +00:00
Angelo Salese
7d4a272c2c Some misc changes 2013-03-06 00:10:35 +00:00
Angelo Salese
4748825ca9 dreamchg seems to use a framebuffer ... 2013-03-05 23:43:05 +00:00
David Haywood
2dd8539542 new clones
Seibu Cup Soccer :Selection: (bootleg, set 3) [ANY] (NOT WORKING)
2013-03-05 22:56:06 +00:00
Angelo Salese
ee650a0f8f Puts some gfxs in animelnd, not quite good enough 2013-03-05 21:58:51 +00:00
David Haywood
ae2d8d80da new clones
Bomb Kick (set 2) [ANY]
2013-03-05 21:37:12 +00:00
Angelo Salese
2557c0a353 Games now starts to execute code, starting PC seems hard-locked at 0x6000480 2013-03-05 20:53:37 +00:00
Fabio Priuli
f27ca23d59 another small cleanup. nw. 2013-03-05 20:02:31 +00:00
Curt Coder
8f0e76eecd (MESS) cbm8296: WIP. (nw) 2013-03-05 19:58:24 +00:00
Angelo Salese
9d77a66715 Fixed endianness 2013-03-05 19:57:25 +00:00
Curt Coder
a30a3fe31f (MESS) cbm8296: WIP. (nw) 2013-03-05 19:56:17 +00:00
Curt Coder
2f864eae54 (MESS) cbm8296: WIP. (nw) 2013-03-05 19:55:47 +00:00
Curt Coder
ab4d9ca569 m6809: Fixed compile on older OS X tools. (nw) 2013-03-05 19:54:55 +00:00
David Haywood
2a43be4b00 by (multiple) req. better coolriders default inputs (nw) 2013-03-05 19:50:18 +00:00
David Haywood
1b3e88528b more notes 2013-03-05 18:54:49 +00:00
Fabio Priuli
9bade1ce3f this should be more accurate. nw. 2013-03-05 18:49:26 +00:00
Fabio Priuli
91e4b64b05 another one. nw. 2013-03-05 18:29:55 +00:00
Fabio Priuli
4f56eb9628 minor cleanup. nw. 2013-03-05 17:45:11 +00:00
David Haywood
d01bc1c008 changed note a bit 2013-03-05 17:10:38 +00:00
R. Belmont
af53ff5473 Sega documentation cleanups [f205v] 2013-03-05 14:35:09 +00:00
Miodrag Milanovic
304f60902d some snes cleanup (nw) 2013-03-05 14:00:33 +00:00
Nathan Woods
86416c03e1 Konami CPU fixes; simpsons gets further now (nw) 2013-03-05 13:48:02 +00:00
Fabio Priuli
2b4177249e re-srcclean'd. nw. 2013-03-05 13:15:46 +00:00
Miodrag Milanovic
ede318287f some snes modernization (nw) 2013-03-05 12:53:46 +00:00
Fabio Priuli
4d2a7c826d forgot to save... nw. 2013-03-05 12:07:53 +00:00
Fabio Priuli
aa2b3bb471 srccleaned + minor fixes. nw. 2013-03-05 12:01:47 +00:00
Michaël Banaan Ananas
24837775a4 (video fade btanb note) 2013-03-05 11:56:54 +00:00
Fabio Priuli
0694bfd717 moved snes add-on chips emulation to src/mess/, at last. 2013-03-05 11:01:22 +00:00
Miodrag Milanovic
6fbf9923e3 Fix issue with overwriting internal address map for snes. This should be made device_address_map in future but cpu core needs first to be converted to c++ (nw) 2013-03-05 10:43:09 +00:00
Fabio Priuli
7d59f1d7e9 removed snesbsx driver: it never worked, and satellaview support will be done through slot devices. nw. 2013-03-05 09:26:25 +00:00
Fabio Priuli
12ed314551 other two statics gone. nw. 2013-03-05 08:18:31 +00:00