reinette-II/README.md

24 lines
620 B
Markdown
Raw Permalink Normal View History

2019-04-02 08:55:47 +00:00
# reinette-II
2020-04-07 23:52:13 +00:00
A french* Apple II emulator
2019-04-02 20:16:56 +00:00
2019-04-07 13:02:24 +00:00
\* reinette has two meanings in french : it's a little frog but also a delicious kind of apple
2019-04-02 20:16:56 +00:00
2019-04-02 08:55:47 +00:00
A simple Apple II emulator in less 600 lines of C !
2020-04-07 23:52:13 +00:00
Based on reinette, a french Apple 1 emulator ( https://github.com/ArthurFerreira2/reinette )
2019-04-02 08:55:47 +00:00
Very limited hardware support : only supports text, page 1
2019-04-19 19:30:30 +00:00
Runs either the original Apple II ROM with Interger Basic and the Programmers Aid at $D000 or the later Applesoft II ROM aka Autostart ROM.
2019-04-02 08:55:47 +00:00
Requires ncurses. Meant to be run from console
2019-04-02 20:16:56 +00:00
~~~
2019-04-02 08:55:47 +00:00
- F7 : reset
- F12 : exit
2019-04-02 20:16:56 +00:00
~~~
2019-04-02 20:18:48 +00:00
*simplicity is the ultimate sophistication*
2019-04-02 08:55:47 +00:00