Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.14 KB

SharpApple

Screenshot of a main window of SharpAppe emulator

Not quick, but definitely dirty emulator of Apple 1 computer written in C#

Powered by Chroma Framework

Usage

Just start it, to access menu, press 'Tab' at any time.

In menu, you can move around with arrow keys, to select an option, press 'Enter'/'Return', to return to main menu press 'Escape'.

To reset emulated CPU, press 'Escape' while not in menu.

Commandline args

  • --ram/-r - RAM to allocate to emulated computer. Has to be smaller than 53263.
  • --width/-w and --height/-h - Width and height of window.
  • --debug - Enables debug mode which displays program counter and last opcode.

License stuff

Libraries used