mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +00:00
bd86088c59
- Added Configuration GUI to include checkbox for "50Hz" - Implicitly use PAL or NTSC base 6502 clocks depending on video refresh rate - Added new -50hz and -60hz command line switches - Updated save-state for video refresh rate 1.28.8.0: Updated version & history.txt
6 lines
128 B
C
6 lines
128 B
C
#define APPLEWIN_VERSION 1,28,8,0
|
|
|
|
#define xstr(a) str(a)
|
|
#define str(a) #a
|
|
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)
|