mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-23 08:33:24 +00:00
dad590b8c1
Updates for DHGR MIX (#633): . Support new switch -rgb-card-invert-bit7 to invert bit7 for Dragon Wars. - Reverted DHGR MIX mode and AN2 off to invert bit7
6 lines
128 B
C
6 lines
128 B
C
#define APPLEWIN_VERSION 1,28,5,0
|
|
|
|
#define xstr(a) str(a)
|
|
#define str(a) #a
|
|
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)
|