summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/klax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/klax.h')
-rw-r--r--src/mame/includes/klax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/klax.h b/src/mame/includes/klax.h
index 4e3f122dca7..21099992074 100644
--- a/src/mame/includes/klax.h
+++ b/src/mame/includes/klax.h
@@ -35,6 +35,8 @@ public:
static const atari_motion_objects_config s_mob_config;
+ void klax(machine_config &config);
+ void klax2bl(machine_config &config);
private:
required_device<tilemap_device> m_playfield_tilemap;
required_device<atari_motion_objects_device> m_mob;