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