mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
apple2e: attempt to fix crash in 64k configuration. (nw)
This commit is contained in:
parent
4043b55acb
commit
4a8f446595
@ -610,8 +610,11 @@ void apple2e_state::machine_start()
|
||||
if (m_a2eauxslot)
|
||||
{
|
||||
m_auxslotdevice = m_a2eauxslot->get_a2eauxslot_card();
|
||||
m_aux_ptr = m_auxslotdevice->get_vram_ptr();
|
||||
m_aux_bank_ptr = m_auxslotdevice->get_auxbank_ptr();
|
||||
if (m_auxslotdevice)
|
||||
{
|
||||
m_aux_ptr = m_auxslotdevice->get_vram_ptr();
|
||||
m_aux_bank_ptr = m_auxslotdevice->get_auxbank_ptr();
|
||||
}
|
||||
}
|
||||
else // IIc has 128K right on the motherboard
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user