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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/tbowl.h b/src/mame/includes/tbowl.h
index 80d86597467..d151292e5b6 100644
--- a/src/mame/includes/tbowl.h
+++ b/src/mame/includes/tbowl.h
@@ -82,4 +82,5 @@ public:
void adpcm_int(msm5205_device *device, int chip);
DECLARE_WRITE_LINE_MEMBER(adpcm_int_1);
DECLARE_WRITE_LINE_MEMBER(adpcm_int_2);
+ void tbowl(machine_config &config);
};