From 7bea8431e297add197ef0bb192feb1298ebbaa4a Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 4 Jan 2004 21:12:01 +0000 Subject: [PATCH] Two fixes from Stefan Haubenthal git-svn-id: svn://svn.cc65.org/cc65/trunk@2866 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/Makefile | 4 ++-- libsrc/apple2/joy_stddrv.s | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/apple2/Makefile b/libsrc/apple2/Makefile index 98b23e634..f392569ea 100644 --- a/libsrc/apple2/Makefile +++ b/libsrc/apple2/Makefile @@ -55,11 +55,11 @@ OBJS= _scrsize.o \ #-------------------------------------------------------------------------- # Drivers -EMDS = +EMDS = apple2-lc.emd JOYS = apple2-stdjoy.joy -SERS = apple2-lc.emd +SERS = TGIS = apple2-40-40-16.tgi apple2-280-192-6.tgi diff --git a/libsrc/apple2/joy_stddrv.s b/libsrc/apple2/joy_stddrv.s index 6f080404d..4cab23d40 100644 --- a/libsrc/apple2/joy_stddrv.s +++ b/libsrc/apple2/joy_stddrv.s @@ -10,5 +10,5 @@ .rodata -_joy_stddrv: .asciiz "apple2-stdjoy.joy" +_joy_stddrv: .asciiz "A2.STDJOY.JOY" -- 2.39.5