faux1 Code
Apple1 Emulator for the terminal with cut and paste.
Status: Beta
Brought to you by:
renejm
File | Date | Author | Commit |
---|---|---|---|
apps | 2012-02-22 |
![]() |
[8b3b43] added three sample basic programs |
rom | 2012-02-20 |
![]() |
[8e106e] Initial commit using hg |
src | 2012-02-22 |
![]() |
[31a0df] Cleaned up various strings and fixed serial out... |
AUTHORS | 2012-02-20 |
![]() |
[8e106e] Initial commit using hg |
CHANGELOG | 2012-02-20 |
![]() |
[858324] updated version and changelog |
LICENSE | 2012-02-21 |
![]() |
[da76a1] Compiling with MINGW for Windows and working |
README | 2012-02-22 |
![]() |
[2ae7fa] Added <control>V - view keystroke and command l... |
faux1_win_installer.nsi | 2012-02-22 |
![]() |
[65a4c9] found text error as windows was being built |
maketar.sh | 2012-02-20 |
![]() |
[1d0075] Added applications folder with some sample code |
The faux1 emulator is an Apple 1 emulator with just a plain old back/terminal interface. This was done for compatibility and for easy cutting and pasting. This work is a direct fork of the napple1 and pom1 projects If you have some questions, please visit projects home page http://sourceforge.net/projects/faux1 or mail to renejm@users.sourceforge.net How to build for Win32 ====================== 0. Setup MINGW and follow Linux procedure. How to build and run on Linux and Macintosh OS X ================================================ 1. Download latest source package faux1-<n>.<n>.tar.gz and extract it. 2. Open a terminal window 2. Build cd faux1/src --- or the scr folder in the location you extracted it into make cd .. 3. Run ./faux1 How to uninstall ================ cd faux1/src make clean delete the folder faux1 Emulator Commands ======================= Command Key Description -------------------------------------------------------------------- Load CTRL + L Load either an ASCII or Bibary file into memory Quit CTRL + X Quit the emulator Reset CTRL + R Reset the emulator Hard reset CTRL + H Reset & Clear memory Memory Size CTRL + E Mode change 8KB & 32KB ram mode (default 32K) View CTRL + V Display the accumulator and other registers of the 6502 2012-02-22 j.m.reneau