mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
video/apple2e.cpp: initialized variable which caused the drivers to start sometimes in color and sometimes in monochrome mode, now that the framework doesn't initialize everything by default
This commit is contained in:
parent
9c36ee3d9d
commit
c2c22491ef
@ -138,6 +138,7 @@ void a2_video_device::device_reset()
|
||||
m_monohgr = false;
|
||||
m_newvideo = 0x01;
|
||||
m_rgbmode = 3; // default to color DHGR
|
||||
m_monochrome = 0; // TODO: never set, but if left uninitialized could cause the emulation to start in monochrome by accident. Default to color for now
|
||||
}
|
||||
|
||||
WRITE_LINE_MEMBER(a2_video_device::txt_w)
|
||||
|
Loading…
Reference in New Issue
Block a user