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, 2 insertions, 1 deletions
diff --git a/src/mame/includes/vtech2.h b/src/mame/includes/vtech2.h
index 6acf6890647..218afa9f9cd 100644
--- a/src/mame/includes/vtech2.h
+++ b/src/mame/includes/vtech2.h
@@ -31,11 +31,12 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_palette(*this, "palette") { }
- void init_laser();
void laser350(machine_config &config);
void laser700(machine_config &config);
void laser500(machine_config &config);
+ void init_laser();
+
private:
DECLARE_WRITE8_MEMBER(laser_bank_select_w);
DECLARE_WRITE8_MEMBER(laser_fdc_w);