2019-04-02 10:55:47 +02:00
|
|
|
# reinette-II
|
2020-04-08 01:52:13 +02:00
|
|
|
A french* Apple II emulator
|
2019-04-02 22:16:56 +02:00
|
|
|
|
2019-04-07 15:02:24 +02:00
|
|
|
\* reinette has two meanings in french : it's a little frog but also a delicious kind of apple
|
2019-04-02 22:16:56 +02:00
|
|
|
|
2019-04-02 10:55:47 +02:00
|
|
|
|
|
|
|
A simple Apple II emulator in less 600 lines of C !
|
2020-04-08 01:52:13 +02:00
|
|
|
Based on reinette, a french Apple 1 emulator ( https://github.com/ArthurFerreira2/reinette )
|
2019-04-02 10:55:47 +02:00
|
|
|
|
|
|
|
Very limited hardware support : only supports text, page 1
|
|
|
|
|
2019-04-19 21:30:30 +02: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 10:55:47 +02:00
|
|
|
|
|
|
|
|
|
|
|
Requires ncurses. Meant to be run from console
|
2019-04-02 22:16:56 +02:00
|
|
|
~~~
|
2019-04-02 10:55:47 +02:00
|
|
|
- F7 : reset
|
|
|
|
- F12 : exit
|
2019-04-02 22:16:56 +02:00
|
|
|
~~~
|
|
|
|
|
2019-04-02 22:18:48 +02:00
|
|
|
*simplicity is the ultimate sophistication*
|
2019-04-02 10:55:47 +02:00
|
|
|
|
|
|
|
|