summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/saa5050.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/saa5050.c')
-rw-r--r--src/emu/video/saa5050.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/saa5050.c b/src/emu/video/saa5050.c
index bf290a5d265..89b0c5aa463 100644
--- a/src/emu/video/saa5050.c
+++ b/src/emu/video/saa5050.c
@@ -234,7 +234,7 @@ void saa5050_update( device_t *device, bitmap_t *bitmap, const rectangle *clipre
{
case 0x00:
// Temporary hack until proper docs are found
- if (saa5050->rev) // This is not ok, but it is done only in case of malzak
+ if (saa5050->rev) // This is not ok, but it is done only in case of malzak
blank = 1; // code 0x00 should not display anything, unless HOLDGR is set
break;
case 0x01: case 0x02: case 0x03: case 0x04: