From: Alan Cox Date: Sun, 18 Nov 2018 12:24:57 +0000 (+0000) Subject: sam: update README X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7f6a1ee9c01f79d0589c93a065191e1ad43f46c2;p=FUZIX.git sam: update README --- diff --git a/Kernel/platform-sam/README b/Kernel/platform-sam/README index 8d24ccd1..8c8d1158 100644 --- a/Kernel/platform-sam/README +++ b/Kernel/platform-sam/README @@ -1,4 +1,4 @@ -Sam Coupe +~Sam Coupe This port provides fairly basic support for the following configurations @@ -63,11 +63,8 @@ and all the bank juggling tricks Stub code is in the low parts of the low banks and the top of the high banks so we have two copier routines one for each half. - - Review and test signal handling paths more (catching signals - path appears to be broken) - AtomIDE driver (prob need minimal copiers in high stubs) - Serial driver - - Mouse/Joystick/Input - Floppy driver (at least for read) IP - Mode setting/graphics mode support @@ -106,3 +103,6 @@ DONE - Cursor for console DONE - AtomIDE lite detect fails if ROM present (select dev 0 first ?) DONE - Control key debugging DONE - RTC driver +DONE - Mouse/Joystick/Input +DONE - Review and test signal handling paths more (catching signals + path appears to be broken)