mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
taitogn: mark kollon as not working
This commit is contained in:
parent
0064057741
commit
97d978dd8f
@ -185,7 +185,7 @@ void snova_state::p2_w(u8 data)
|
||||
if (m_rs232)
|
||||
m_rs232->write_txd(BIT(~data, 4));
|
||||
|
||||
// P25-P27: 4051 S1-S2
|
||||
// P25-P27: 4051 S0-S2
|
||||
// 4051 Y0-Y7: multiplexed inputs
|
||||
m_inp_mux = data >> 5 & 7;
|
||||
}
|
||||
|
@ -429,7 +429,7 @@ void taitogn_state::control_w(uint8_t data)
|
||||
|
||||
m_zoom->reset();
|
||||
|
||||
// assume that this also readys the sound flash chips
|
||||
// assume that this also readies the sound flash chips
|
||||
m_pgmflash->write(0, 0xff);
|
||||
m_sndflash[0]->write(0, 0xff);
|
||||
m_sndflash[1]->write(0, 0xff);
|
||||
@ -1104,7 +1104,7 @@ GAME( 1999, flipmaze, coh3002t, coh3002t_t1, coh3002t, taitogn_state, em
|
||||
GAME( 2001, shikigam, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT270, "Alfa System / Taito", "Shikigami no Shiro (V2.03J 2001/08/07 18:11)", MACHINE_IMPERFECT_SOUND )
|
||||
GAME( 2001, shikigama, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT270, "Alfa System / Taito", "Shikigami no Shiro - internal build (V1.02J 2001/09/27 18:45)", MACHINE_IMPERFECT_SOUND )
|
||||
GAME( 2003, sianniv, coh3002t, coh3002t_t1, coh3002t, taitogn_state, init_nozoom,ROT270, "Taito", "Space Invaders Anniversary (V2.02J)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND ) // IRQ at the wrong time
|
||||
GAME( 2003, kollon, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Kollon (V2.04JA 2003/11/01 12:00)", MACHINE_IMPERFECT_SOUND )
|
||||
GAME( 2003, kollon, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Kollon (V2.04JA 2003/11/01 12:00)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND ) // similar lockup problem as sianniv
|
||||
GAME( 2003, kollonc, kollon, coh3002t_cf, coh3002t_jp1, taitogn_state, empty_init, ROT0, "Taito", "Kollon (V2.04JC 2003/11/01 12:00)", MACHINE_IMPERFECT_SOUND )
|
||||
|
||||
/* Success */
|
||||
|
Loading…
Reference in New Issue
Block a user