From 7832333b27ff47a25f0bc8a19a1878695819583e Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 5 Mar 2019 23:41:06 +0000 Subject: [PATCH] Build as SYSTEM file and load at 0x800. Need to work out how to avoid loading over screen page. --- audiotest/audiotest/Makefile | 8 ++++---- audiotest/audiotest/main.s | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audiotest/audiotest/Makefile b/audiotest/audiotest/Makefile index 1497e9e..7894e21 100644 --- a/audiotest/audiotest/Makefile +++ b/audiotest/audiotest/Makefile @@ -16,7 +16,7 @@ include make/head.mk # target, where in memory to put it, etc. # The name of your system or binary file to build goes here: -PGM=audiotest +PGM=audio # Uncomment the one you want below (the first one is the default): # MACHINE = apple2 @@ -24,10 +24,10 @@ PGM=audiotest # MACHINE = apple2-system # MACHINE = apple2-loader # MACHINE = apple2-reboot - MACHINE = apple2enh +# MACHINE = apple2enh # MACHINE = apple2enh-dos33 # MACHINE = apple2enh-system -# MACHINE = apple2enh-loader + MACHINE = apple2enh-loader # MACHINE = apple2enh-reboot # Uncomment the appropriate project type. If your entry point is @@ -39,7 +39,7 @@ PROJECT_TYPE = ca65 # Uncomment and set this to your starting address in Apple II memory # if necessary: - START_ADDR = 8000 + START_ADDR = 800 # Set the default CPU to assemble for. You can change this in the # body of a .s file using control commands like ".PC02". Uncomment diff --git a/audiotest/audiotest/main.s b/audiotest/audiotest/main.s index 99416c0..095fa86 100644 --- a/audiotest/audiotest/main.s +++ b/audiotest/audiotest/main.s @@ -8,7 +8,7 @@ .include "apple2.inc" -.org $8000 +.org $0800 .proc main TICK = $c030