reinette-II/README.md

520 B

reinette-II

The french Apple II emulator

A simple Apple II emulator in less 600 lines of C ! Based on reinette, the french Apple 1 emulator ( https://github.com/ArthurFerreira2/reinette )

Very limited hardware support : only supports text, page 1

runs either the original Apple II ROM with Interger Basic and the Programmers Aid at $D000 or the later Applesoft II ROM : just change the filename at line 548.

Requires ncurses. Meant to be run in a terminal at least 41x25

  • F7 : reset
  • F12 : exit

Have fun !