mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
subsino/subsino.cpp: fixed MT08802
This commit is contained in:
parent
0c67a8b64e
commit
d926f68e87
@ -20349,7 +20349,7 @@ GAME ( 199?, wcat3a, wcat3, chryangl, cmaster, cmaster_state, init_wcat
|
||||
GAMEL( 199?, ll3, cmaster, cm, cmasterb, cmaster_state, init_ll3, ROT0, "bootleg", "Lucky Line III", MACHINE_NOT_WORKING, layout_cmasterb ) // not looked at yet
|
||||
GAMEL( 199?, cmfb55, cmaster, cmfb55, cmaster, cmaster_state, init_cmfb55, ROT0, "bootleg", "Cherry Master (bootleg, Game FB55 Ver.2)", MACHINE_NOT_WORKING, layout_cmv4 ) // inputs not done
|
||||
GAMEL( 1991, srmagic, cmv4, cm, cmv4, cmaster_state, empty_init, ROT0, "bootleg", "Super Real Magic (V6.3)", MACHINE_NOT_WORKING, layout_cmv4 ) // needs correct I/O
|
||||
GAMEL( 199?, hamhouse, cmaster, cm, cmaster, cmaster_state, init_hamhouse, ROT0, "bootleg", "Hamburger House", MACHINE_NOT_WORKING, layout_cmaster ) // missing PROM dump, I/O
|
||||
GAMEL( 199?, hamhouse, cmaster, cm, cmaster, cmaster_state, init_hamhouse, ROT0, "bootleg", "Hamburger House", MACHINE_NOT_WORKING, layout_cmaster ) // needs correct I/O
|
||||
|
||||
GAMEL( 1991, tonypok, 0, cm, tonypok, cmaster_state, init_tonypok, ROT0, "Corsica", "Poker Master (Tony-Poker V3.A, hack?)", 0 , layout_tonypok )
|
||||
GAME( 1999, jkrmast, 0, pkrmast, pkrmast, goldstar_state, init_jkrmast, ROT0, "Pick-A-Party USA", "Joker Master (V515)", MACHINE_NOT_WORKING ) // encryption broken, needs GFX and controls
|
||||
|
@ -842,7 +842,7 @@ void subsino_state::sharkpy_map(address_map &map)
|
||||
map(0x0f016, 0x0f017).w("ymsnd", FUNC(ym3812_device::write));
|
||||
map(0x0f018, 0x0f018).w("oki", FUNC(okim6295_device::write));
|
||||
map(0x0f01b, 0x0f01b).w(FUNC(subsino_state::tiles_offset_w));
|
||||
map(0x10000, 0x13fff).rom().region("program", 0);
|
||||
map(0x10000, 0x15fff).rom().region("program", 0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user