Reintroduce command line mode
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 19 Mar 2010 23:24:12 +0000 (23:24 +0000)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 8 Sep 2013 22:54:51 +0000 (18:54 -0400)
commita78a174393ff9c8dbc0d5212576507f25d7e9bf1
treecfe7b7f31356b28f8a5ffbcff0a47124371c7e61
parentfc4dd8fa3aab94a5f63c097ed9809c75560abd7d
Reintroduce command line mode
19 files changed:
Makefile.am
configure.ac
src/EmuConsole.cpp [deleted file]
src/EmuConsole.hpp
src/Keyboard.hpp [deleted file]
src/Makefile.am
src/common.h
src/cpu8051.c
src/cpu8051.h
src/emuconsole.c [new file with mode: 0644]
src/emugtk.c
src/hexfile.c
src/hexfile.h
src/keyboard.c [new file with mode: 0644]
src/keyboard.h [new file with mode: 0644]
src/memory.c
src/memory.h
src/options.c
src/options.h