summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fmtowns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fmtowns.h')
-rw-r--r--src/mame/includes/fmtowns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/fmtowns.h b/src/mame/includes/fmtowns.h
index e380f88cca9..e32d80226eb 100644
--- a/src/mame/includes/fmtowns.h
+++ b/src/mame/includes/fmtowns.h
@@ -282,6 +282,8 @@ class towns_state : public driver_device
DECLARE_READ8_MEMBER(towns_gfx_high_r);
DECLARE_WRITE8_MEMBER(towns_gfx_high_w);
+ DECLARE_READ8_MEMBER(towns_gfx_packed_r);
+ DECLARE_WRITE8_MEMBER(towns_gfx_packed_w);
DECLARE_READ8_MEMBER(towns_gfx_r);
DECLARE_WRITE8_MEMBER(towns_gfx_w);
DECLARE_READ8_MEMBER(towns_video_cff80_r);