Commit Graph

12739 Commits

Author SHA1 Message Date
Scott Stone
eceadbd318 Take PORT_PLAYER off of any IPT_START assignments, as they are not required by design. (no whatsnew) 2011-07-05 19:30:03 +00:00
Miodrag Milanovic
31f7bf981f Made multcart slot separate device, and prepared cartslot for rewrite (no whatsnew) 2011-07-05 18:50:38 +00:00
Angelo Salese
26fbdd4206 More Naomi 2 documentation (a.k.a. beware of the beast) 2011-07-05 17:11:15 +00:00
Angelo Salese
8852c93d74 Zombie Revenge 2011-07-05 16:17:45 +00:00
Angelo Salese
3587fe67ed Hooked up inputs to Crazy Taxi and Dynamite Baseball Naomi 2011-07-05 15:49:02 +00:00
Miodrag Milanovic
77cd911bce pic8259 - reverted things back, but made this to be depending of mode, it makes much more sense,anyway all were using 8259A :( (no whatsnew) 2011-07-05 14:50:28 +00:00
Angelo Salese
f1e5af0026 Bug-fix for hotd2 idle skip, nw 2011-07-05 14:44:01 +00:00
Miodrag Milanovic
10db9b3a8f pic8259 - Kill me but this is how it works (no whatsnew) 2011-07-05 14:18:13 +00:00
Angelo Salese
4de1794181 Implemented lightgun inputs to The House of the Dead 2, game is now playable with several gfx issues (due of the different PVR used) [Angelo Salese, O. Galibert] 2011-07-05 13:57:07 +00:00
Angelo Salese
114abca959 Hooked up idle skip for HOTD2 [Angelo Salese] 2011-07-05 13:38:45 +00:00
Angelo Salese
4109afd655 Some rather crude implementation (note: Naomi 2 is BROKEN by now, but this change is necessary because we are effectively into Naomi 2 league) 2011-07-05 13:11:44 +00:00
Angelo Salese
89892a23db Idle skipped Naomi 2 [Angelo Salese] 2011-07-05 10:41:21 +00:00
Olivier Galibert
4abbe33f8f addrmap: Add a useful error detection [O. Galibert] 2011-07-05 10:03:46 +00:00
Olivier Galibert
d81cd2666b naomi: Use a device map for maple-dc. [O. Galibert] 2011-07-05 04:41:14 +00:00
Olivier Galibert
abc59bb3f8 addrmap: Allow adding device-sourced memory maps in the main map. [O. Galibert]
Device-side, it only works for modern device.  Declare the map with
DECLARE_ADDRESS_MAP(name, width).  It's a method which can be virtual
but not static.

In the implementation, define ADDRESS_MAP_MODERN, and define the map
starting with DEVICE_ADDRESS_MAP_START(name, width, device_class).
Rest is like a normal modern map.

To include it in the memory map use:
  AM_DEVICE( "device tag", devicea_class, name )

Or for device with differing widths:
  AM_DEVICE8(  "device tag", devicea_class, name, unitmask )
  AM_DEVICE16( "device tag", devicea_class, name, unitmask )
  AM_DEVICE32( "device tag", devicea_class, name, unitmask )
2011-07-05 04:41:06 +00:00
Angelo Salese
153595f716 Bare-bones Naomi 2 documentation, nw 2011-07-05 01:36:33 +00:00
R. Belmont
689e843c80 Documentation cleanups/updates for Naomi/Triforce/Chihiro [f205v, R. Belmont] 2011-07-04 22:14:37 +00:00
R. Belmont
f08376498c sfish2 fix again (nw) 2011-07-04 21:44:34 +00:00
Brian Troha
787df55d55 add Pokasuka Ghost mame.lst 2011-07-04 21:35:33 +00:00
R. Belmont
0f21aaed38 Naomi updates [R. Belmont, Angelo Salese]
- Fixed BIOS order so rev H is default
- Fixed rotation settings for Illvelo and Shooting Love 2007
- Fixed a minor BIOS H compatibility issue and added idle skip for BIOS H

New games added as GAME_NOT_WORKING
-----------------------------------
- Pokasuka Ghost [The Dumping Union]
2011-07-04 21:23:22 +00:00
Olivier Galibert
35c6d3347c naomi: Hmmm, looks like I inverted the stride test [O. Galibert] 2011-07-04 20:01:59 +00:00
Angelo Salese
0f29157605 For Arbee's eyes, hacked stride size for working test mode, waiting for a better fix by OG ... 2011-07-04 19:57:51 +00:00
Miodrag Milanovic
742836271f idectrl - Implemented command 0x70 (SEEK) makes jdredd and jdreddb boot again [Miodrag Milanovic] 2011-07-04 17:02:44 +00:00
Miodrag Milanovic
8fef94d238 Removed forgotten reference to pinball.lh (no whatsnew) 2011-07-04 14:38:42 +00:00
Miodrag Milanovic
3502cb9133 Added default screenless layout, and update pinball devices to relay on that one (no whatsnew) 2011-07-04 13:22:08 +00:00
Jonathan Gevaryahu
6f893c29f1 Update NEC DSP core to correctly generate the ov1 and s1 alu
flags (and hence, SGN register contents). [Lord Nightmare,
Segher, byuu, Cydrak]
2011-07-03 21:03:01 +00:00
Brian Troha
5975bf4501 vball.c: Added Dip locations to the U.S. Championship V'ball sets [Brian Troha] 2011-07-03 19:20:02 +00:00
Brian Troha
1eeec3d1e5 add PCB location to Galivan set 3 NW 2011-07-03 18:31:22 +00:00
Miodrag Milanovic
4add4516fe Made quicklaunch work for slot/image devices (no whatsnew) 2011-07-03 18:21:07 +00:00
Brian Troha
c7cb84ca5a new clone added - New Parent for Galivan
New Clone Added
------------------------------------------
Galivan - Cosmo Police (12/26/1985) [Stefan Lindberg, The Dumping Union]
2011-07-03 18:18:52 +00:00
Miodrag Milanovic
e1fbe66543 Small core changes to enable making slot device also a image device (no whatsnew) 2011-07-03 17:11:43 +00:00
Miodrag Milanovic
54f84d3945 Add default inputs only in case default card is inserted (no whatsnew) 2011-07-03 11:01:46 +00:00
Miodrag Milanovic
8e95c66a3a Ok this time really checks if there was something added (no whatsnew) 2011-07-03 09:03:32 +00:00
Miodrag Milanovic
3037d5fd40 Put new default layouts for 2 and 3 screen systems only if there are no system default and machine default layouts already (no whatsnew) 2011-07-03 08:49:07 +00:00
Brian Troha
690edf9cf1 vulgus.c: Added Dip locations to the Vulgus sets [Brian Troha] 2011-07-03 05:23:10 +00:00
Brian Troha
f1334ceae3 wallc.c: Added Dip locations to Wall Crash [Brian Troha] 2011-07-03 04:56:49 +00:00
Brian Troha
1dc623baf7 wwfsstar.c: Added Dip locations to WWF Superstars [Brian Troha] 2011-07-03 04:29:41 +00:00
Brian Troha
8b9be00e81 xxmissio.c: Added Dip locations to XX Mission [Brian Troha] 2011-07-03 04:13:35 +00:00
Brian Troha
127eb60d7d zaxxon.c: Added Dip locations to Future Spy [Brian Troha] 2011-07-03 04:00:45 +00:00
Brian Troha
e5237a76eb vigilant.c: Added support for Coin Modes 1 & 2 for Vigilante & Kickle Cubele sets. Added Dip locations for Buccaneers, Kickle Cubele & Vigilante sets [Brian Troha] 2011-07-03 03:22:57 +00:00
R. Belmont
8e27b85006 ASC: minor cleanup (use device timer instead of old-style) (nw) 2011-07-03 02:40:31 +00:00
R. Belmont
922e270d8d New games added as GAME_NOT_WORKING
-----------------------------------
Asian Dynamite (Dynamite Deka EX) [The Dumping Union]
Shooting Love 2007 [The Dumping Union]
Akatsuki Blitzkampf Ausf Achse [The Dumping Union]
Illvelo (Illmatic Envelope) [The Dumping Union]
2011-07-02 20:04:50 +00:00
R. Belmont
ab8db842f5 Naomi: hooked up M4 live decryption [R. Belmont, Deunan Knute, Andreas Naive] 2011-07-02 20:03:22 +00:00
Angelo Salese
66fc7acdf5 deprecat.h 2011-07-02 18:42:57 +00:00
Miodrag Milanovic
c150bf0b76 Make dual and triple video systems use default layouts (no whatsnew) 2011-07-02 18:36:29 +00:00
Angelo Salese
c3ee29a504 deprecat.h 2011-07-02 18:12:42 +00:00
Brian Troha
0e4d227b8a new clone added - MegaTouch II 9255-10-01 ROD
New Clone Added
----------------------------------------------
Pit Boss Megatouch II (9255-10-01 ROD, Standard version) [Brian Troha, The Dumping Union]
2011-07-02 17:28:52 +00:00
mariuszw1
d4c761bb3e Hooked up m68k -> z80 communication and BSMT2000 to Tap-A-Tune (no whatsnew) 2011-07-02 16:47:38 +00:00
Miodrag Milanovic
3560506090 Bug #04402 fixed (BSMT2000 sound) [Miodrag Milanovic] 2011-07-02 06:57:36 +00:00
mariuszw1
84e52b87d7 New games marked as NOT_WORKING
-------------------------------
Tap-a-Tune [Mariusz Wojcieszek, Phil Bennett, R. Belmont]
2011-07-01 23:24:02 +00:00