summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xyonix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xyonix.h')
-rw-r--r--src/mame/includes/xyonix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/xyonix.h b/src/mame/includes/xyonix.h
index 3fb92317de0..17bd1962526 100644
--- a/src/mame/includes/xyonix.h
+++ b/src/mame/includes/xyonix.h
@@ -33,4 +33,5 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void handle_coins(int coin);
+ void xyonix(machine_config &config);
};