Update README.md

This commit is contained in:
ArthurFerreira2 2019-03-20 00:19:24 +01:00 committed by GitHub
parent 765e9e3403
commit 8638af41fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,20 @@
# reinette-II # reinette-II
The french Apple II emulator The french Apple II emulator
A simple Apple II emulator in less 600 lines ! A simple Apple II emulator in about 600 lines of code !
Based on reinette, the Apple french 1 emulator ( https://github.com/ArthurFerreira2/reinette ) Based on reinette, the Apple french 1 emulator ( https://github.com/ArthurFerreira2/reinette )
Emulates the Apple II computer Only supports text, page 1 - No sound, no joystick, no card support and thus no disk support
Only supports text, page 1 mode
No sound, no joystick, no card support, thus no disk support
Runs the autostart ROM with Applesoft II and monitor Runs the autostart ROM with Applesoft II and monitor
Needs ncurses to build.
requires ncurses
To be run in a terminal at least 41x26 To be run in a terminal at least 41x26
F9 : reset ---
F10 : break - F9 : reset
F12 : exit - F10 : break
- F12 : exit
Uncomment lines 566-567 to display some debug info Uncomment lines 566-567 to display some debug info
Comment line 569 to go full speed Comment line 569 to go full speed