summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hanaawas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hanaawas.h')
-rw-r--r--src/mame/includes/hanaawas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hanaawas.h b/src/mame/includes/hanaawas.h
index 4547d861938..d936fc7a58f 100644
--- a/src/mame/includes/hanaawas.h
+++ b/src/mame/includes/hanaawas.h
@@ -31,7 +31,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(hanaawas);
UINT32 screen_update_hanaawas(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE8_MEMBER(hanaawas_portB_w);
required_device<cpu_device> m_maincpu;