summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/saa5050.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/saa5050.h')
-rw-r--r--src/emu/video/saa5050.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/saa5050.h b/src/emu/video/saa5050.h
index ce992a4145a..92cafbc26ec 100644
--- a/src/emu/video/saa5050.h
+++ b/src/emu/video/saa5050.h
@@ -89,7 +89,7 @@ public:
// NOTE: the following are provided for convenience only, SAA5050 is not a display controller
// this emulates the common setup where bit 7 of data inverts the display, and the
- // bottom half of a double height row gets the same character data as the top half
+ // bottom half of a double height row gets the same character data as the top half
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
protected: