]> localhost Git - WindEmu.git/commit
initial commit
authorAsh Wolf <ninji@wuffs.org>
Thu, 19 Dec 2019 00:27:23 +0000 (00:27 +0000)
committerAsh Wolf <ninji@wuffs.org>
Thu, 19 Dec 2019 00:27:23 +0000 (00:27 +0000)
commit1d6e77ced8a1bc6bef40f4dc5fb15e7931aa2a1b
tree273077f48876b94fe782fae864696c9e8ab15db1
initial commit
28 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
WindCore/WindCore.pro [new file with mode: 0644]
WindCore/arm.c [new file with mode: 0644]
WindCore/arm.h [new file with mode: 0644]
WindCore/common.h [new file with mode: 0644]
WindCore/decoder-arm.c [new file with mode: 0644]
WindCore/decoder-inlines.h [new file with mode: 0644]
WindCore/decoder.c [new file with mode: 0644]
WindCore/decoder.h [new file with mode: 0644]
WindCore/emitter-arm.h [new file with mode: 0644]
WindCore/emitter-inlines.h [new file with mode: 0644]
WindCore/emu.cpp [new file with mode: 0644]
WindCore/emu.h [new file with mode: 0644]
WindCore/isa-arm.c [new file with mode: 0644]
WindCore/isa-arm.h [new file with mode: 0644]
WindCore/isa-inlines.h [new file with mode: 0644]
WindCore/macros.h [new file with mode: 0644]
WindCore/wind.cpp [new file with mode: 0644]
WindCore/wind.h [new file with mode: 0644]
WindCore/wind_hw.h [new file with mode: 0644]
WindEmu.pro [new file with mode: 0644]
WindQt/WindQt.pro [new file with mode: 0644]
WindQt/main.cpp [new file with mode: 0644]
WindQt/mainwindow.cpp [new file with mode: 0644]
WindQt/mainwindow.h [new file with mode: 0644]
WindQt/mainwindow.ui [new file with mode: 0644]