mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
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:
parent
b0e1e5d733
commit
2c23b58357
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user