Apple II emulator for Windows
Go to file
TomCh 25c7c41b07
Reinstate support for old AppleWin 1.25 "Color (Standard)" video mode (#357) (PR #614)
Renamed this video mode to: "Color (RGB Monitor)"
Also renamed "Color (Monitor)" to "Color (NTSC Monitor)".

As for the colours: I've changed them from the original 1.25 colours. Instead I runtime-generate the colours from the NTSC code. See NTSC.cpp's GenerateBaseColors(). This shifts the same 4-bit pattern in, combining with NTSC color phase, until the colour stabilises. Then I average the next 4 RGB values to get the final colour. The reason for this is that we now have consistent colours between NTSC and this simplified rendering mode.

NB. The 2 greys (in GR,DGR,DHGR) are now the same RGB value.
2019-01-09 21:29:36 +00:00
assets
bin Updated History.txt for 1.28 2019-01-07 09:58:25 +00:00
ddraw_lib
Disks
docs Debugger: Add HELP CD todo, mention cycle profiling done 2018-04-20 11:26:00 -07:00
firmware/HDD
help HDD: Added a swap HDD function to the Config->Disk UI (#585) 2018-12-09 11:48:22 +00:00
HookFilter Keyboard: 2018-07-29 22:34:09 +01:00
libyaml
resource HDD: Added a swap HDD function to the Config->Disk UI (#585) 2018-12-09 11:48:22 +00:00
source Reinstate support for old AppleWin 1.25 "Color (Standard)" video mode (#357) (PR #614) 2019-01-09 21:29:36 +00:00
test Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
web
zip_lib Removed all VS2005 proj/slns (#559) 2018-06-10 17:08:32 +01:00
zlib Removed all VS2005 proj/slns (#559) 2018-06-10 17:08:32 +01:00
.gitignore
AppleWinExpress2008.sln VS2008 sln: add dependency on HookFilter.vcproj 2018-05-29 21:54:46 +01:00
AppleWinExpress2008.vcproj Reinstate support for old AppleWin 1.25 "Color (Standard)" video mode (#357) (PR #614) 2019-01-09 21:29:36 +00:00
AppleWinExpress2010.sln
AppleWinExpress2010.vcxproj Add: DiskFormatTrack.cpp 2018-04-15 09:39:07 -07:00
AppleWinExpress2010.vcxproj.filters
AppleWinExpress2013.sln Added VS2013 and VS2017 support for HookFilter DLL 2018-06-05 22:15:23 +01:00
AppleWinExpress2013.vcxproj Apple II: Language Card and Saturn support for slot-0 (PR #589) 2018-10-26 11:23:30 -07:00
AppleWinExpress2013.vcxproj.filters Apple II: Language Card and Saturn support for slot-0 (PR #589) 2018-10-26 11:23:30 -07:00
AppleWinExpress2015.sln VS2015: Add missing Hook Filter dependency 2018-07-23 22:14:54 +01:00
AppleWinExpress2015.vcxproj Apple II: Language Card and Saturn support for slot-0 (PR #589) 2018-10-26 11:23:30 -07:00
AppleWinExpress2015.vcxproj.filters Apple II: Language Card and Saturn support for slot-0 (PR #589) 2018-10-26 11:23:30 -07:00
AppleWinExpress2017.sln Added VS2013 and VS2017 support for HookFilter DLL 2018-06-05 22:15:23 +01:00
AppleWinExpress2017.vcxproj Apple II: Language Card and Saturn support for slot-0 (PR #589) 2018-10-26 11:23:30 -07:00
AppleWinExpress2017.vcxproj.filters Apple II: Language Card and Saturn support for slot-0 (PR #589) 2018-10-26 11:23:30 -07:00
GNU General Public License.txt Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
LICENSE
Make_Distribution.bat
README.md

AppleWin

Apple II emulator for Windows

Download latest (stable) release: AppleWin v1.27.0.0

Release Notes: v1.27.0.0

Building

To compile from source see:

Next Version

Experimental build: pending

Please report new issues

Previous Versions

Last pre-NTSC change: