summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/apple2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/apple2.cpp')
-rw-r--r--src/mame/video/apple2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/apple2.cpp b/src/mame/video/apple2.cpp
index b69561e2331..65c50741d7f 100644
--- a/src/mame/video/apple2.cpp
+++ b/src/mame/video/apple2.cpp
@@ -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)