summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/a7800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/a7800.h')
-rw-r--r--src/mess/includes/a7800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/a7800.h b/src/mess/includes/a7800.h
index c08e895f4fa..6df0af95831 100644
--- a/src/mess/includes/a7800.h
+++ b/src/mess/includes/a7800.h
@@ -114,7 +114,7 @@ protected:
required_ioport m_io_console_buttons;
memory_bank *m_bank10;
memory_bank *m_bank11;
- required_device<screen_device> m_screen;
+ required_device<screen_device> m_screen;
void maria_draw_scanline();
int is_holey(unsigned int addr);