summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/vtech2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/vtech2.h')
-rw-r--r--src/mess/includes/vtech2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/vtech2.h b/src/mess/includes/vtech2.h
index c85b89d9dce..738d52fa650 100644
--- a/src/mess/includes/vtech2.h
+++ b/src/mess/includes/vtech2.h
@@ -56,7 +56,7 @@ public:
DECLARE_DRIVER_INIT(laser);
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(vtech2);
DECLARE_MACHINE_RESET(laser500);
DECLARE_MACHINE_RESET(laser700);
UINT32 screen_update_laser(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);