Wilbert Pol
5dc7ae98ac
tms9928a.c: Removed some unused functions. (nw)
2011-07-06 20:27:43 +00:00
Angelo Salese
c61ca59312
Added reasonably accurate layout code to Crystal Maze games that should finally leave them playable [J. Wallace]
2011-07-06 20:27:02 +00:00
Angelo Salese
2d1ceb93e4
Various rom name fixes [Kevin Eshbach]:
...
* Corrects Super Zaxxon rom names
* Updates the name of the Bally Sente sound board rom and adds the date code
* Updates the Name That Tune set 2 rom names
* Updates the Stompin’ rom names, updates the undumped pal, updates the cartridge type and adds the date code
* Updates the Rescue Raider (first set) rom names, updates the undumped pals, marked as non-cartridge and adds the date code
* Adds the date code to Gimme a Break
* Adds the date code to one of the Trivia Pursuit (Genus I) sets
2011-07-06 20:24:48 +00:00
Angelo Salese
ea17524391
Driver for Aristocrat Mk-6, nw
2011-07-06 20:22:28 +00:00
Miodrag Milanovic
bd598da61f
nvram - in case of multiple bioses, system nvram will be saved in [Miodrag Milanovic]
...
form systemname_biosnum.nv in cases when non-default bios is used.
For default bios selection all stay the same.
2011-07-06 13:08:47 +00:00
Miodrag Milanovic
9babf1fcf4
i386: Various fixes. [Barry Rodewald]
...
- Load LDT before segment registers when switching tasks,
- Set IF after the instruction following STI,
- Reset IF after MOV SS or POP SS for one instruction,
- Fixed LSL instruction when modrm < 0xc0.
2011-07-06 07:08:37 +00:00
Jonathan Gevaryahu
dc74c5f753
Further upd7725 fixes, new code might actually work properly now, fixed uninitialized variables. [Lord Nightmare, Wilbert Pol]
2011-07-06 03:41:41 +00:00
Angelo Salese
6be4bb32bc
Small update for mahjong panel
2011-07-06 01:06:35 +00:00
Angelo Salese
6effcf41af
Added 0555 KRGB TA to FB conversion, used by Ring Out 4x4 [Angelo Salese]
2011-07-06 00:38:55 +00:00
Angelo Salese
5075459714
misc updates (nothing major)
2011-07-06 00:30:58 +00:00
Scott Stone
518b56f430
Fixed 04409: motoraid: Name isn't spelled correctly and year is wrong.
2011-07-05 23:01:17 +00:00
Angelo Salese
8009955b2a
Airline Pilots
2011-07-05 21:56:18 +00:00
Angelo Salese
a88cd8094b
18th Wheeler
2011-07-05 21:09:07 +00:00
Angelo Salese
e48ea5152d
Jambo Safari
2011-07-05 19:42:02 +00:00
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