Skip to content

Commit 83978e0

Browse files
committed
New systems marked not working
------------------------------ Golden Treasure Island (Ver. Alpha 100) [Ioannis Bampoulas]
1 parent 22b7ae0 commit 83978e0

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/mame/mame.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44885,6 +44885,7 @@ victor6b
4488544885
bishjan
4488644886
blushark
4488744887
expcard
44888+
goldenti
4488844889
humlan
4488944890
jgaoshou
4489044891
mtrain

src/mame/subsino/subsino2.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4273,6 +4273,23 @@ ROM_START( blushark )
42734273
ROM_LOAD( "ds2430a.bin", 0x00, 0x28, CRC(581f6bfb) SHA1(2b6e9e4800e22913474551c5c70b66933003c12f) BAD_DUMP ) // handcrafted to pass protection check
42744274
ROM_END
42754275

4276+
ROM_START( goldenti )
4277+
ROM_REGION( 0x100000, "maincpu", 0 ) // H8/3044
4278+
ROM_LOAD( "ss9689_6433044a22f.u16", 0x000000, 0x008000, CRC(ece09075) SHA1(a8bc3aa44f30a6f919f4151c6093fb52e5da2f40) )
4279+
ROM_LOAD( "27c200.u21", 0x080000, 0x040000, CRC(712beb01) SHA1(2598043d802f0ec18df9bfd09401e84eed5e6e5c) )
4280+
ROM_FILL( 0x0c0000, 0x040000, 0xff )
4281+
4282+
ROM_REGION( 0x400000, "tilemap", 0 )
4283+
ROM_LOAD16_BYTE( "m27c160.u43", 0x000001, 0x200000, CRC(27675d81) SHA1(8a3620c1d91f452ae040cd0ab8b384dd4065f0c2) )
4284+
ROM_LOAD16_BYTE( "m27c160.u44", 0x000000, 0x200000, CRC(c4e27e0b) SHA1(e1f00ed0f5e4ef0ca0605857d9c688a48a507630) )
4285+
4286+
ROM_REGION( 0x80000, "samples", 0 )
4287+
ROM_LOAD( "27c040.u9", 0x000000, 0x80000, CRC(191e3551) SHA1(f4e9fc56e71ec99bff91678608b6bd97afbfc31b) )
4288+
4289+
ROM_REGION( 0x28, "eeprom", 0 )
4290+
ROM_LOAD( "ds1971.bin", 0x00, 0x28, CRC(bcb1a630) SHA1(3ebd6f85b7267e86dc5458996978f3e22b71a214) )
4291+
ROM_END
4292+
42764293

42774294
GAME( 1997, mtrain, 0, mtrain, mtrain, subsino2_state, init_mtrain, ROT0, "Subsino", "Magic Train (Ver. 1.4)", 0 ) // inside the program ROM says 1997, but on screen shows 1996
42784295
GAME( 1996, mtraina, mtrain, mtrain, mtrain, subsino2_state, init_mtrain, ROT0, "Subsino", "Magic Train (Ver. 1.31)", 0 )
@@ -4325,3 +4342,5 @@ GAME( 2002, squeenb, 0, humlan, humlan, subsino2_state, empty_ini
43254342
GAME( 2003, qbeebing, 0, humlan, qbeebing, subsino2_state, empty_init, ROT0, "Subsino", "Queen Bee Bingo", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS )
43264343

43274344
GAME( 200?, treamary, 0, bishjan, bishjan, subsino2_state, empty_init, ROT0, "Subsino", "Treasure Mary", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS )
4345+
4346+
GAME( 200?, goldenti, 0, humlan, queenbee, subsino2_state, empty_init, ROT0, "Subsino (American Alpha license)", "Golden Treasure Island (Ver. Alpha 100)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_TIMING ) // severe timing issues

0 commit comments

Comments
 (0)