summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gameplan.h
diff options
context:
space:
mode:
author Alex W. Jackson <alex.w.jackson@gmail.com>2014-08-08 19:10:17 +0000
committer Alex W. Jackson <alex.w.jackson@gmail.com>2014-08-08 19:10:17 +0000
commit5f150cd9ac252e7282e4dd4af6eec6d6dfeefb63 (patch)
treeaad77a948a8c9f406a45da22a278b14d0181b850 /src/mame/includes/gameplan.h
parentc16336152baec04d22037d72d5246eca071001df (diff)
gameplan.c: re-hooked up leprechn videoram read, which was removed when old leprechn.c driver was merged into gameplan.c (nw)
Diffstat (limited to 'src/mame/includes/gameplan.h')
-rw-r--r--src/mame/includes/gameplan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gameplan.h b/src/mame/includes/gameplan.h
index 9839c431f84..22868175d3d 100644
--- a/src/mame/includes/gameplan.h
+++ b/src/mame/includes/gameplan.h
@@ -90,6 +90,7 @@ public:
DECLARE_WRITE8_MEMBER(video_data_w);
DECLARE_WRITE8_MEMBER(gameplan_video_command_w);
DECLARE_WRITE8_MEMBER(leprechn_video_command_w);
+ DECLARE_READ8_MEMBER(leprechn_videoram_r);
DECLARE_WRITE_LINE_MEMBER(video_command_trigger_w);
void gameplan_get_pens( pen_t *pens );
void leprechn_get_pens( pen_t *pens );