]> localhost Git - WindEmu.git/commit
Initial stubbed implementation of an SA-1100 core
authorGeorge Wright <gw@gwright.org.uk>
Sun, 23 Jan 2022 08:25:40 +0000 (00:25 -0800)
committerGeorge Wright <gw@gwright.org.uk>
Sun, 23 Jan 2022 08:25:40 +0000 (00:25 -0800)
commit3d0d97ae2cc0d6f72baba4448e99dfffc3336d14
tree0bf0ee350803ba77833214e25c2e9301b647183f
parentc3e6c955425cf3607f7261a9a75a28b745219eb8
Initial stubbed implementation of an SA-1100 core
16 files changed:
WindCore/WindCore.pro
WindCore/arm710.cpp
WindCore/arm710.h
WindCore/clps7111.cpp
WindCore/clps7111.h
WindCore/emubase.h
WindCore/sa1100.cpp [new file with mode: 0644]
WindCore/sa1100.h [new file with mode: 0644]
WindCore/sa1100/memory_conf.cpp [new file with mode: 0644]
WindCore/sa1100/memory_conf.h [new file with mode: 0644]
WindCore/sa1100_defs.h [new file with mode: 0644]
WindCore/windermere.cpp
WindCore/windermere.h
WindEmu.pro
WindQt/main.cpp
WindQt/mainwindow.cpp