summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/poisk1.h
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2014-04-23 18:38:15 +0000
committer cracyc <cracyc@users.noreply.github.com>2014-04-23 18:38:15 +0000
commit379fe346addbeeef5692dca44a3d3bc0ba8d984f (patch)
tree8ff3867a06eae85072e092b6d52521424a7b28a4 /src/mess/includes/poisk1.h
parentd2b84cb39139ac12f5053d8f983e0f0da154b8bf (diff)
pic8259: remove trampolines (nw)
Diffstat (limited to 'src/mess/includes/poisk1.h')
-rw-r--r--src/mess/includes/poisk1.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/includes/poisk1.h b/src/mess/includes/poisk1.h
index 6b4f6c8798d..33632dc7d89 100644
--- a/src/mess/includes/poisk1.h
+++ b/src/mess/includes/poisk1.h
@@ -49,8 +49,6 @@ public:
DECLARE_MACHINE_START(poisk1);
DECLARE_MACHINE_RESET(poisk1);
- IRQ_CALLBACK_MEMBER(p1_irq_callback);
-
DECLARE_PALETTE_INIT(p1);
virtual void video_start();
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);