summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xmen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xmen.h')
-rw-r--r--src/mame/includes/xmen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/xmen.h b/src/mame/includes/xmen.h
index f0f306ea612..79706842c9b 100644
--- a/src/mame/includes/xmen.h
+++ b/src/mame/includes/xmen.h
@@ -72,4 +72,6 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(xmen_scanline);
K052109_CB_MEMBER(tile_callback);
K053246_CB_MEMBER(sprite_callback);
+ void xmen(machine_config &config);
+ void xmen6p(machine_config &config);
};