summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cybstorm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cybstorm.h')
-rwxr-xr-xsrc/mame/includes/cybstorm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/cybstorm.h b/src/mame/includes/cybstorm.h
index 2436989b5b2..e9be1394e00 100755
--- a/src/mame/includes/cybstorm.h
+++ b/src/mame/includes/cybstorm.h
@@ -48,4 +48,6 @@ public:
uint32_t screen_update_cybstorm(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
static const atari_motion_objects_config s_mob_config;
+ void cybstorm(machine_config &config);
+ void round2(machine_config &config);
};