reinette-II/README.md

25 lines
609 B
Markdown
Raw Normal View History

2019-04-02 08:55:47 +00:00
# reinette-II
2019-04-02 20:16:56 +00:00
The french* Apple II emulator
2019-04-02 20:23:09 +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 !
Based on reinette, the french Apple 1 emulator ( https://github.com/ArthurFerreira2/reinette )
Very limited hardware support : only supports text, page 1
Runs either the original Apple II ROM with Interger Basic and the Programmers Aid at $D000 or the later Applesoft II ROM.
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