Require standard apple2, not enhanced

This commit is contained in:
Jeremy Rand 2012-07-20 11:02:41 -05:00
parent ceec9f3561
commit 57440f42d3
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ C_OBJS=$(SRCS:.c=.o)
ASM_OBJS=$(ASM:.s=.o) ASM_OBJS=$(ASM:.s=.o)
OBJS=$(C_OBJS) $(ASM_OBJS) OBJS=$(C_OBJS) $(ASM_OBJS)
PLATFORM=apple2enh PLATFORM=apple2
#PLATFORM_CFG=-C $(PLATFORM)-loader.cfg #PLATFORM_CFG=-C $(PLATFORM)-loader.cfg
PLATFORM_CFG=--start-addr '$$4000' PLATFORM_CFG=--start-addr '$$4000'

View File

@ -10,7 +10,6 @@
#include <string.h> #include <string.h>
#include <conio.h> #include <conio.h>
#include <apple2.h> #include <apple2.h>
#include <apple2enh.h>
#include <joystick.h> #include <joystick.h>
#include <tgi.h> #include <tgi.h>
#include <tgi/tgi-mode.h> #include <tgi/tgi-mode.h>