[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lode Runner: :) + :(



Plus side: I've got the level data into AUXMEM...

Minus side: My replacement RWTS isn't usable yet. (I might simply not know what's expected other than track/sector/address.)

The data from tracks $03-$0C is loaded into AUXMEM, in DOS sector order (one page = one sector) starting at $1000. Any memory 0800-0FFF or B000-BFFF is free to use in AUXMEM for additional code.

(I also disable the level editor.)

Once finished, the program will be a two-file, two-stage loader, requiring HiDOS, RDOS or ProDOS to run. Once loaded it should never need to hit the disk.

-uso.