mirror of
https://github.com/jeremysrand/Apple2BuildPipeline.git
synced 2024-12-04 05:49:23 +00:00
Clean up some test values from the previous commit.
This commit is contained in:
parent
b6b8942068
commit
bc53ea6d17
3
Makefile
3
Makefile
@ -16,7 +16,7 @@ include make/head.mk
|
|||||||
# target, where in memory to put it, etc.
|
# target, where in memory to put it, etc.
|
||||||
|
|
||||||
# The name of your system or binary file to build goes here:
|
# The name of your system or binary file to build goes here:
|
||||||
PGM=notaslon
|
PGM=example
|
||||||
|
|
||||||
# Set the config you are building for. See these pages for details:
|
# Set the config you are building for. See these pages for details:
|
||||||
# http://cc65.github.io/cc65/doc/apple2.html#s4
|
# http://cc65.github.io/cc65/doc/apple2.html#s4
|
||||||
@ -33,7 +33,6 @@ PGM=notaslon
|
|||||||
# MACHINE = apple2enh-system
|
# MACHINE = apple2enh-system
|
||||||
# MACHINE = apple2enh-loader
|
# MACHINE = apple2enh-loader
|
||||||
# MACHINE = apple2enh-reboot
|
# MACHINE = apple2enh-reboot
|
||||||
MACHINE = apple2-loader
|
|
||||||
|
|
||||||
# Uncomment and set this to your starting address in Apple ][ memory
|
# Uncomment and set this to your starting address in Apple ][ memory
|
||||||
# if necessary:
|
# if necessary:
|
||||||
|
Loading…
Reference in New Issue
Block a user