diff --git a/ootw/FAQ b/ootw/FAQ index bbb9fa4f..1ac45126 100644 --- a/ootw/FAQ +++ b/ootw/FAQ @@ -81,3 +81,15 @@ A. It should not be hard to add, and in fact would give better controls than the keyboard. I don't currently have a joystick though so it's hard to test properly. + +Q. Could you really use this on an original Apple II from 1977? + +A. Yes, in theory. You would have needed a 48k model which would + have been expensive at the time ($2638). Also the disk image + will fail to auto-boot and HELLO won't run as it's in Applesoft + BASIC (not the Integer BASIC that came with the original II). + You'll have to manually type C600G and then POKE 0,1 or 2 + to address 5 (to select intro, level1 or level2) and then + BRUN LOADER + + diff --git a/ootw/TODO b/ootw/TODO index e936412a..f95e798e 100644 --- a/ootw/TODO +++ b/ootw/TODO @@ -1,5 +1,8 @@ TODO: +intro: + there's still a bit of a pause when the elevator door finishes opening + movement -- note these are hard due to limitations of the Apple II keyboard + ability to run + ability to jump