mirror of
https://github.com/brouhaha/ramfactor.git
synced 2024-10-31 22:06:07 +00:00
Initial commit.
This commit is contained in:
commit
99f1679255
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
\#*
|
||||||
|
.#*
|
||||||
|
*~
|
||||||
|
*.bin
|
||||||
|
*.bin.orig
|
||||||
|
*.p
|
||||||
|
*.lst
|
||||||
|
*.dis
|
||||||
|
old
|
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
all: check
|
||||||
|
|
||||||
|
%.p %.lst: %.asm
|
||||||
|
asl -cpu 6502 -L $<
|
||||||
|
|
||||||
|
%.bin: %.p
|
||||||
|
p2bin -r '$$c000-$$dfff' $<
|
||||||
|
|
||||||
|
check: ramfactor14.bin
|
||||||
|
echo '3369e5e9838db52df7924e79e65451267953172390d30308a28c688a886989ce ramfactor14.bin' | sha256sum -c
|
1989
ramfactor14.asm
Normal file
1989
ramfactor14.asm
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user