summaryrefslogtreecommitdiff
path: root/emu/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-22 20:38:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-22 20:38:51 +0100
commit6c3401b8a2ce7a2dfe21a253f840f286088b1921 (patch)
treef49b1bba8b10c3b3681927764cd795e7af4ad9e5 /emu/README
parent052899e196c6a2660651b9896ceed3313e7d0bac (diff)
download6502-6c3401b8a2ce7a2dfe21a253f840f286088b1921.tar.gz
6502-6c3401b8a2ce7a2dfe21a253f840f286088b1921.tar.bz2
more work on emulator
Diffstat (limited to 'emu/README')
-rw-r--r--emu/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/emu/README b/emu/README
new file mode 100644
index 0000000..fc23a5d
--- /dev/null
+++ b/emu/README
@@ -0,0 +1,4 @@
+emulator for homebrew 6502 based on ben eater ben6502
+
+gcc -DWITH_GUI -I/usr/include/SDL2 -lSDL2 -g -Wall -Os -o emu emu.c 6502.c memory.c emul.c
+