Search found 6 matches

by AdamGr
Wed May 15, 2013 7:10 am
Forum: Programming
Topic: To compile and run Prince Of Persia source code.
Replies: 36
Views: 14729

Re: To compile and run Prince Of Persia source code.

I recently updated my github repository so that it can now create 5.25" .nib disk images for Prince of Persia as well. This appears to enable the game to play on more emulators. I have used Virtual ][ on my MacBook and others have used it with AppleWin on Windows machines.
by AdamGr
Wed Apr 17, 2013 7:45 am
Forum: Programming
Topic: To compile and run Prince Of Persia source code.
Replies: 36
Views: 14729

Re: To compile and run Prince Of Persia source code.

Hard to believe that it has already been a year since Jordan Mechner et al made these sources available on github. Like others here, I too have been investigating the possibility of building the Apple II Prince of Persia sources. There are definitely multiple ways to tackle this problem and this ...
by AdamGr
Mon Apr 01, 2013 5:22 am
Forum: General Discussions
Topic: Introduce yourself
Replies: 716
Views: 417817

Re: Introduce yourself

Hello all! I only started learning and playing with the 6502 last summer and reading posts on this forum at around the same time. I live in Seattle, Washington. I tend to fill up most of my days with hobby embedded projects using ARM micro controllers (especially the mbed) but I take a break every ...
by AdamGr
Sat Mar 30, 2013 10:19 pm
Forum: Programming
Topic: Big Memory Model assembler?
Replies: 47
Views: 4780

Re: Big Memory Model assembler?

I don't know how useful it is but here it is anyway, a link to my Prince of Persia 3.5" disk layout notes: https://github.com/adamgreen/Prince-of- ... out.creole
by AdamGr
Sat Mar 30, 2013 8:33 pm
Forum: Programming
Topic: Big Memory Model assembler?
Replies: 47
Views: 4780

Re: Big Memory Model assembler?

BigEd, thanks for the welcome.

potatohead, I spent some time a few weeks ago mapping out the contents of the PoP disk. I will try to clean up my notes and post them later today. They might be of some help.

I should also have mentioned that on the 3.5" disk, the included RW18 routines do nothing ...
by AdamGr
Sat Mar 30, 2013 5:49 am
Forum: Programming
Topic: Big Memory Model assembler?
Replies: 47
Views: 4780

Re: Big Memory Model assembler?

I have spent some time looking at the https://github.com/jmechner/Prince-of-Persia-Apple-II/blob/master/02%20POP%20Disk%20Routines/RW1835/POPBOOT35.S and https://github.com/jmechner/Prince-of-Persia-Apple-II/blob/master/02%20POP%20Disk%20Routines/RW1835/RW1835.POP.S source files.

I think the two ...