mirror of
https://github.com/bradgrantham/apple2a.git
synced 2025-01-10 14:29:35 +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/
|
CC65 = $(HOME)/trees/cc65/bin/
|
||||||
CPU = 6502
|
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
|
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
|
$(CC65)/ld65 -C apple2rom.cfg -m main.map --dbgfile main.dbg interrupt.o vectors.o main.o apple2rom.lib
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user