apple2e.c: select displayed page for floating bus [Peter Ferrie]

French Touch "Crazy Cycles" no longer hangs, but still missing effects
This commit is contained in:
Peter Ferrie 2015-09-06 23:28:41 -07:00
parent b0e1e5d733
commit 2c23b58357

View File

@ -2121,7 +2121,7 @@ UINT8 apple2e_state::read_floatingbus()
// machine state switches
//
Hires = m_video->m_hires ? 1 : 0;
Hires = (m_video->m_hires && m_video->m_graphics) ? 1 : 0;
Mixed = m_video->m_mix ? 1 : 0;
Page2 = m_page2 ? 1 : 0;
_80Store = m_80store ? 1 : 0;