summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sbugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sbugger.h')
-rw-r--r--src/mame/includes/sbugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sbugger.h b/src/mame/includes/sbugger.h
index 8d7fbcc65d6..9271d423bac 100644
--- a/src/mame/includes/sbugger.h
+++ b/src/mame/includes/sbugger.h
@@ -17,7 +17,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(sbugger_interrupt);
TILE_GET_INFO_MEMBER(get_sbugger_tile_info);
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(sbugger);
UINT32 screen_update_sbugger(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;