mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-28 17:30:02 +00:00
Apple II emulator for Windows
5287bfb409
* Debugger: add new flags to breakpoints. Stop / no stop. Hit count Keep temp breakpoint alive so they can be inspected. Signed-off-by: Andrea Odetti <mariofutire@gmail.com> * Debugger: ensure temporary breakpoints are removed when the execution restarts. This code: _BWZ_Clear(pBP, iBreakpoint); was actually a bug since the function needs the root points of all breakpoints, not to a particular one. * Breakpoints: some extra tweaks. Signed-off-by: Andrea Odetti <mariofutire@gmail.com> * Remove reundant code and comment. Signed-off-by: Andrea Odetti <mariofutire@gmail.com> * Breakpoints: coding standards. Signed-off-by: Andrea Odetti <mariofutire@gmail.com> --------- Signed-off-by: Andrea Odetti <mariofutire@gmail.com> |
||
---|---|---|
assets | ||
bin | ||
ddraw_lib | ||
docs | ||
firmware/HDD | ||
help | ||
libyaml | ||
resource | ||
snesmax | ||
source | ||
test | ||
web | ||
zip_lib | ||
zlib | ||
.gitignore | ||
AppleWinExpress2019.sln | ||
AppleWinExpress2019.vcxproj | ||
AppleWinExpress2019.vcxproj.filters | ||
CONTRIBUTING.md | ||
GNU General Public License.txt | ||
LICENSE | ||
README.md |
AppleWin
Apple II emulator for Windows
AppleWin is a fully-featured emulator supporting different Apple II models and clones. A variety of peripheral cards and video display modes are supported (eg. NTSC, RGB); and there's an extensive built-in symbolic debugger.
Peripheral cards and add-on hardware supported:
- Mockingboard, Phasor and SAM sound cards
- Disk II interface for floppy disk drives
- Hard disk controller
- Super Serial Card (SSC)
- Parallel printer card
- Mouse interface
- Apple IIe Extended 80-Column Text Card and RamWorks III (8MB)
- RGB cards: Apple's Extended 80-Column Text/AppleColor Adaptor Card and 'Le Chat Mauve' Féline.
- CP/M SoftCard
- Uthernet I and II (ethernet cards)
- Language Card and Saturn 64/128K for Apple II/II+
- 4Play and SNES MAX joystick cards
- VidHD card (functionality limited to IIgs' Super Hi-Res video modes)
- No Slot Clock (NSC)
Download latest (stable) release: AppleWin v1.30.13.0
Release Notes: v1.30.13.0
Building
To compile from source see:
Contributing
Please see the CONTRIBUTING doc before raising new bugs, features and especially PRs.
Next Version
Experimental build: pending
Please report new issues
Previous Versions
Last version supporting Windows 2000:
Last version supporting Windows 98/ME: