mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
New NOT_WORKING clone (#8227)
New NOT_WORKING clone ---------------------------------------- Scorpion (Mar 24, 1992) [jordigahan]
This commit is contained in:
parent
c8192c898c
commit
661be72b85
@ -116,9 +116,16 @@ ROM_START(scrpiondb)
|
||||
ROM_LOAD( "4778-02_u7-r02_c1994_mii.u7", 0x00000, 0x10000, CRC(57a5083d) SHA1(edb94dbb9e040e960c45406b082ede133574351a) )
|
||||
ROM_END
|
||||
|
||||
// Very old PCB model ("© 1989 Merit Industries" silkcreened on PCB), i80C31 instead of 80C32 and without socket for DS1204U-3.
|
||||
ROM_START(scrpiondc)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_LOAD( "challenger_r4b.u7", 0x00000, 0x08000, CRC(6d5c0634) SHA1(45f4ed2e984f2525a1ed680bbc2a11eab93b0bca) ) // 27256
|
||||
ROM_END
|
||||
|
||||
} // Anonymous namespace
|
||||
|
||||
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
GAME(1999, scrpiond, 0, scrpiond, scrpiond, merits_state, empty_init, ROT0, "Merit", "Scorpion (Jun 15, 1999)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1997, scrpionda, scrpiond, scrpiond, scrpiond, merits_state, empty_init, ROT0, "Merit", "Scorpion (Oct 01, 1997)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1993, scrpiondb, scrpiond, scrpiondold, scrpiond, merits_state, empty_init, ROT0, "Merit", "Scorpion (Dec 24, 1993)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1992, scrpiondc, scrpiond, scrpiondold, scrpiond, merits_state, empty_init, ROT0, "Merit", "Scorpion (Mar 24, 1992)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
|
@ -23027,6 +23027,7 @@ spitboss // (c) 1988 Merit
|
||||
scrpiond // (c) 1999 Merit Industries, Inc.
|
||||
scrpionda // (c) 1997 Merit Industries, Inc.
|
||||
scrpiondb // (c) 1993 Merit Industries, Inc.
|
||||
scrpiondc // (c) 1992 Merit Industries, Inc.
|
||||
|
||||
@source:meritsdx.cpp
|
||||
scrpndx //
|
||||
|
Loading…
Reference in New Issue
Block a user