Bobbi Webber-Manners

Results 44 issues of Bobbi Webber-Manners

Commit ec1dc1874c71bdf2b6737543d94fa9621406d16f broke serial support. The root of the problem is that the serial device doesn't have an IP and the code I wrote to allow different images to be...

bug

The call to `reconnect_ramdisk()` is commented out because it is causing a crash. Suspect prior memory corruption.

bug

Sortdir can currently sort up to ~270 directory entries. The limit is the largest chunk of contiguous main memory available for the sort table (`filelist[]`). I would like to be...

When a directory is sorted and 'crunched' it may be that unused directory blocks remain at the end. It would be good to be able to detect this situation and...

Port GNO/ME `extend.c` to ProDOS-8 and improve it so it is fit for production!

Sortdir for ProDOS-8 was originally forked from my GNO/ME version and has been cleaned up and improved a bit since then. I would like to get both the ProDOS-8 and...

Non performance-critical code can be moved to main mem. We have 866 bytes of Aux LC left at the time of writing.

FDraw does not behave well when one passes out-of-range coordinates. OpenLogo and ACTLogo both have very messed up displays, which I think is a consequence of the improper clipping method....

bug

``` auxmem.vdu.s:* OSWORD &09 - Read POINT auxmem.vdu.s:WORD09 RTS auxmem.vdu.s:* OSWORD &0A - Read character bitmap auxmem.vdu.s:WORD0A RTS auxmem.vdu.s:* OSWORD &0B - Read palette auxmem.vdu.s:WORD0B RTS auxmem.vdu.s:* OSWORD &0C -...

enhancement

Applecorn does not support all of the possible values of k for `PLOT k,x,y` statements. Implemented: - k=0..7 - k=64-71 Not implemented: - k=8-15 Should draw line with last point...

enhancement