mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix clang build (nw)
This commit is contained in:
parent
5a367a5c29
commit
962fa2ffac
@ -50,7 +50,7 @@ static constexpr unsigned ALPHA_MEM_SIZE= 4096;
|
||||
static constexpr unsigned GRAPH_MEM_SIZE= 16384;
|
||||
static constexpr unsigned CRT_STS_READY_BIT = 0;
|
||||
static constexpr unsigned CRT_STS_DISPLAY_BIT = 1;
|
||||
static constexpr unsigned CRT_STS_BUSY_BIT = 7;
|
||||
//static constexpr unsigned CRT_STS_BUSY_BIT = 7;
|
||||
static constexpr unsigned CRT_CTL_RD_RQ_BIT = 0;
|
||||
static constexpr unsigned CRT_CTL_WIPEOUT_BIT = 1;
|
||||
static constexpr unsigned CRT_CTL_POWERDN_BIT = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user