New Here - Beneath Apple Manor source

8 posts / 0 new
Last post
Char-Lez's picture
Offline
Last seen: 4 years 6 months ago
Joined: Apr 24 2017 - 18:00
Posts: 17
New Here - Beneath Apple Manor source

Hello,

This sort of question may have been asked and I apologize for repeating it.

I'm using a Mac laptop running Virtual ][. That's working well.

I bought Virtual ][ for two games:
Beneath Apple Manor
Wizardry

I've contacted Don Worth and he says the source for BAM is public now, but I can't find it. I can find the .dsk files to run it, but I can't find the source.

Can anyone help me?

Char-Lez

Offline
Last seen: 4 weeks 20 hours ago
Joined: May 11 2016 - 20:58
Posts: 71
Re: New Here - Beneath Apple Manor source

There is a ZIP file at the bottom of this page...

Beneath Apple Manor source code page

...that should help you out.

Offline
Last seen: 4 weeks 20 hours ago
Joined: May 11 2016 - 20:58
Posts: 71
Re: New Here - Beneath Apple Manor source

Duplicate post.

Char-Lez's picture
Offline
Last seen: 4 years 6 months ago
Joined: Apr 24 2017 - 18:00
Posts: 17
Re: New Here - Beneath Apple Manor source

I'm sorry to be such a noob pest.

I looked at the page you recommended and found disk images. I'm able to play the game, and that's great. But I'm unable to see how to look at the source.

Might you have any more hints?

MarkO's picture
Offline
Last seen: 1 week 11 hours ago
Joined: Dec 10 2011 - 16:26
Posts: 688
Re: New Here - Beneath Apple Manor source

I'm sorry to be such a noob pest.

I looked at the page you recommended and found disk images. I'm able to play the game, and that's great. But I'm unable to see how to look at the source.

Might you have any more hints?

On the Apple Manor Source Page there is this Link to the Disks.

Using CiderPress I was able to load the 16 Sector Disk, "bam-se-dist-s1.dsk" and Browse the Merlin Source Code..

<br /> SBTL 'DRAW - BAMSUB ROUTINE'<br /> ORG $8000<br /> SKP 1<br /> *********************************************************<br /> * *<br /> * DRAW: THIS ROUTINE PLOTS A RADIUS OF POINTS *<br /> * AROUND A GIVEN ONE USING THE MAP. *<br /> * *<br /> * V: VERTICAL SIZE OF SCREEN *<br /> * H: HORIZONTAL SIZE OF SCREEN *<br /> * MODE: 0=HIRES, 1=TEXT *<br /> * PX: X LOCATION OF POINT *<br /> * PY: Y LOCATION OF POINT *<br /> * C: COLOR NUMBER OF POINT *<br /> * MAP: ARRAY OF MAP CONTENTS *<br /> * RD: RADIUS FOR DRAW ROUTINE *<br /> * *<br /> * PROGRAMMER: DON D WORTH 4/4/82 *<br /> * *<br /> *********************************************************<br /> SKP 1<br /> * ZERO PAGE<br /> SKP 1<br /> R0 EQU 0<br /> BASE EQU 2 LINE ADDRESS<br /> PNTR EQU 4 SCRATCH POINTER<br /> R1 EQU 6<br /> R2 EQU 8<br /> R3 EQU 10<br /> SX EQU 12<br /> EX EQU 13<br /> SY EQU 14<br /> EY EQU 15<br /> DELT EQU 16</p> <p>

Char-Lez's picture
Offline
Last seen: 4 years 6 months ago
Joined: Apr 24 2017 - 18:00
Posts: 17
Re: New Here - Beneath Apple Manor source

Does CiderPress only work on win boxes?

MarkO's picture
Offline
Last seen: 1 week 11 hours ago
Joined: Dec 10 2011 - 16:26
Posts: 688
Re: New Here - Beneath Apple Manor source

Does CiderPress only work on win boxes?

It's a Windows Application, but should be able to run under WINE on The Mac or Linux...

MarkO

MarkO's picture
Offline
Last seen: 1 week 11 hours ago
Joined: Dec 10 2011 - 16:26
Posts: 688
Re: New Here - Beneath Apple Manor source

There is another Utility that is Written in Java, but the name escapes me...

I will look for it..

MarkO

Log in or register to post comments