summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gameplan.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-01-02 18:08:30 +0000
committer smf- <smf-@users.noreply.github.com>2014-01-02 18:08:30 +0000
commit8f1e301775661619821a67661d8257ead6dcea72 (patch)
tree0c966b20c0e34e1bc313d1b05c0a990e1aa8990a /src/mame/includes/gameplan.h
parent838276728a99327d99e45768bac9cc659160d7b1 (diff)
removed the simplest 6522 port callbacks [smf]
Diffstat (limited to 'src/mame/includes/gameplan.h')
-rw-r--r--src/mame/includes/gameplan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/gameplan.h b/src/mame/includes/gameplan.h
index 603781c911c..ecef8e32bec 100644
--- a/src/mame/includes/gameplan.h
+++ b/src/mame/includes/gameplan.h
@@ -89,7 +89,6 @@ public:
DECLARE_WRITE8_MEMBER(gameplan_video_command_w);
DECLARE_WRITE8_MEMBER(leprechn_video_command_w);
DECLARE_WRITE_LINE_MEMBER(video_command_trigger_w);
- 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);