summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spbactn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spbactn.h')
-rw-r--r--src/mame/includes/spbactn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/spbactn.h b/src/mame/includes/spbactn.h
index b23bea3cb4d..86635a2e896 100644
--- a/src/mame/includes/spbactn.h
+++ b/src/mame/includes/spbactn.h
@@ -85,4 +85,6 @@ public:
{
return 0xffff;
}
+ void spbactn(machine_config &config);
+ void spbactnp(machine_config &config);
};