DRIVER W.I.P.
Updated - 2nd September 2006
Homepage -
mameworld.net/mameinfo
E-Mail - mameinfo@arcor.de

Fixed the bad rom in Space Odyssey (version 2).
Download package here: SpaceOdyssey.zip

Fixed VLM5030 speech in Hyper Crash.
Download source changes here: Hcrash-Speech_fix.txt

Fixed sound banking in all E-Swat versions. Plays now all samples.
Download source changes here: Eswat-Soundfix.txt

This fix bring up Wonder Boy III (317-0086). Haze fixed the scrolling.
Download source changes here: Wboy-FIX2.zip

Fixed Tetris (317-0093) gfx and sound. Haze fixed the corrupt graphics.
Download source changes here: Tetris-FIX3.zip

Fixed Dynamite Dux (317-0096) gfx and sound.
Download source changes here: DynamiteDux-FIX.zip

Fixed E-Swat (World and US) gfx and sound.
Download source changes here: E-Swat-FIX.zip

Fixed Wonder Boy III - Monster Lair (set2 and 3) sound.
Download source changes here: WonderBoyIII-Snd.txt

Fixed Mermaid (Rock-ola 1982).
Download source changes here: Mermaid-FIX.txt


Fixed Rougien gfx banking.
Download source changes here: Rougien-FIX.zip

Fixed Monster Bash (2 board version).
Download source changes here: MonsterBash2board-FIX.txt



Raiders (Century Electronics 1981)
==================================
* ROMSET: CVS\cvs_raiders.zip --> Renamed to raiders.zip
* The game has the same problems with sound like Superbike (CVS)
* Graphics and gamplay ok
* Most Wanted says: "Raiders" (1981?) -- we have a couple of dumps of
this but we're not sure that any of them are complete
Download Raiders source here: Raiders.txt
Bug fixes:

*NEW*
Cannonball (1976 Atari) gfx rom fix
Bug fixes:
-------------
Bug: spaceskr072u1gra Nerox91 - src: drivers\taitosj.c
Coin inputs aren't recognized in coin slot #1 or #2, only in coin slot #3 of Space Seeker.
In MAME 0.68 the input 'Button 3' was added to Space Seeker (line 470), but also the
line 463 was changed (?) from:
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_COIN3 )
to
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN3 )
If you set it to HIGH again, this fixed the input bug!
Bug - src: drivers\skychut.c
Andromeda (Irem 1979) is missing the rom 0x2800 (collision dectection).
Add after ROM_LOAD( "am7", 0x2800, 0x0400...) line 357 the missing rom.
ROM_LOAD( "am8", 0x2c00, 0x0400, NO_DUMP ) // $60 entries

Description corrections:
'Savage Bees' is called 'Attack of the Savage Bees' and the manufacturer of the Slap Fight clone
Alcon (1986) is Taito.

Romsize corrections:
Truxton (Taito 1988) - src: drivers\toaplan1.c
The lenght of the cpu2 rom 'b65_09.bin' is wrong (both halves identical - PCB listed a 27c128 rom).
Change line 1741/2 from:
ROM_LOAD( "b65_09.bin", 0x0000, 0x8000, CRC(f1c0f410) SHA1(05deb759f8acb14fff92c56b536134cfd84516a8) )
to
ROM_LOAD( "b65_09.bin", 0x0000, 0x4000, CRC(1bdd4ddc) SHA1(6bf7e3a7ca42f79082503ef471f30f271e2f0f99) )
Meikyu Jima (Irem 1988) - src: drivers\vigilant.c
The roms mqj-b1, mqj-00 and mqj-10 have identical halves. Changes lines from:
ROM_LOAD( "mqj-b1", 0x20000, 0x10000, CRC(54a0abe1) SHA1(0fb1d050c1e299394609214c903bcf4cf11329ff) )
to
ROM_LOAD( "mqj-b1", 0x20000, 0x08000, CRC(a5a6bffd) SHA1(372452c8c9b2c65307434af19eddcb60e7cd0fa3) )
ROM_LOAD( "mqj-00", 0x00000, 0x40000, CRC(7fb0c58f) SHA1(f70ff39e2d648606686c87cf1a7a3ffb46c2656a) )
ROM_LOAD( "mqj-10", 0x40000, 0x40000, CRC(3a189205) SHA1(063d664d4cf709931b5e3a5b6eb7c75bcd57b518) )
to
ROM_LOAD( "mqj-00", 0x00000, 0x20000, CRC(d0a8965b) SHA1(7ec3337e83886aaa670fa3de47892d76e00ff467) )
ROM_LOAD( "mqj-10", 0x40000, 0x20000, CRC(4fe43e03) SHA1(cf4d0101bed060992e32735e9a51d1e77264d54a) )
Spinal Breaker (V-System 1990): - src: drivers\aerofgt.c
The roms ic16 and ic163 have identical halves. PCB: ic16 and ic163 are LH532500 = 256k (0x40000)
Changes lines from:
ROM_LOAD( "ic16", 0x100000, 0x80000, CRC(0d84af7f) SHA1(07356ee61c84c4c4ccb49c8dfe8c468990580041) ) //FIRST AND SECOND HALF IDENTICAL
to
ROM_LOAD( "ic16", 0x100000, 0x40000, CRC(81acdabc) SHA1(5d747b8076c03ed99860e6b23c68236d669462fd) )
ROM_LOAD( "ic163", 0x080000, 0x80000, CRC(e6621dfb) SHA1(85ee77c4720b7eb20ecf293c16b3105c8dcb1114) ) //FIRST AND SECOND HALF IDENTICAL
to
ROM_LOAD( "ic163", 0x080000, 0x40000, CRC(b399dd79) SHA1(2b48d9acd298138d1b65f9011b4a029a6f9b6f08) )