summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pc_vga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/pc_vga.cpp')
-rw-r--r--src/devices/video/pc_vga.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/video/pc_vga.cpp b/src/devices/video/pc_vga.cpp
index 1170693a2db..7e15f1efe5e 100644
--- a/src/devices/video/pc_vga.cpp
+++ b/src/devices/video/pc_vga.cpp
@@ -2722,6 +2722,9 @@ uint8_t s3_vga_device::s3_crtc_reg_read(uint8_t index)
res |= ((svga.bank_w & 0x30) >> 2);
res |= ((vga.crtc.offset & 0x0300) >> 4);
break;
+ case 0x53:
+ res = s3.cr53;
+ break;
case 0x55:
res = s3.extended_dac_ctrl;
break;