summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ssystem3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/ssystem3.h')
-rw-r--r--src/mess/includes/ssystem3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/ssystem3.h b/src/mess/includes/ssystem3.h
index a48c390c2b5..174e37eba48 100644
--- a/src/mess/includes/ssystem3.h
+++ b/src/mess/includes/ssystem3.h
@@ -47,7 +47,7 @@ public:
lcd_t m_lcd;
DECLARE_DRIVER_INIT(ssystem3);
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(ssystem3);
UINT32 screen_update_ssystem3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE8_MEMBER(ssystem3_via_write_a);
DECLARE_READ8_MEMBER(ssystem3_via_read_a);