Commit Graph

21692 Commits

Author SHA1 Message Date
Oliver Stöneberg
e67a5a593b (MESS) fixed uninitialized memory in src/mess/machine/i82371sb.c (nw) 2013-03-09 00:25:18 +00:00
Oliver Stöneberg
234b4aed99 fixed uninitialized members in src/mame/video/tia.c (nw) 2013-03-09 00:22:51 +00:00
Oliver Stöneberg
8531a3311e (MESS) fixed uninitialized memory in src/mess/machine/a2eext80col.c (nw) 2013-03-09 00:13:06 +00:00
Oliver Stöneberg
d69742ed94 (MESS) fixed uninitialized member in src/mess/machine/zx8302.c (nw) 2013-03-09 00:09:04 +00:00
Wilbert Pol
07e1fde74e (MESS) ngp.c: Made the drivers a bit more user friendly. (nw) 2013-03-08 19:35:45 +00:00
Michaël Banaan Ananas
7f9d6975d9 (typo) 2013-03-08 19:11:56 +00:00
Michaël Banaan Ananas
8be6287c73 small fix on sprite enable 2013-03-08 19:08:09 +00:00
Angelo Salese
2e94356ab8 First pass at improving CD get status command, fixes streamed music in falcom2, Wachenroder, World Cup 98 and probably others 2013-03-08 19:04:41 +00:00
Scott Stone
5024224ee4 cps1.c: [Team CPS-1]
* Documented several games which have roms that have one a 1-byte difference, now known to be confirmed good and simply an older revision.  Thanks goto Bonkey0013, Kold666, Stefan Lindberg and others for the cooperation and board investigations.
 * Restored back the rom parts removed in previous updates because they
needed to be documented and added the missing ones of the recently dumped
3wondersr1.
2013-03-08 18:28:57 +00:00
Oliver Stöneberg
39722c06d2 (MESS) fixed uninitialized memory in src/mess/video/mos6566.c (nw) 2013-03-08 18:11:52 +00:00
Oliver Stöneberg
db24344ae6 fixed uninitialized member in src/emu/sound/mos6560.c (nw) 2013-03-08 17:57:46 +00:00
Nathan Woods
1ec5b84aa8 Fixed bug in konami/6309 16-bit NEG; quarth is now playable again (nw) 2013-03-08 17:55:31 +00:00
Oliver Stöneberg
1f60dbe693 removed unused member from src/emu/sound/mos7360.h (nw) 2013-03-08 17:51:56 +00:00
Oliver Stöneberg
37f384d6fb fixed uninitialized memory in src/emu/sound/mos7360.c (nw) 2013-03-08 17:50:32 +00:00
Nathan Woods
3b64e408e0 Konami CPU EXG bug fix; m6809 CPU EXG/TFR cleanups (nw) 2013-03-08 17:35:36 +00:00
Oliver Stöneberg
1c11d79253 fixed uninitialized memory in src/mame/video/n64.h (nw) 2013-03-08 17:09:10 +00:00
Fabio Priuli
1bc8af6464 fixed some of the naomi regressions (the ones complaining about key pointer). nw. 2013-03-08 17:08:35 +00:00
Oliver Stöneberg
2a3f68dad4 (MESS) fixed uninitialized members in src/mess/machine/cococart.c (nw) 2013-03-08 16:46:23 +00:00
Curt Coder
e0da68add2 (MESS) cbm8296: Fixed address decode and video. (nw) 2013-03-08 15:36:21 +00:00
Nathan Woods
48bf99d7db m6809 reset fix; resetting trackfld works now (nw) 2013-03-08 14:00:18 +00:00
Fabio Priuli
ca634429c5 better fix for megatech/stv cartslots. thanks Firewave! nw. 2013-03-08 11:29:19 +00:00
Fabio Priuli
0bd10165c2 readded missing logging functions. nw.
(sorry for broken compile in non-MacOSX, but unused variables which are initialized do not trigger any warning in Apple gcc...)
2013-03-08 11:18:37 +00:00
David Haywood
e45877049e rearrange notes a bit 2013-03-08 11:17:24 +00:00
Miodrag Milanovic
50246e38a6 compile fix (nw) 2013-03-08 10:47:33 +00:00
Fabio Priuli
4b8d109218 another small cleanup. nw. 2013-03-08 10:40:53 +00:00
Fabio Priuli
d104b4cbf0 small modernization + small cleanup. nw. 2013-03-08 10:23:47 +00:00
Fabio Priuli
6452f2c685 greatly simplified mapping and access for cart ROM. given the massive internal changes, please test once again
your favorite SNES games against previous code (or against latest release) and report regressions. thanks.
2013-03-08 10:01:28 +00:00
Fabio Priuli
34cccc8e3b same for stvbios cartslots. nw. 2013-03-08 09:31:24 +00:00
Fabio Priuli
5fe69ade7f fixed megatech loading in cartslots (image device does not seem to have access to the memory regions, so we have to pass through root_device). nw. 2013-03-08 09:27:46 +00:00
Oliver Stöneberg
082e6d1725 fixed uninitialized member in src/emu/machine/upd1990a.c (nw) 2013-03-08 07:20:44 +00:00
Brian Troha
027debca6f yunsun16.c: Minor whitespace clean up / alignment - NW 2013-03-08 03:15:26 +00:00
Brian Troha
46b101f32e New WWF Wrestlefest clone
New Clone Added
--------------------------------------------------------
WWF WrestleFest (Korea) [Simon Dennison]
2013-03-08 03:08:39 +00:00
David Haywood
ee1609e745 just some debug code to blank out data we've read from in a spare copy of the graphic rom region, although it already confirms what I thought, every byte of graphic data is transferred at some point if you test all characters, so no hidden tables lurking there. 2013-03-08 01:17:35 +00:00
Oliver Stöneberg
1333fbeafc fixed uninitialized memory in ddp2 by request (nw) 2013-03-07 22:11:54 +00:00
Fabio Priuli
baf71aefeb temp fixed regression in superfx due to changes done yesterday. the code is not optimal but it's going to be rewritten soon anyway... 2013-03-07 20:09:03 +00:00
smf-
702d921e5e picked up a couple of copy & paste bugs with the pbr register (nw) 2013-03-07 19:35:19 +00:00
Curt Coder
389ee4558f Reverted MC68328 changes. (nw) 2013-03-07 19:12:27 +00:00
Fabio Priuli
611efeb844 minor logging fixes. 2013-03-07 19:07:37 +00:00
Curt Coder
75f815e2b5 Fixed build. (nw) 2013-03-07 18:49:59 +00:00
Angelo Salese
f5351dc600 Fixed loading for the unused flash ROM 2013-03-07 18:37:16 +00:00
Curt Coder
76ac08a0b8 Moved some files to where they belong. (nw) 2013-03-07 15:28:25 +00:00
Fabio Priuli
7e0b63efa9 split ROM/RAM accesses to cart in SNES slot implementation in order to simplify the code. nw. 2013-03-07 11:09:57 +00:00
Oliver Stöneberg
452c1a8851 (MESS) fixed uninitialized member in src/mess/video/nubus_48gc.c (nw) 2013-03-07 09:22:22 +00:00
Oliver Stöneberg
a4e80715da (MESS) fixed uninitialized memory in src/mess/machine/c2040.c (nw) 2013-03-07 08:38:36 +00:00
Oliver Stöneberg
5671956783 fixed uninitialized members in src/emu/machine/6821pia.c (nw) 2013-03-07 08:33:33 +00:00
Oliver Stöneberg
640417e016 (MESS) fixed uninitialized members in src/mess/machine/egret.c (nw) 2013-03-07 08:24:48 +00:00
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