summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wc90b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wc90b.h')
-rw-r--r--src/mame/includes/wc90b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wc90b.h b/src/mame/includes/wc90b.h
index 5cb29ca1792..387abced4a8 100644
--- a/src/mame/includes/wc90b.h
+++ b/src/mame/includes/wc90b.h
@@ -42,5 +42,5 @@ public:
UINT32 screen_update_wc90b(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );
DECLARE_WRITE_LINE_MEMBER(irqhandler);
- DECLARE_WRITE_LINE_MEMBER(adpcm_int);
+ DECLARE_WRITE_LINE_MEMBER(adpcm_int);
};