mirror of
https://github.com/gungwald/rnd.git
synced 2025-03-25 01:30:41 +00:00
Switched to latest Dev65.jar
This commit is contained in:
parent
e423a46e2f
commit
241df8e94f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
|
||||
# Build process output
|
||||
as65-output.txt
|
||||
*.lst
|
||||
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
11
.project
Normal file
11
.project
Normal 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>
|
BIN
lib/65xx.zip
BIN
lib/65xx.zip
Binary file not shown.
BIN
lib/dev65.jar
Normal file
BIN
lib/dev65.jar
Normal file
Binary file not shown.
@ -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))
|
Loading…
x
Reference in New Issue
Block a user