summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/zeus2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/zeus2.h')
-rw-r--r--src/devices/video/zeus2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/zeus2.h b/src/devices/video/zeus2.h
index 135d900f86c..d90a7b33c07 100644
--- a/src/devices/video/zeus2.h
+++ b/src/devices/video/zeus2.h
@@ -227,7 +227,7 @@ public:
// Convert 0xRRRRCCCC to frame buffer addresss
//inline UINT32 frame_addr_from_expanded_addr(UINT32 addr)
//{
- // return (((addr & 0x3ff0000) >> (16 - 9 + 1)) | (addr & 0x1ff)) << 1;
+ // return (((addr & 0x3ff0000) >> (16 - 9 + 1)) | (addr & 0x1ff)) << 1;
//}
// Convert Physical 0xRRRRCCCC to frame buffer addresss