mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
New machines marked as NOT_WORKING
---------------------------------- unknown SNES bootleg [Jorge Silva]
This commit is contained in:
parent
b692fc95fb
commit
7258bdf3dc
@ -1522,6 +1522,16 @@ ROM_START( venom )
|
||||
ROM_LOAD( "u34.bin", 0x280000, 0x0080000, CRC(7a09c9e0) SHA1(794965d5501ec0e21f1f3a8cb8fd66f913d42760) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( unksnesb )
|
||||
ROM_REGION( 0x100000, "user3", ROMREGION_ERASEFF )
|
||||
|
||||
ROM_REGION(0x800, "user6", ROMREGION_ERASEFF)
|
||||
|
||||
ROM_REGION( 0x100000, "user7", 0 )
|
||||
ROM_LOAD( "c19.bin", 0x000000, 0x080000, CRC(59df0dc8) SHA1(d18b7f204ad4e0fcd64c2e2a25d60b64930419e7) )
|
||||
ROM_LOAD( "c20.bin", 0x080000, 0x080000, CRC(62ae4acb) SHA1(62aa320bcc7eeedb00c70baa909ac0230256c9a4) )
|
||||
ROM_END
|
||||
|
||||
GAME( 199?, kinstb, 0, kinstb, kinstb, snesb_state, init_kinstb, ROT0, "bootleg", "Killer Instinct (SNES bootleg)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
GAME( 1996, ffight2b, 0, ffight2b, ffight2b, snesb_state, init_ffight2b, ROT0, "bootleg", "Final Fight 2 (SNES bootleg)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
GAME( 1996, iron, 0, kinstb, iron, snesb_state, init_iron, ROT0, "bootleg", "Iron (SNES bootleg)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
@ -1532,3 +1542,4 @@ GAME( 1996, endless, 0, kinstb, endless, snesb_state, init_e
|
||||
GAME( 1996, legendsb, 0, kinstb, kinstb, snesb_state, init_legendsb, ROT0, "bootleg", "Legend (SNES bootleg)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
GAME( 1997, rushbets, 0, kinstb, rushbets, snesb_state, init_rushbets, ROT0, "bootleg", "Rushing Beat Shura (SNES bootleg)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
GAME( 1997, venom, 0, kinstb, venom, snesb_state, init_venom, ROT0, "bootleg", "Venom & Spider-Man - Separation Anxiety (SNES bootleg)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
GAME( 199?, unksnesb, 0, kinstb, venom, snesb_state, init_venom, ROT0, "bootleg", "unknown SNES bootleg", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
|
@ -37703,6 +37703,7 @@ legendsb // bootleg
|
||||
kinstb // bootleg
|
||||
rushbets // bootleg
|
||||
sblast2b // bootleg
|
||||
unksnesb // bootleg
|
||||
venom // bootleg
|
||||
|
||||
@source:snk.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user