On Sun, Feb 21, 2010 at 03:59:10PM +0100, Groepaz wrote: > > That's difficult to achieve in a multi platform library. > > hu? whats so hard with declaring CURRENT_DRIVE = $ba in some platform specific > include file? *shrug* For one, $ba is not the current drive, but the last used output device. Second, there are CBM machines, where this doesn't work. For the PET-II machines, the last used device is only accessible via a cross bank access. So it makes a lot of sense to keep the "current drive" internal to the cc65 library and just initialize it by some (maybe platform dependent) means. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- 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 21 17:47:20 2010
This archive was generated by hypermail 2.1.8 : 2010-02-21 17:47:23 CET