author | Hugo Villeneuve <hugo@hugovil.com> | |
Sat, 7 Dec 2013 23:48:25 +0000 (18:48 -0500) | ||
committer | Hugo Villeneuve <hugo@hugovil.com> | |
Sat, 7 Dec 2013 23:50:45 +0000 (18:50 -0500) | ||
commit | 1eb382f72510d50b3636fb88c4bfaf17183672b6 | |
tree | 6a1254328759dee1607fee8a06addfe0c89d7e06 | tree | snapshot |
parent | b8e00ae8a17b9531e3e8b8740687f0767767b995 | commit | diff |
.gitignore | diff | blob | history | |
Makefile.am | diff | blob | history | |
configure.ac | diff | blob | history | |
src/Makefile.am | [deleted file] | blob | history |
src/app-config.c | [deleted file] | blob | history |
src/app-config.h | [deleted file] | blob | history |
src/cli/Makefile.am | [new file with mode: 0644] | blob |
src/cli/emuconsole.c | [new file with mode: 0644] | blob |
src/cli/keyboard.c | [new file with mode: 0644] | blob |
src/cli/keyboard.h | [new file with mode: 0644] | blob |
src/common.h | [deleted file] | blob | history |
src/common/Makefile.am | [new file with mode: 0644] | blob |
src/common/common.h | [new file with mode: 0644] | blob |
src/common/cpu8051.c | [new file with mode: 0644] | blob |
src/common/cpu8051.h | [new file with mode: 0644] | blob |
src/common/hexfile.c | [new file with mode: 0644] | blob |
src/common/hexfile.h | [new file with mode: 0644] | blob |
src/common/log.c | [new file with mode: 0644] | blob |
src/common/log.h | [new file with mode: 0644] | blob |
src/common/memory.c | [new file with mode: 0644] | blob |
src/common/memory.h | [new file with mode: 0644] | blob |
src/common/opcode2c.pl | [new file with mode: 0755] | blob |
src/common/opcodes.lst | [new file with mode: 0644] | blob |
src/common/options.c | [new file with mode: 0644] | blob |
src/common/options.h | [new file with mode: 0644] | blob |
src/common/psw.c | [new file with mode: 0644] | blob |
src/common/psw.h | [new file with mode: 0644] | blob |
src/common/reg8051.h | [new file with mode: 0644] | blob |
src/common/sfr.c | [new file with mode: 0644] | blob |
src/common/sfr.h | [new file with mode: 0644] | blob |
src/common/timers.c | [new file with mode: 0644] | blob |
src/common/timers.h | [new file with mode: 0644] | blob |
src/cpu8051.c | [deleted file] | blob | history |
src/cpu8051.h | [deleted file] | blob | history |
src/emuconsole.c | [deleted file] | blob | history |
src/emugtk.c | [deleted file] | blob | history |
src/emugtk.h | [deleted file] | blob | history |
src/filemenu.c | [deleted file] | blob | history |
src/filemenu.h | [deleted file] | blob | history |
src/gtk/Makefile.am | [new file with mode: 0644] | blob |
src/gtk/app-config.c | [new file with mode: 0644] | blob |
src/gtk/app-config.h | [new file with mode: 0644] | blob |
src/gtk/emugtk.c | [new file with mode: 0644] | blob |
src/gtk/emugtk.h | [new file with mode: 0644] | blob |
src/gtk/filemenu.c | [new file with mode: 0644] | blob |
src/gtk/filemenu.h | [new file with mode: 0644] | blob |
src/gtk/helpmenu.c | [new file with mode: 0644] | blob |
src/gtk/helpmenu.h | [new file with mode: 0644] | blob |
src/gtk/memwin.c | [new file with mode: 0644] | blob |
src/gtk/memwin.h | [new file with mode: 0644] | blob |
src/gtk/messagebox.c | [new file with mode: 0644] | blob |
src/gtk/messagebox.h | [new file with mode: 0644] | blob |
src/gtk/pgmwin.c | [new file with mode: 0644] | blob |
src/gtk/pgmwin.h | [new file with mode: 0644] | blob |
src/gtk/pswwin.c | [new file with mode: 0644] | blob |
src/gtk/pswwin.h | [new file with mode: 0644] | blob |
src/gtk/regwin.c | [new file with mode: 0644] | blob |
src/gtk/regwin.h | [new file with mode: 0644] | blob |
src/gtk/viewmenu.c | [new file with mode: 0644] | blob |
src/gtk/viewmenu.h | [new file with mode: 0644] | blob |
src/helpmenu.c | [deleted file] | blob | history |
src/helpmenu.h | [deleted file] | blob | history |
src/hexfile.c | [deleted file] | blob | history |
src/hexfile.h | [deleted file] | blob | history |
src/keyboard.c | [deleted file] | blob | history |
src/keyboard.h | [deleted file] | blob | history |
src/log.c | [deleted file] | blob | history |
src/log.h | [deleted file] | blob | history |
src/memory.c | [deleted file] | blob | history |
src/memory.h | [deleted file] | blob | history |
src/memwin.c | [deleted file] | blob | history |
src/memwin.h | [deleted file] | blob | history |
src/messagebox.c | [deleted file] | blob | history |
src/messagebox.h | [deleted file] | blob | history |
src/opcode2c.pl | [deleted file] | blob | history |
src/opcodes.lst | [deleted file] | blob | history |
src/options.c | [deleted file] | blob | history |
src/options.h | [deleted file] | blob | history |
src/pgmwin.c | [deleted file] | blob | history |
src/pgmwin.h | [deleted file] | blob | history |
src/psw.c | [deleted file] | blob | history |
src/psw.h | [deleted file] | blob | history |
src/pswwin.c | [deleted file] | blob | history |
src/pswwin.h | [deleted file] | blob | history |
src/reg8051.h | [deleted file] | blob | history |
src/regwin.c | [deleted file] | blob | history |
src/regwin.h | [deleted file] | blob | history |
src/sfr.c | [deleted file] | blob | history |
src/sfr.h | [deleted file] | blob | history |
src/timers.c | [deleted file] | blob | history |
src/timers.h | [deleted file] | blob | history |
src/viewmenu.c | [deleted file] | blob | history |
src/viewmenu.h | [deleted file] | blob | history |
tests/opcodes.sh | diff | blob | history |