Apple II emulator for Windows
Go to file
tomcw 717c5cba84 New save-state (.aws) v2:
. Format now extensible for supporting new hardware types in the future
. Include missing items like Apple2Type, CyclesThisVideoFrame (#255)
Continue to support loading of old v1 format.

Added card save/load for:
. Mouse (#260)
. HDD (#260)
. Printer

Extended card support for:
. SSC

Other:
. Added save-state v1 struct size checks
. Create SaveState_Structs_v2.h and split out common into SaveState_Structs_common.h
. Refactor HardDisk.cpp to use imagehandle; and consolidate with Disk.cpp
. Fix Disk/HD_GetFullPathName() which wasn't always returning full pathname
. Consolidate common GetImageTitle() and move into DiskImage.cpp
2015-02-13 22:40:53 +00:00
bin 1.25.0.3: Restore MIP_FF_FF_00_00 as memory init default (see GH Bug#225) 2014-09-08 22:25:29 +01:00
ddraw_lib Add dxguid.lib so AppleWin can link without DirectX SDK installed. 2014-07-15 22:26:57 -07:00
Disks Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
docs Bug #227 2.8.0.8 Fixed: Showing/hiding the address and/or opcodes will show long symbolic targets without overflowing into the register info pane 2014-12-11 10:00:02 -08:00
firmware/HDD Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
help DOC: #246 - Debugger Symbols: Updated example to use correct MEB MEW commands, not out-dated E command. 2014-11-29 17:45:35 -08:00
resource Disk configuration: Minor coding style tweaks & clean-up 2014-10-10 21:24:50 +01:00
source New save-state (.aws) v2: 2015-02-13 22:40:53 +00:00
web Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
zip_lib Add new VS2013 filter files 2014-08-20 22:28:35 +01:00
zlib Add new VS2013 filter files 2014-08-20 22:28:35 +01:00
.gitignore Upgraded VS 2012 solution to VS 2013. 2014-07-23 23:27:51 +12:00
ApplewinExpress9.00.sln Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
ApplewinExpress9.00.vcproj New save-state (.aws) v2: 2015-02-13 22:40:53 +00:00
ApplewinExpress10.00.sln Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
ApplewinExpress10.00.vcxproj Move Util_* files into Debugger subfolder & update all vcproj files 2014-08-13 22:25:22 +01:00
ApplewinExpress10.00.vcxproj.filters Move Util_* files into Debugger subfolder & update all vcproj files 2014-08-13 22:25:22 +01:00
ApplewinExpress2005.sln Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
ApplewinExpress2005.vcproj Move Util_* files into Debugger subfolder & update all vcproj files 2014-08-13 22:25:22 +01:00
AppleWinExpress2012.sln Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
AppleWinExpress2012.vcxproj Add Common Controls theme to Property Sheet Pages (for VS2012 & VS2013) 2014-08-20 23:04:55 +01:00
AppleWinExpress2012.vcxproj.filters Remove wchar.h & Update VS2012 proj with new headers 2014-08-14 22:27:41 +01:00
AppleWinExpress2013.sln Upgraded VS 2012 solution to VS 2013. 2014-07-23 23:27:51 +12:00
AppleWinExpress2013.vcxproj Add Common Controls theme to Property Sheet Pages (for VS2012 & VS2013) 2014-08-20 23:04:55 +01:00
AppleWinExpress2013.vcxproj.filters Add new VS2013 filter files 2014-08-20 22:28:35 +01:00
GNU General Public License.txt Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
LICENSE Initial commit 2014-03-02 09:15:54 -08:00
Make_Distribution.bat Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
README.md Updated Readme.md for v.1.25.0.3 2014-09-21 13:37:37 -07:00

AppleWin

Apple II emulator for Windows

Download latest release: AppleWin v1.25.0.3

Releast Notes: v1.25.0.3

Building

To compile from source see:

docs/compiling.txt