mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-04 02:30:53 +00:00
Apple II emulator for Windows
25c7c41b07
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. |
||
---|---|---|
assets | ||
bin | ||
ddraw_lib | ||
Disks | ||
docs | ||
firmware/HDD | ||
help | ||
HookFilter | ||
libyaml | ||
resource | ||
source | ||
test | ||
web | ||
zip_lib | ||
zlib | ||
.gitignore | ||
AppleWinExpress2008.sln | ||
AppleWinExpress2008.vcproj | ||
AppleWinExpress2010.sln | ||
AppleWinExpress2010.vcxproj | ||
AppleWinExpress2010.vcxproj.filters | ||
AppleWinExpress2013.sln | ||
AppleWinExpress2013.vcxproj | ||
AppleWinExpress2013.vcxproj.filters | ||
AppleWinExpress2015.sln | ||
AppleWinExpress2015.vcxproj | ||
AppleWinExpress2015.vcxproj.filters | ||
AppleWinExpress2017.sln | ||
AppleWinExpress2017.vcxproj | ||
AppleWinExpress2017.vcxproj.filters | ||
GNU General Public License.txt | ||
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: