summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/alpha68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/alpha68k.h')
-rw-r--r--src/mame/includes/alpha68k.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/alpha68k.h b/src/mame/includes/alpha68k.h
index 1179fb37eb0..0079388f5a1 100644
--- a/src/mame/includes/alpha68k.h
+++ b/src/mame/includes/alpha68k.h
@@ -115,7 +115,6 @@ public:
void jongbou_video_banking(int *bank, int data);
void kyros_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int c, int d );
void sstingry_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int c, int d );
- DECLARE_WRITE_LINE_MEMBER(ym3812_irq);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;