mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 19:33:03 +00:00
2f6e86c0fa
Added yaml save-state support for: . Main AppleII unit . Aux memory & RawWorksIII . Printer . SSC . Z80 . Mouse . Mockingboard . Phasor . Disk][ . HDD
5 lines
123 B
C
5 lines
123 B
C
#define YAML_VERSION_MAJOR 0
|
|
#define YAML_VERSION_MINOR 1
|
|
#define YAML_VERSION_PATCH 5
|
|
#define YAML_VERSION_STRING "0.1.5"
|