Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New NOT_WORKING clone #8227

Merged
merged 2 commits into from
Jun 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/mame/drivers/merits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions src/mame/mame.lst
Original file line number Diff line number Diff line change
Expand Up @@ -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 //
Expand Down