mirror of
https://github.com/brouhaha/ramfactor.git
synced 2026-04-19 23:16:44 +00:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
\#*
|
||||
.#*
|
||||
*~
|
||||
*.bin
|
||||
*.bin.orig
|
||||
*.p
|
||||
*.lst
|
||||
*.dis
|
||||
old
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user