mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
(pretty sure technodrive is in safe hands)
This commit is contained in:
parent
757fcada5b
commit
ae96df6ffc
@ -85,9 +85,6 @@ http://www.arcadeflyers.com/?page=thumbs&db=videodb&id=5531
|
||||
This was cancelled, only the flyer exists.
|
||||
It was shown only at an amusement show. Possibly a prototype still exists. Possibly not.
|
||||
|
||||
Techno Drive (C) Namco, 1998
|
||||
http://www.bandainamcogames.co.jp/am/em/techno-drive/main/index.php
|
||||
|
||||
Tekno Werk (C) Namco, 1999
|
||||
Some kind of music game similar to Konami's Keyboard Mania series
|
||||
|
||||
|
@ -4052,6 +4052,9 @@ ROM_START( 500gp )
|
||||
ROM_REGION( 0x80000, "subcpu", 0 ) /* Hitachi H8/3002 MCU code */
|
||||
ROM_LOAD16_WORD_SWAP( "5gp3verc.3", 0x000000, 0x080000, CRC(b323abdf) SHA1(8962e39b48a7074a2d492afb5db3f5f3e5ae2389) )
|
||||
|
||||
ROM_REGION( 0x40000, "iocpu", 0 ) /* I/O board MB90F574 MCU code */
|
||||
ROM_LOAD( "fcaf10.bin", 0x000000, 0x040000, NO_DUMP ) // 256KB internal flashrom
|
||||
|
||||
ROM_REGION32_BE( 0x2000000, "data", 0 ) /* data roms */
|
||||
ROM_LOAD16_BYTE( "5gp1mtah.2j", 0x0000000, 0x800000, CRC(246e4b7a) SHA1(75743294b8f48bffb84f062febfbc02230d49ce9) )
|
||||
ROM_LOAD16_BYTE( "5gp1mtal.2h", 0x0000001, 0x800000, CRC(1bb00c7b) SHA1(922be45d57330c31853b2dc1642c589952b09188) )
|
||||
|
Loading…
Reference in New Issue
Block a user