Skip to content

Commit a24f85a

Browse files
committed
New working clones
------------------ Super Cherry Master (v1.1) [Roberto Fresca, Grull Osgo, Ioannis Bampoulas] (now this set is parent)
1 parent e1936ef commit a24f85a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

src/mame/igs/goldstar.cpp

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24939,7 +24939,18 @@ ROM_END
2493924939
Tried any input on the real hardware without luck.
2494024940

2494124941
*/
24942-
ROM_START( scmaster )
24942+
ROM_START( scmaster ) // ver 1.1
24943+
ROM_REGION( 0x10000, "maincpu", 0 )
24944+
ROM_LOAD( "u6.bin", 0x00000, 0x10000, CRC(a8613a65) SHA1(91d5c9f2a84671c55bff3f14a01eacd2454511b1) )
24945+
24946+
ROM_REGION( 0x20000, "gfx1", 0 )
24947+
ROM_LOAD( "u29.bin", 0x00000, 0x20000, CRC(98bd34b6) SHA1(e3ff6536eb421ed2e2f5d4354099078ba4ae5671) )
24948+
24949+
ROM_REGION( 0x40000, "gfx2", 0 )
24950+
ROM_LOAD( "u41.bin", 0x00000, 0x40000, CRC(ece34be2) SHA1(fdfaaffb12a7f6de6bf21b46ad50e845abc00734) )
24951+
ROM_END
24952+
24953+
ROM_START( scmastera ) // ver 1.0
2494324954
ROM_REGION( 0x10000, "maincpu", 0 )
2494424955
ROM_LOAD( "27c512.u6", 0x00000, 0x10000, CRC(4eef290a) SHA1(27cca383de49d5f0072ecdda11591b78727469c6) )
2494524956

@@ -30561,7 +30572,8 @@ GAME( 2006, halltsk, 0, nfm, nfm, cmaster_state, init_tsk
3056130572

3056230573

3056330574
// Super Cherry Master sets...
30564-
GAMEL(1994, scmaster, 0, unkch, unkch4, unkch_state, init_unkch4, ROT0, "bootleg", "Super Cherry Master (v1.0)", 0, layout_unkch )
30575+
GAMEL(1994, scmaster, 0, unkch, unkch4, unkch_state, init_unkch4, ROT0, "bootleg", "Super Cherry Master (v1.1)", 0, layout_unkch )
30576+
GAMEL(1994, scmastera, scmaster, unkch, unkch4, unkch_state, init_unkch4, ROT0, "bootleg", "Super Cherry Master (v1.0)", 0, layout_unkch )
3056530577
GAMEL(1994, animalhsb, scmaster, rolling, unkch4, unkch_state, init_unkch4, ROT0, "bootleg", "Animal House (set 3)", 0, layout_unkch )
3056630578
GAMEL(1994, animalhsc, scmaster, rolling, unkch4, unkch_state, init_unkch4, ROT0, "bootleg", "Animal House (set 4)", 0, layout_unkch )
3056730579

src/mame/mame.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20825,6 +20825,7 @@ roypok96c
2082520825
schery97
2082620826
schery97a
2082720827
scmaster
20828+
scmastera
2082820829
skdelux2k
2082920830
skdelux99
2083020831
skill98

0 commit comments

Comments
 (0)