summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galspnbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galspnbl.h')
-rw-r--r--src/mame/includes/galspnbl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/galspnbl.h b/src/mame/includes/galspnbl.h
index b7799f55333..bcb72444796 100644
--- a/src/mame/includes/galspnbl.h
+++ b/src/mame/includes/galspnbl.h
@@ -27,13 +27,12 @@ public:
required_shared_ptr<UINT16> m_videoram;
required_shared_ptr<UINT16> m_bgvideoram;
required_shared_ptr<UINT16> m_scroll;
-// UINT16 * paletteram; // currently this uses generic palette handling
/* devices */
required_device<cpu_device> m_audiocpu;
DECLARE_WRITE16_MEMBER(soundcommand_w);
virtual void machine_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(galspnbl);
UINT32 screen_update_galspnbl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_background( bitmap_ind16 &bitmap, const rectangle &cliprect );
DECLARE_WRITE_LINE_MEMBER(irqhandler);