[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Lode Runner: :) + :(
- Subject: Lode Runner: :) + :(
- From: Steve Nickolas <usotsuki@buric.co>
- Date: Sat, 27 Oct 2012 19:02:12 -0400
- Bytes: 1592
- Cancel-lock: sha1:dFQi7hESvJjtCrbgKuHl1fYQUw0=
- Injection-info: mx04.eternal-september.org; posting-host="b1331f5cb4326106a7720f5a86b16b36"; logging-data="15540"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/bwKhNpBhi1JhL4frBQQesr8jvrud/mM0="
- Newsgroups: comp.sys.apple2
- Organization: A noiseless patient Spider
- User-agent: Alpine 2.02 (DEB 1266 2009-07-14)
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.