Menu

Tree [cf3131] master v003 /
 History

HTTPS access


File Date Author Commit
 LibA2 2024-03-05 Brandon LaCava Brandon LaCava [cf3131] Update Windows build stuff
 QA2 2024-03-05 Brandon LaCava Brandon LaCava [cf3131] Update Windows build stuff
 SDL 2024-02-28 Brandon LaCava Brandon LaCava [795288] Update Mac build stuff
 doxy 2018-10-03 Brandon LaCava Brandon LaCava [5f263e] Initial commit
 ffmpeg 2023-02-22 Brandon LaCava Brandon LaCava [3a6d83] Mac ffmpeg; Video updates; New debugger features
 .gitignore 2023-03-20 Brandon LaCava Brandon LaCava [942632] Fix disk write bug; Better instruction cycle lo...
 A2.pro 2018-10-03 Brandon LaCava Brandon LaCava [5f263e] Initial commit
 INSTALL 2024-03-05 Brandon LaCava Brandon LaCava [cf3131] Update Windows build stuff
 README 2022-12-31 Brandon LaCava Brandon LaCava [066cda] Mac updates
 TODO 2024-03-05 Brandon LaCava Brandon LaCava [cf3131] Update Windows build stuff
 pkg_linux.sh 2024-02-28 Brandon LaCava Brandon LaCava [17f31c] Update Linux build stuff
 pkg_macos.sh 2024-02-28 Brandon LaCava Brandon LaCava [795288] Update Mac build stuff
 pkg_windows.bat 2024-03-05 Brandon LaCava Brandon LaCava [cf3131] Update Windows build stuff
 pkg_windows.sh 2024-03-05 Brandon LaCava Brandon LaCava [cf3131] Update Windows build stuff
 pkg_windows_debug.bat 2023-02-17 Brandon LaCava Brandon LaCava [6ead48] Video record updates

Read Me

QA2
A Qt-based Apple //e emulator written in C++.
Copyright 2018,2022 by Brandon LaCava
https://sourceforge.net/projects/qa2/

Features:
* Cross-platform, based on Qt.
* Clean, commented, understandable C++ code, with full Doxygen markup.
* All text and graphics modes emulated, as well as audio.
* DSK, NIB, and 2MB format support.
* Gamepads supported for joystick emulation.
* Serial/Parallel port emulation via serial and telnet.
* Save machine state to file.
* MIT-licensed source code
* Visual debugger

Key mappings
============

Common
------
F1           -> Help
F2           -> Reset
F4           -> Emulator Run
F5           -> Emulator Pause
F12          -> Toggle Debugger
Shift+Up     -> Joystick Up
Shift+Down   -> Joystick Down
Shift+Left   -> Joystick Left
Shift+Right  -> Joystick Right

Linux
-----
LeftControl  -> Ctrl
RightControl -> Ctrl
LeftAlt      -> OpenApple
LeftMeta     -> OpenApple
RightAlt     -> ClosedApple
RightMeta    -> ClosedApple

Windows
-------
LeftControl  -> Ctrl
RightControl -> Ctrl
LeftMenu     -> OpenApple
LeftMeta     -> OpenApple
RightMenu    -> ClosedApple
RightMeta    -> ClosedApple

Mac
---
LeftControl  -> Ctrl
RightControl -> Ctrl
LeftCommand  -> OpenApple
LeftOption   -> OpenApple
RightCommand -> ClosedApple
RightOption  -> ClosedApple