diff options
Diffstat (limited to 'src/mess/includes/hx20.h')
-rw-r--r-- | src/mess/includes/hx20.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/hx20.h b/src/mess/includes/hx20.h index 5c7c444371f..828cc1a36ef 100644 --- a/src/mess/includes/hx20.h +++ b/src/mess/includes/hx20.h @@ -85,7 +85,7 @@ public: required_ioport m_sw6; virtual void machine_start(); - virtual void palette_init(); + DECLARE_PALETTE_INIT(hx20); UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); DECLARE_WRITE8_MEMBER( ksc_w ); |