Commit Graph

21726 Commits

Author SHA1 Message Date
Miodrag Milanovic
aa4935ce1c oki cleanup (nw) 2013-04-11 14:36:17 +00:00
Miodrag Milanovic
3b4d2b39c2 forgot this one (nw) 2013-04-11 13:48:28 +00:00
Miodrag Milanovic
418993573e some cleanup (nw) 2013-04-11 13:42:00 +00:00
Robbbert
d1b0e375a3 Fixed slight offset of layer2 in sf2m3 and sf2m8 2013-04-11 12:01:57 +00:00
Robbbert
66a9dc7676 Fixed crash of sf2m1 in debug build (memory array overrun) 2013-04-11 11:58:34 +00:00
Miodrag Milanovic
d9bbaad820 some cleanup (nw) 2013-04-11 11:19:25 +00:00
Miodrag Milanovic
2f4ecc85e3 same for "sub" and "subcpu" (nw) 2013-04-11 10:20:21 +00:00
Miodrag Milanovic
c62cc05f96 changed machine().device("soundcpu") with m_soundcpu (nw) 2013-04-11 09:19:49 +00:00
Miodrag Milanovic
415ccecb5f changed machine().device("audiocpu") with m_maincpu (nw) 2013-04-11 08:40:07 +00:00
Jonathan Gevaryahu
3d0285d974 tms5110r.c: Corrected and verified TMS5100 LPC table against the decap. [digshadow, Lord Nightmare] 2013-04-11 04:13:17 +00:00
Brian Troha
cdb963649c new DD Crew clone
New Clone Added (not working)
--------------------------------------------
D. D. Crew (Japan, 4 Players, FD1094 317-0185) [Porchy, The Dumping Union]
2013-04-11 00:15:58 +00:00
Brian Troha
4fd76c59e1 new Wing Shooting Championship clone
New Clone Added
------------------------------------
Wing Shooting Championship V1.00 [Brian Troha, The Dumping Union]
2013-04-10 23:54:36 +00:00
cracyc
2aef91cd55 (mess) at: fix some at bioses (nw) 2013-04-10 22:34:13 +00:00
Michaël Banaan Ananas
e7f3b5d0e0 (changed description) 2013-04-10 21:25:35 +00:00
Michaël Banaan Ananas
ca55a4101e ok, nightrai and zooo were fixed with smf's psx improvements 2013-04-10 20:37:14 +00:00
Scott Stone
f5ede05a29 nes.c: fixed crash. m_maincpu is not always defined at the very beginning (nw) 2013-04-10 19:40:38 +00:00
Miodrag Milanovic
636c66af83 debug compile fix (nw) 2013-04-10 17:13:54 +00:00
Jonathan Gevaryahu
0048491e39 tms5110r.c: Verified TMS5200 LPC rom as correct from decap. [digshadow, Lord Nightmare] 2013-04-10 16:13:43 +00:00
Michaël Banaan Ananas
a32319e1ff (add notes) 2013-04-10 15:18:37 +00:00
Michaël Banaan Ananas
9bc9dcc846 couple of fixes to inputs, added diplocations, and misc cleanups
bbonk now supports 1-player game
2013-04-10 14:37:50 +00:00
Michaël Banaan Ananas
d7b0c0eb2c lazercmd overlay is yellow-green, not green-yellow 2013-04-10 13:38:29 +00:00
Miodrag Milanovic
10d146a6be changed machine().device("maincpu") with m_maincpu in mess tree part (nw) 2013-04-10 11:31:17 +00:00
Michaël Banaan Ananas
a77e9c9f62 (warpsped description year) 2013-04-10 11:20:20 +00:00
Miodrag Milanovic
50d4146b3a changed machine().device("maincpu") with m_maincpu in mame tree part (nw) 2013-04-10 09:35:09 +00:00
Robbbert
cd0f5b479b fixed compile error 2013-04-10 09:26:31 +00:00
Miodrag Milanovic
1da9a7259b added m_maincpu to the rest of drivers in mame (nw) 2013-04-10 09:01:10 +00:00
Miodrag Milanovic
9be192b9a4 added m_maincpu where missing in driver classes that are placed in drivers (nw) 2013-04-10 08:42:34 +00:00
Miodrag Milanovic
d68164b4c1 unified formating of state class constructors, no functional change (nw) 2013-04-10 08:08:19 +00:00
Miodrag Milanovic
b8f2bac8dd keep naming consistent (nw) 2013-04-10 07:06:39 +00:00
Miodrag Milanovic
37e0307c5b made required/optional device finder part of validation (nw) 2013-04-10 07:04:29 +00:00
Brian Troha
3daf0957d7 segahang.c: Renamed the main CPU roms for Hang-on (Ride On).
Based on information in the Sega 420-5244 manual. Added "__(needs_verification)" in the rom name to show we are not 100% sure.
2013-04-10 01:02:01 +00:00
cracyc
4580c05708 (mess) fix these too (nw) 2013-04-09 22:04:54 +00:00
cracyc
0117f44cb2 i286: that isn't needed anymore (nw) 2013-04-09 20:26:21 +00:00
cracyc
d9f2488dd6 i286: make the registers in the debugger follow the 386 layout (nw)
(mess) at: cleanup unnecessary rom entries, move the neat 386sx to ct386sx and make it boot (nw)
2013-04-09 19:50:33 +00:00
Fabio Priuli
b7182950fb shot in the dark in the hope to fix Haze's problems... 2013-04-09 17:09:44 +00:00
Miodrag Milanovic
e0ce5c477c XT IDE interface [Phill Harvey-Smith] 2013-04-09 11:32:51 +00:00
Miodrag Milanovic
d49c45817d made rest of devices optional where needed (nw) 2013-04-09 11:30:34 +00:00
Miodrag Milanovic
fd88028491 made m_audiocpu optional for those drivers setting value on null, rest will need to be catch with automated tests (nw) 2013-04-09 10:05:01 +00:00
Miodrag Milanovic
bb84877a2f moved cpu_device * to required_device in existing driver state classes (nw) 2013-04-09 10:00:03 +00:00
Roberto Fresca
d09d3220ab New not working game...
GTI Poker? (SMS hardware) [Kevin Eshbach, Roberto Fresca]
2013-04-09 07:37:40 +00:00
Miodrag Milanovic
c6cd8a09c8 Cleanups and version bump 2013-04-09 06:46:57 +00:00
Jonathan Gevaryahu
8fb2921edb tms5100 and 5200 series: document the decapping and verification of chirp tables for the tms5100, tms5200, tms5220, and tms5220c. The LPC tables are not verified yet. [digshadow, Lord Nightmare] 2013-04-09 06:20:03 +00:00
Roberto Fresca
9cbacac60d Added default NVRAM to magicrd2b, magicrd2c and royalcrdp,
allowing to boot them. Promoted to working state.
Removed the 'hack' in the Magic Card 2 sets description...
Almost all the sets on this driver were hacked in different
 degrees. Not proof that these were released as originals,
 or just a hack.
2013-04-09 05:50:11 +00:00
Brian Troha
853ffcac68 seta2.c: Minor doc update about Reel N' Quake! on slightly redesigned PCB that has standard 8-liner edge connectors. - NW 2013-04-09 02:28:41 +00:00
Roberto Fresca
7090d0840d Flagged mongolnw as not working... NW 2013-04-08 16:50:26 +00:00
Scott Stone
0d72026529 funworld.c: [Peter Ferrie]
* constructed acceptable nvrams for magicrd2b, magicrd2c and royalcrdp which promotes all 3 to working status.
2013-04-08 15:33:39 +00:00
smf-
1a9c544586 updated year (nw) 2013-04-08 14:30:47 +00:00
smf-
30d1bc5a01 Added comment to GTE_OP() that it's not used. This and the other two #defines that are marked as not used are probably not used on the real hardware either.(nw) 2013-04-08 14:22:51 +00:00
Miodrag Milanovic
beab9e3007 revert of r22266 (nw) 2013-04-08 14:19:17 +00:00
Miodrag Milanovic
cbb2034565 (MESS) New working clone:
-Acorn Atom with BBC basic [Phill Harvey-Smith]
2013-04-08 12:48:23 +00:00