summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/hp9k.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/drivers/hp9k.c
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
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;
};