From 1e4b70f5dd81944d04e1b6a53f7f439d97eea20a Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Tue, 19 Mar 2019 23:29:38 +0100 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index b802e91..6c87422 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # reinette-II Reinette II the french Apple II emulator + +A simple Apple II emulator in less 600 lines ! + +Based on reinette, the Apple french 1 emulator ( https://github.com/ArthurFerreira2/reinette ) + + +Emulates the Apple II computer +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 +Needs ncurses to build. + +To be run in a terminal at least 41x26 + +F9 : reset +F10 : break +F12 : quit + +Uncomment lines 245-246 to display some debug info +Comment line 248 to go full speed + +Have fun !