summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/hp9k.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/hp9k.c')
-rw-r--r--src/mess/drivers/hp9k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/hp9k.c b/src/mess/drivers/hp9k.c
index 2030f8c4867..7a634b1bbd2 100644
--- a/src/mess/drivers/hp9k.c
+++ b/src/mess/drivers/hp9k.c
@@ -161,7 +161,7 @@ public:
DECLARE_WRITE8_MEMBER(kbd_put);
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
-
+
required_device<gfxdecode_device> m_gfxdecode;
};