summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ramdac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ramdac.cpp')
-rw-r--r--src/devices/video/ramdac.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/video/ramdac.cpp b/src/devices/video/ramdac.cpp
index 7014d464a5a..af8423b9179 100644
--- a/src/devices/video/ramdac.cpp
+++ b/src/devices/video/ramdac.cpp
@@ -169,6 +169,11 @@ WRITE8_MEMBER( ramdac_device::pal_w )
reg_increment(0);
}
+READ8_MEMBER( ramdac_device::mask_r )
+{
+ return m_pal_mask;
+}
+
WRITE8_MEMBER( ramdac_device::mask_w )
{
m_pal_mask = data;