summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mz700.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/mz700.c')
-rw-r--r--src/mess/machine/mz700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/mz700.c b/src/mess/machine/mz700.c
index bbea4a37fda..4a570205c50 100644
--- a/src/mess/machine/mz700.c
+++ b/src/mess/machine/mz700.c
@@ -610,7 +610,7 @@ WRITE8_MEMBER(mz_state::mz800_display_mode_w)
{
m_mz700_mode = BIT(data, 3);
m_hires_mode = BIT(data, 2);
- m_screen = data & 0x03;
+ m_screennum = data & 0x03;
/* change memory maps if we switched mode */
// if (BIT(data, 3) != m_mz700_mode)