summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gameplan.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-18 12:45:59 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-18 12:45:59 +0000
commit7623d362cf835b87c248a395e32d69bec0bac88e (patch)
treedd12571ea58531b8e3817c5ee622ed83c0eeb078 /src/mame/includes/gameplan.h
parent8882b5f7f86e08100f46ad6ff0504b2061fc6770 (diff)
cleanup (nw)
Diffstat (limited to 'src/mame/includes/gameplan.h')
-rw-r--r--src/mame/includes/gameplan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/gameplan.h b/src/mame/includes/gameplan.h
index 5cbe1a390ec..3da7f25b880 100644
--- a/src/mame/includes/gameplan.h
+++ b/src/mame/includes/gameplan.h
@@ -81,6 +81,10 @@ public:
DECLARE_READ8_MEMBER(vblank_r);
void gameplan_get_pens( pen_t *pens );
void leprechn_get_pens( pen_t *pens );
+ DECLARE_WRITE_LINE_MEMBER(via_irq);
+ DECLARE_READ8_MEMBER(trvquest_question_r);
+ DECLARE_WRITE8_MEMBER(trvquest_coin_w);
+ DECLARE_WRITE8_MEMBER(trvquest_misc_w);
};
/*----------- defined in video/gameplan.c -----------*/