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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ramdac.h b/src/devices/video/ramdac.h
index 4705f491089..36241c011fb 100644
--- a/src/devices/video/ramdac.h
+++ b/src/devices/video/ramdac.h
@@ -60,7 +60,7 @@ public:
DECLARE_WRITE8_MEMBER( ramdac_rgb666_w );
DECLARE_WRITE8_MEMBER( ramdac_rgb888_w );
- virtual std::vector<std::pair<int, const address_space_config *>> memory_space_config() const override;
+ virtual space_config_vector memory_space_config() const override;
protected:
// device-level overrides