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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/galspnbl.h b/src/mame/includes/galspnbl.h
index db1a7c00aba..d71cd32742b 100644
--- a/src/mame/includes/galspnbl.h
+++ b/src/mame/includes/galspnbl.h
@@ -55,7 +55,7 @@ private:
required_device<screen_device> m_screen;
required_device<generic_latch_8_device> m_soundlatch;
- DECLARE_WRITE16_MEMBER(soundcommand_w);
+ void soundcommand_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
virtual void machine_start() override;
void galspnbl_palette(palette_device &palette) const;
uint32_t screen_update_galspnbl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);