Commit Graph

21146 Commits

Author SHA1 Message Date
smf-
e28ed1357c Added tms9900, tms9980 & tms9995 to unidasm. Other tms99xx cpu cores are generated with macros, including the CPU_DISASSEMBLE (nw) 2013-03-07 07:20:48 +00:00
Andrew Gardner
039aa6d9d7 Modernized wswan, special, and svision devices. [Andrew Gardner] 2013-03-07 04:30:56 +00:00
Oliver Stöneberg
6d31dcec55 fixed uninitialized member in src/emu/cpu/tms9900/tms9995.c (nw) 2013-03-06 22:49:53 +00:00
Oliver Stöneberg
4eb9370149 (MESS) fixed uninitialized member in src/mess/machine/ecb_grip.c (nw) 2013-03-06 22:44:44 +00:00
Oliver Stöneberg
6bd6fcf5f2 (MESS) fixed uninitialized member in src/mess/video/gime.c (nw) 2013-03-06 22:34:57 +00:00
Oliver Stöneberg
5964b44a12 fixed uninitialized members in src/emu/machine/mos6526.c (nw) 2013-03-06 22:24:24 +00:00
Oliver Stöneberg
36f67a44c9 fixed uninitialized member in src/emu/video/mc6845.c (nw) 2013-03-06 22:15:50 +00:00
Olivier Galibert
b524a9250e m6809: Get rid of the preprocessor pass, for great justice [O. Galibert] 2013-03-06 21:26:37 +00:00
Oliver Stöneberg
cac3564b54 fixed uninitialized member in src/emu/machine/i8255.c (nw) 2013-03-06 20:59:40 +00:00
Oliver Stöneberg
866dff3462 (MESS) fixed uninitialized member in src/mess/machine/esqvfd.c (nw) 2013-03-06 20:52:21 +00:00
Oliver Stöneberg
fa132cb630 fixed another uninitialized member in src/emu/machine/mc68901.c (nw) 2013-03-06 20:49:25 +00:00
David Haywood
5253ef9c6b missed an input 2013-03-06 20:47:09 +00:00
Oliver Stöneberg
e702b4ba6f fixed uninitialized member in src/emu/machine/mc68901.c (nw) 2013-03-06 20:43:49 +00:00
Oliver Stöneberg
992cef0e8e fixed another uninitialized member in src/emu/machine/6850acia.c (nw) 2013-03-06 20:40:09 +00:00
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