Hi David, > Could someone please confirm > if crt will attempt to use the Language Card See http://www.cc65.org/snapshot-doc/apple2-3.html > and if so, how to prevent it so > crt doesn't get hung up as well? The CRT hits the LC softswitches (and you can't prevent it from doing so) so a cc65 program is probably not exactly the best platform for LC diagnostics. As long as you don't actually place code in the LC segment the CRT doesn't rely on a LC being present. The softswitches hit are supposed to do just nothing. But if there's however a broken LC present which in example can be turned on but not be turend off this will cause cc65 programs to fail. Regards, Oliver ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sun Feb 17 20:22:02 2013
This archive was generated by hypermail 2.1.8 : 2013-02-17 20:22:06 CET