Hi, >> 1. time() always returns -1. My //e emulator has a time card and it works >> with Aztec C. Is time() implemented in cc65 for the Apple //e? If so, what >> am I missing? Is there an example I can look at? > > Oliver will probably answer your questions in more depth. All I can do is to > look into the library source, and it says: > > ; Update time > lda #GET_TIME_CALL > ldx #GET_TIME_COUNT > jsr callmli > bcs err @Uz: Thanks for checking out... When I was about to implement time() I discussed the two options with Uz: 1. Go straight to the bare metal: + Delivers seconds, works independent from OS - Needs n implementations for n clocks 2. Go through the ProDOS MLI: + No hardware dependency - Only works with ProDOS, no seconds We decided together to go for option 2. Therefore most likely your problem is that you're not running ProDOS. Best, 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 Fri Aug 14 10:46:10 2009
This archive was generated by hypermail 2.1.8 : 2009-08-14 10:46:12 CEST