summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psikyo.h')
-rw-r--r--src/mame/includes/psikyo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/psikyo.h b/src/mame/includes/psikyo.h
index 441717311bf..d4bd0f4121f 100644
--- a/src/mame/includes/psikyo.h
+++ b/src/mame/includes/psikyo.h
@@ -105,8 +105,6 @@ public:
void draw_sprites_bootleg( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int trans_pen );
int tilemap_width( int size );
void s1945_mcu_init( );
- DECLARE_WRITE_LINE_MEMBER(irqhandler);
- DECLARE_WRITE_LINE_MEMBER(sound_irq);
required_device<cpu_device> m_maincpu;
optional_device<okim6295_device> m_oki;
required_device<gfxdecode_device> m_gfxdecode;