From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-09-25 10:33:56
On Wed, Sep 24, 2003 at 01:44:00AM +0200, Groepaz wrote: > - imho the "next" and "previous" links on each page should be reversed ("next" > should be right hand) Good idea - unfortunately, the HTML files are auto generated, and changing the order of the links would mean to mess with the LinuxDoc DTD (I think). > - in "memory layout" maybe also write that the heap is allocated starting from > the top of the application and then growing upwards towards the stack Ok. > mmmmh...apart from that, i noticed there appearently are loadable rs232 > drivers now? The swiftlink driver exists but is untested. So I cannot promise that there are no more API changes, even if I do not expect anything like that. A driver for the silversurfer is a good idea, but as far as I remember, your driver used polling? > (i could probably > make it work for both silversurfer and ide64 aswell with little work) ... My experience with loadable drivers is that it is often better to use different drivers that work with exactly one piece hardware. It is easier to strip the driver down to the really necessary stuff in this case. Since programs need to configure the driver anyway, I do even drop any attempt of hardware detection. In most cases it is better to save 100 bytes and let the user specify which hardware is in place. > also the 4-player joystick drivers, should i clean them up and send em over? > :=) Yes, please do so. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-09-25 10:35:41 CEST