apple2e: fix text on Laser 128 EX and EX/2 also. [R. Belmont]

This commit is contained in:
arbee 2021-11-26 20:13:03 -05:00
parent d19a2771a5
commit fc15c798d8

View File

@ -1301,6 +1301,7 @@ void apple2e_state::init_128ex()
{
m_accel_laser = true;
m_has_laser_mouse = true;
m_inverse_text = true;
}
void apple2e_state::init_spect()