summaryrefslogtreecommitdiff
path: root/emu/README
diff options
context:
space:
mode:
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
+