mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
apple3.cpp: remove tag look-up (nw)
This commit is contained in:
parent
ae2086be72
commit
2bee26a72e
@ -510,7 +510,7 @@ void apple3_state::apple3_update_memory()
|
||||
logerror("apple3_update_memory(): via_0_b=0x%02x via_1_a=0x0x%02x\n", m_via_0_b, m_via_1_a);
|
||||
}
|
||||
|
||||
machine().device("maincpu")->set_unscaled_clock((m_via_0_a & ENV_SLOWSPEED) ? 1021800 : 2000000);
|
||||
m_maincpu->set_unscaled_clock((m_via_0_a & ENV_SLOWSPEED) ? 1021800 : 2000000);
|
||||
|
||||
/* bank 2 (0100-01FF) */
|
||||
if (!(m_via_0_a & ENV_STACK1XX))
|
||||
|
Loading…
Reference in New Issue
Block a user