summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/t6963c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/t6963c.h')
-rw-r--r--src/devices/video/t6963c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/t6963c.h b/src/devices/video/t6963c.h
index 3cc0018f81b..075bb8f78d0 100644
--- a/src/devices/video/t6963c.h
+++ b/src/devices/video/t6963c.h
@@ -40,8 +40,8 @@ public:
void write(offs_t offset, u8 data);
// Display configurations
- void set_md(u8 data); // MD0, MD1, MD2, MD3, MDS
- void set_fs(u8 data); // FS0, FS1
+ void set_md(u8 data); // MD0, MD1, MD2, MD3, MDS
+ void set_fs(u8 data); // FS0, FS1
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);