gasman / goldfinch

An open-ended C/Z80 software stack for mass-storage access on the ZX Spectrum
6 stars 0 forks source link

Detect TAP load/saves in ROM area #24

Open gasman opened 14 years ago

gasman commented 14 years ago

from Velesoft: LOAD "" CODE 8192 will load any code block from TAP file to divide ram and destory ram data ? SAVE "rom" CODE 0,16384 will save to TAP full 8kB of GASWARE+8kB divide ram ? It's impossible save rom data ?

Also, verifying checksums (when we do that) will fail if we load over ROM, if we do the calculation after loading rather than on the incoming bytes.