summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atari400.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atari400.h')
-rw-r--r--src/mame/includes/atari400.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atari400.h b/src/mame/includes/atari400.h
index af901207ecf..4dc151c9f5c 100644
--- a/src/mame/includes/atari400.h
+++ b/src/mame/includes/atari400.h
@@ -47,7 +47,7 @@ public:
protected:
virtual void video_start() override;
- DECLARE_PALETTE_INIT(atari);
+ void atari_palette(palette_device &palette) const;
POKEY_INTERRUPT_CB_MEMBER(interrupt_cb);
POKEY_KEYBOARD_CB_MEMBER(a5200_keypads);