mirror of
https://github.com/holub/mame
synced 2025-05-15 18:32:02 +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)
|
||||
{
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user