Switched to latest Dev65.jar

This commit is contained in:
Bill Chatfield 2020-05-26 01:23:54 -04:00
parent e423a46e2f
commit 241df8e94f
5 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
# Build process output
as65-output.txt
*.lst
# Prerequisites
*.d

11
.project Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>rnd</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

Binary file not shown.

BIN
lib/dev65.jar Normal file

Binary file not shown.

View File

@ -3,8 +3,8 @@ BASE_DSK=../storage/prodos-2.0.3-boot.dsk
# It is necessary to use this older version of AppleCommander to support
# the PowerBook G4 and iBook G3. This version only requires Java 1.3.
AC=java -jar ../lib/AppleCommander-1.3.5-ac.jar
AS65=java -cp ../lib/65xx.zip uk.co.demon.obelisk.w65xx.As65
LK65=java -cp ../lib/65xx.zip uk.co.demon.obelisk.w65xx.Lk65
AS65=java -cp ../lib/dev65.jar uk.co.demon.obelisk.w65xx.As65
LK65=java -cp ../lib/dev65.jar uk.co.demon.obelisk.w65xx.Lk65
SRC=$(PGM).s
VOL=$(PGM)
DSK=$(PGM).dsk
@ -42,5 +42,4 @@ test: $(DSK)
$(EMU) $(DSK)
clean:
$(call remove,$(TO_REMOVE))
$(call remove,$(TO_REMOVE))