summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ramdac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ramdac.h')
-rw-r--r--src/devices/video/ramdac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/ramdac.h b/src/devices/video/ramdac.h
index 36241c011fb..51abadaf6de 100644
--- a/src/devices/video/ramdac.h
+++ b/src/devices/video/ramdac.h
@@ -62,6 +62,7 @@ public:
virtual space_config_vector memory_space_config() const override;
+ void ramdac_palram(address_map &map);
protected:
// device-level overrides
virtual void device_validity_check(validity_checker &valid) const override;