mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
apple2gs: enable SHR linearization bit in NEWVIDEO by default, fixes Nucleus P8 1.0.1 [R. Belmont]
This commit is contained in:
parent
7cc72c1693
commit
c8ca049b2e
@ -1543,7 +1543,7 @@ void apple2gs_state::machine_reset()
|
||||
m_ramrd = false;
|
||||
m_ramwrt = false;
|
||||
m_ioudis = true;
|
||||
m_newvideo = 0x01;
|
||||
m_newvideo = 0x41; // need to verify on hardware if this is correct or if NucleusP8 is broken
|
||||
m_clock_frame = 0;
|
||||
m_mouse_x = 0x00;
|
||||
m_mouse_y = 0x00;
|
||||
|
Loading…
Reference in New Issue
Block a user