We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0143d commit 27cef70Copy full SHA for 27cef70
1 file changed
src/mame/tektronix/tek440x.cpp
@@ -278,6 +278,7 @@ void tek440x_state::mapcntl_w(u8 data)
278
m_map_view.select(0);
279
else
280
m_map_view.disable();
281
+
282
m_map_control = data & 0x1f;
283
}
284
0 commit comments