summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/laserbat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/laserbat.h')
-rw-r--r--src/mame/includes/laserbat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/laserbat.h b/src/mame/includes/laserbat.h
index 880ea3529cd..ee7dac539f2 100644
--- a/src/mame/includes/laserbat.h
+++ b/src/mame/includes/laserbat.h
@@ -173,7 +173,7 @@ protected:
virtual void machine_start() override;
// video initialisation
- DECLARE_PALETTE_INIT(laserbat);
+ void laserbat_palette(palette_device &palette) const;
// sound control ports
virtual DECLARE_WRITE8_MEMBER(csound2_w) override;
@@ -202,7 +202,7 @@ public:
protected:
// video initialisation
- DECLARE_PALETTE_INIT(catnmous);
+ void catnmous_palette(palette_device &palette) const;
// sound control ports
virtual DECLARE_WRITE8_MEMBER(csound1_w) override;