summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd66421.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd66421.h')
-rw-r--r--src/devices/video/hd66421.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd66421.h b/src/devices/video/hd66421.h
index ac4c9add745..b2ed9f991e5 100644
--- a/src/devices/video/hd66421.h
+++ b/src/devices/video/hd66421.h
@@ -62,7 +62,7 @@ private:
void hd66421(address_map &map);
- DECLARE_PALETTE_INIT(hd66421);
+ void hd66421_palette(palette_device &palette) const;
};