mirror of
https://github.com/bradgrantham/apple2a.git
synced 2024-12-23 04:29:50 +00:00
add apple2a.com target
This commit is contained in:
parent
fadcda8050
commit
f376622330
4
Makefile
4
Makefile
@ -1,6 +1,10 @@
|
||||
CC65 = $(HOME)/trees/cc65/bin/
|
||||
CPU = 6502
|
||||
|
||||
apple2a.rom: a.out
|
||||
(dd count=5 bs=4096 if=/dev/zero ; cat a.out) > apple2a.rom
|
||||
|
||||
|
||||
a.out: main.o interrupt.o vectors.o apple2rom.cfg apple2rom.lib
|
||||
$(CC65)/ld65 -C apple2rom.cfg -m main.map --dbgfile main.dbg interrupt.o vectors.o main.o apple2rom.lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user