reinette-II/README.md

19 lines
520 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
2019-03-25 22:30:20 +00:00
A simple Apple II emulator in less 600 lines of C !
2019-03-19 23:21:01 +00:00
Based on reinette, the french Apple 1 emulator ( https://github.com/ArthurFerreira2/reinette )
2019-03-19 22:29:38 +00:00
2019-03-25 22:30:20 +00:00
Very limited hardware support : only supports text, page 1
2019-03-19 22:29:38 +00:00
2019-03-25 22:30:20 +00:00
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.
2019-03-19 23:19:24 +00:00
2019-03-19 22:29:38 +00:00
2019-03-25 22:30:20 +00:00
Requires ncurses. Meant to be run in a terminal at least 41x25
2019-03-19 22:29:38 +00:00
2019-03-25 22:30:20 +00:00
- F7 : reset
- F12 : exit
2019-03-19 23:20:06 +00:00
2019-03-19 22:29:38 +00:00
Have fun !