mirror of
https://github.com/ArthurFerreira2/reinette-II.git
synced 2025-01-09 00:31:55 +00:00
25 lines
608 B
Markdown
25 lines
608 B
Markdown
# reinette-II
|
|
The french* Apple II emulator
|
|
|
|
`* reinette has two meanings in french : it's a little frog but also a delicious kind of Apple
|
|
|
|
|
|
|
|
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
|
|
~~~
|
|
- F7 : reset
|
|
- F12 : exit
|
|
~~~
|
|
|
|
*simplicity is the ultimate sophistication*
|
|
|
|
|