summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2011-09-25 07:35:14 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2011-09-25 07:35:14 +0000
commitec46a9ad3dd96e05ad00b2b4a0069a3fe5825faa (patch)
tree0b1b8418ebae62add9fa7c14fb1c082246bc493b /src/emu
parent9ff9d1f2edeec8ea40f6daa8144a4754e74e2f6d (diff)
Placed back ifdef until saa5050 gets refactored (no whatsnew)
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/video/saa5050.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/video/saa5050.c b/src/emu/video/saa5050.c
index fe301457bf7..1a70a40b200 100644
--- a/src/emu/video/saa5050.c
+++ b/src/emu/video/saa5050.c
@@ -233,7 +233,9 @@ void saa5050_update( device_t *device, bitmap_t *bitmap, const rectangle *clipre
switch (code)
{
case 0x00:
+#ifndef MESS
blank = 1; // code 0x00 should not display anything, unless HOLDGR is set
+#endif
break;
case 0x01: case 0x02: case 0x03: case 0x04:
case 0x05: case 0x06: case 0x07: