repo.or.cz
/
AtosmChip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Start loading playfield later for bit modes
[AtosmChip.git]
/
tests
/
Makefile
blob
8fafa73b37ca379eb10113527070c6d60adf3f32
1
all
:
cpu_test.memh antic_test.memh
2
3
%
.memh
: %
.bin
4
od
-
v
-
A n
-
t x1
$< >$
@
5
6
%
.o
: %
.asm
7
ca65
-
o
$
@
$<
8
9
cpu_test.bin
:
cpu_test.o
10
ld65
-
C cpu_test.cfg
-
o
$
@
$<
11
12
antic_test.bin
:
antic_test.o
13
ld65
-
C cpu_test.cfg
-
o
$
@
$<