summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tbowl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tbowl.h')
-rw-r--r--src/mame/includes/tbowl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tbowl.h b/src/mame/includes/tbowl.h
index cc5d0940982..9777aef409f 100644
--- a/src/mame/includes/tbowl.h
+++ b/src/mame/includes/tbowl.h
@@ -57,5 +57,5 @@ public:
DECLARE_WRITE_LINE_MEMBER(irqhandler);
void tbowl_adpcm_int(device_t *device, int chip);
DECLARE_WRITE_LINE_MEMBER(tbowl_adpcm_int_1);
- DECLARE_WRITE_LINE_MEMBER(tbowl_adpcm_int_2);
+ DECLARE_WRITE_LINE_MEMBER(tbowl_adpcm_int_2);
};