summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mz700.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mz700.h')
-rw-r--r--src/mess/includes/mz700.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/mz700.h b/src/mess/includes/mz700.h
index a22821549b6..e4e3a7095ed 100644
--- a/src/mess/includes/mz700.h
+++ b/src/mess/includes/mz700.h
@@ -49,7 +49,7 @@ public:
int m_mz800_ram_monitor; /* 1 if monitor rom banked in */
int m_hires_mode; /* 1 if in 640x200 mode */
- int m_screen; /* screen designation */
+ int m_screennum; /* screen designation */
UINT8 *m_colorram;
UINT8 *m_videoram;
UINT8 m_speaker_level;