summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vtech2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vtech2.h')
-rw-r--r--src/mame/includes/vtech2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/vtech2.h b/src/mame/includes/vtech2.h
index 4353118021c..8356992462d 100644
--- a/src/mame/includes/vtech2.h
+++ b/src/mame/includes/vtech2.h
@@ -91,6 +91,9 @@ public:
device_t *laser_file();
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void laser350(machine_config &config);
+ void laser700(machine_config &config);
+ void laser500(machine_config &config);
};