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

Re: Prince of Persia for ProDOS? was Re: QIX for ProDOS



On Wednesday, October 31, 2012 2:02:45 AM UTC-5, Steve Nickolas wrote:
> I wrote a little system detection code and had done with it for now...
> 
> 
> 
> It looks like the first guts are in MASTER.S
> 
> 
> 
> Already I have a potential problem because MASTER sits in the top 2K of 
> 
> memory, which is part of the ProDOS kernel (F880+).
> 
> 
> 
> What I'd like to do first is to get just the attract loop running, with 
> 
> the Arabian-sounding music and everything.  While this part is loading I 
> 
> would display a credit screen.
> 
> 
> 
> Probably if interrupted, I would then load the next phase...
> 
> 
> 
> ...man, I'm in up to my neck.
> 
> 
> 
> -uso.

Don't go too much further without looking at Mechner's notes.  He lays out memory map usage pretty clearly.  This can be extremely useful in mapping out loader behavior.

http://jordanmechner.com/wp-content/uploads/1989/10/popsource009.pdf

-B