mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
apple2p: write-enable LC on start-up [Peter Ferrie]
This commit is contained in:
parent
487cb60ae6
commit
2bfb89de77
@ -367,7 +367,7 @@ void apple2_state::machine_start()
|
||||
|
||||
void apple2_state::machine_reset()
|
||||
{
|
||||
m_inh_slot = -1;
|
||||
m_inh_slot = 0;
|
||||
m_cnxx_slot = -1;
|
||||
m_page2 = false;
|
||||
m_an0 = m_an1 = m_an2 = m_an3 = false;
|
||||
|
Loading…
Reference in New Issue
Block a user