summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tecmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tecmo.h')
-rw-r--r--src/mame/includes/tecmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tecmo.h b/src/mame/includes/tecmo.h
index 478d8cb1029..89a0c529cf2 100644
--- a/src/mame/includes/tecmo.h
+++ b/src/mame/includes/tecmo.h
@@ -51,5 +51,5 @@ public:
UINT32 screen_update_tecmo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(irqhandler);
- DECLARE_WRITE_LINE_MEMBER(tecmo_adpcm_int);
+ DECLARE_WRITE_LINE_MEMBER(tecmo_adpcm_int);
};