Reinette II, a french Apple II emulator
Go to file
2019-03-20 23:37:30 +01:00
apple2.rom first public release 2019-03-19 23:31:34 +01:00
Makefile first public release 2019-03-19 23:31:34 +01:00
README.md first public release 2019-03-20 23:37:30 +01:00
reinette-II.c Update reinette-II.c 2019-03-20 00:13:26 +01:00

reinette-II

The french Apple II emulator

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

Only supports text, page 1 - No sound, no joystick, no card support and thus no disk support

Runs Applesoft II and monitor from ROM

Requires ncurses. To be run in a terminal at least 41x26

  • F9 : reset
  • F10 : break
  • F12 : exit

Uncomment lines 566-567 to display some debug info

Comment line 569 to go full speed

Have fun !