From 3d84abcc169a71c775c55266aa378cbc539b617a Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 23 Dec 2016 23:09:42 -0500 Subject: [PATCH] Move the the loader system type because the code is getting too big to accommodate anything else... --- a2bejwld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a2bejwld/Makefile b/a2bejwld/Makefile index 7f88a46..34cdde7 100644 --- a/a2bejwld/Makefile +++ b/a2bejwld/Makefile @@ -30,8 +30,8 @@ PGM=a2bejwld # MACHINE = apple2-reboot # MACHINE = apple2enh # MACHINE = apple2enh-dos33 -MACHINE = apple2enh-system -# MACHINE = apple2enh-loader +# MACHINE = apple2enh-system +MACHINE = apple2enh-loader # MACHINE = apple2enh-reboot # Uncomment and set this to your starting address in Apple II memory