commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
383 stars 60 forks source link

Host FS MACPTR behavior for fast VLOAD #432

Closed ZeroByteOrg closed 1 year ago

ZeroByteOrg commented 1 year ago

Pending Kernal PR#337 modifies the behavior of MACPTR by adding an argument to the API: C set = use "stream mode" (do not advance the dst pointer during copy from buffer) C clear = normal mode

The HostFS implementation needs to match this or else programs break, since the Kernal LOAD routine uses this argument.

mist64 commented 1 year ago

I'll merge this at the same time as the ROM change.