summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hcastle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hcastle.h')
-rw-r--r--src/mame/includes/hcastle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/hcastle.h b/src/mame/includes/hcastle.h
index a94babd5720..27c41790ce6 100644
--- a/src/mame/includes/hcastle.h
+++ b/src/mame/includes/hcastle.h
@@ -65,7 +65,6 @@ public:
DECLARE_PALETTE_INIT(hcastle);
UINT32 screen_update_hcastle(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, bitmap_ind8 &priority_bitmap, UINT8 *sbank, int bank );
- DECLARE_WRITE_LINE_MEMBER(irqhandler);
DECLARE_WRITE8_MEMBER(volume_callback);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;