Commit Graph

21182 Commits

Author SHA1 Message Date
Oliver Stöneberg
6ec886341c fixed uninitialized members in src/emu/machine/6850acia.c (nw) 2013-03-06 20:35:17 +00:00
Oliver Stöneberg
e755525854 fixed uninitialized member in src/emu/video/saa5050.c (nw) 2013-03-06 20:27:06 +00:00
Oliver Stöneberg
fbba1eaac6 fixed uninitialized memory in src/emu/machine/rp5c01.c (nw) 2013-03-06 20:11:49 +00:00
David Haywood
554671cc70 added sounds, inputs, promoted to working
new WORKING
Dream Ball [same credits as last time]

could do with lamps, and hopper hookup so you don't get a payout error tho.
2013-03-06 20:03:19 +00:00
Oliver Stöneberg
75cb409fe1 fixed uninitialized members in src/emu/machine/6522via.c (nw) 2013-03-06 19:51:46 +00:00
smf-
7d50e2df77 not sure if we need big and little endian versions of disassemblers, but there already were some. this name is too long to fit and be meaningful (nw) 2013-03-06 19:35:25 +00:00
smf-
91e3528e48 meant to sort these into cpu name order before last commit, they appear to have mostly been in "find in files" order before with manual changes (nw) 2013-03-06 19:30:46 +00:00
smf-
4e8ed1bcb1 all cpu cores with a CPU_DISASSMBLE are supported by unidasm (nw) 2013-03-06 19:24:46 +00:00
smf-
50447aa561 added SCUDSP cpu type, though it currently only has a disassembler (nw) 2013-03-06 19:24:17 +00:00
David Haywood
c7dc3b49f7 don't load the default eeprom file from the board, it has 10 credits inserted already. 2013-03-06 19:21:48 +00:00
Jonathan Gevaryahu
3327ca4b5d (MESS) cat.c (Canon Cat): Got rid of the keyboard interrupt timer and hooked the keyboard interrupt to the 6ms timer instead, which is closer to hardware. The cursor blinks at a more correct but not completely correct rate now. The duart (the REAL source of the interrupts, which should fire with the transitions of the 12ms period squarewave) still does not work for interrupts properly, it needs its innards fixed. [Lord Nightmare] 2013-03-06 19:21:42 +00:00
David Haywood
065b70b8ee like so.. 2013-03-06 19:15:45 +00:00
David Haywood
bf62e9c7fe current, need to fix eeprom hookup. 2013-03-06 19:12:40 +00:00
smf-
e1b4e03da9 moved CPU_DISASSEMBLE into the disassembler (nw) 2013-03-06 19:04:47 +00:00
Oliver Stöneberg
d1786bfee0 fixed uninitialized memory in src/emu/machine/nmc9306.c (nw) 2013-03-06 19:00:15 +00:00
Oliver Stöneberg
7c1a6e7ed9 fixed uninitialized memory in src/emu/machine/z80dma.c (nw) 2013-03-06 18:52:57 +00:00
David Haywood
1b0f8e1434 preliminary gfx hookups, shows version info 2013-03-06 18:34:36 +00:00
David Haywood
5a7e9894b8 new NOT WORKING
Dream Ball [J. Finney, TrevEB, Yohji, Smitdogg, The Dumping Union]

(I'll look at hooking things up properly in a moment)
2013-03-06 18:21:04 +00:00
smf-
4ad4e70ea1 tms57002 works in unidasm, disassemble interface can be revisited when all cpu cores have been converted. [smf] 2013-03-06 18:02:20 +00:00
smf-
b8216f048a reduced some duplication in the nec disassembler interface (nw) 2013-03-06 17:49:58 +00:00
David Haywood
59b20dca6e I imagine there is actually a logic flaw in the new code, but for now let's just stop it blowing up. 2013-03-06 17:44:44 +00:00
Fabio Priuli
ebf4e8eae4 experimental merging of snes memory handlers. please test your favorite SNES games against previous code
(or against latest release) and report regressions.
2013-03-06 16:15:08 +00:00
Fabio Priuli
75f1fe0c71 whops. forgot this. nw. 2013-03-06 15:54:50 +00:00
smf-
af2dee37c5 fix stack overflow in disasm_disassemble (nw) 2013-03-06 15:37:55 +00:00
Fabio Priuli
a455a62f25 added a missing open bus case... nw. 2013-03-06 15:32:01 +00:00
Fabio Priuli
efe8b826bc (MESS) pico.xml: Added more Japanese dumps. [TeamEurope] 2013-03-06 14:50:03 +00:00
Angelo Salese
84b7dac5cf Another one ... 2013-03-06 14:36:15 +00:00
smf-
28235d443b no idea why these used CPU_DISASSEMBLE but didn't use CPU_DISASSEMBLE_NAME for calling the function. (nw) 2013-03-06 14:34:53 +00:00
smf-
62ba32cb4f pass this instead of NULL and options instead of 0 in the class based cpu cores (nw) 2013-03-06 14:10:52 +00:00
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