mirror of
https://github.com/holub/mame
synced 2025-05-16 02:42:05 +03:00
Placed back ifdef until saa5050 gets refactored (no whatsnew)
This commit is contained in:
parent
9ff9d1f2ed
commit
ec46a9ad3d
@ -233,7 +233,9 @@ void saa5050_update( device_t *device, bitmap_t *bitmap, const rectangle *clipre
|
|||||||
switch (code)
|
switch (code)
|
||||||
{
|
{
|
||||||
case 0x00:
|
case 0x00:
|
||||||
|
#ifndef MESS
|
||||||
blank = 1; // code 0x00 should not display anything, unless HOLDGR is set
|
blank = 1; // code 0x00 should not display anything, unless HOLDGR is set
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case 0x01: case 0x02: case 0x03: case 0x04:
|
case 0x01: case 0x02: case 0x03: case 0x04:
|
||||||
case 0x05: case 0x06: case 0x07:
|
case 0x05: case 0x06: case 0x07:
|
||||||
|
Loading…
Reference in New Issue
Block a user