reinette-II/README.md

23 lines
562 B
Markdown
Raw Normal View History

2019-03-19 22:28:47 +00:00
# reinette-II
2019-03-19 22:33:46 +00:00
The french Apple II emulator
2019-03-19 22:29:38 +00:00
A simple Apple II emulator in less 600 lines !
Based on reinette, the Apple french 1 emulator ( https://github.com/ArthurFerreira2/reinette )
Emulates the Apple II computer
Only supports text, page 1 mode
No sound, no joystick, no card support, thus no disk support
Runs the autostart ROM with Applesoft II and monitor
Needs ncurses to build.
To be run in a terminal at least 41x26
F9 : reset
F10 : break
2019-03-19 22:33:46 +00:00
F12 : exit
2019-03-19 22:29:38 +00:00
2019-03-19 23:05:04 +00:00
Uncomment lines 566-567 to display some debug info
Comment line 569 to go full speed
2019-03-19 22:29:38 +00:00
Have fun !