OSDN Git Service

[VM][GENERAL][EX80BS] Merge upstream 2022-05-07 .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 12 Dec 2022 06:57:38 +0000 (15:57 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 12 Dec 2022 06:57:38 +0000 (15:57 +0900)
commit081ddb9882220d01770d8ed27d73f3c3d99218a9
tree4fe4121d17abce7c876637e4013410d840fdee76
parent7564470207b80986a38f9c379262d2b0a4b92bde
[VM][GENERAL][EX80BS] Merge upstream 2022-05-07 .
67 files changed:
doc/VMs/ex80.txt [deleted file]
doc/VMs/ex80bs.txt [new file with mode: 0644]
source/cmake/config_singleboards.cmake
source/cmake/config_toshiba.cmake
source/history.txt
source/readme.txt
source/src/qt/common/qrc/ex80.qrc [deleted file]
source/src/qt/common/qrc/ex80bs.qrc [new file with mode: 0644]
source/src/qt/machines/ex80/CMakeLists.txt [deleted file]
source/src/qt/machines/ex80/ex80.ja_JP.ts [deleted file]
source/src/qt/machines/ex80bs/CMakeLists.txt [new file with mode: 0644]
source/src/qt/machines/ex80bs/MainWindow.cpp [moved from source/src/qt/machines/ex80/MainWindow.cpp with 83% similarity]
source/src/qt/machines/ex80bs/ex80bs.ja_JP.ts [new file with mode: 0644]
source/src/qt/machines/ex80bs/menuclasses.h [moved from source/src/qt/machines/ex80/menuclasses.h with 100% similarity]
source/src/res/ex80.ico [deleted file]
source/src/res/ex80bs.rc [moved from source/src/res/ex80.rc with 77% similarity]
source/src/res/ex80bs/board.png [moved from source/src/res/ex80/board.png with 100% similarity]
source/src/res/ex80bs/button00.png [moved from source/src/res/ex80/button00.png with 100% similarity]
source/src/res/ex80bs/button01.png [moved from source/src/res/ex80/button01.png with 100% similarity]
source/src/res/ex80bs/button02.png [moved from source/src/res/ex80/button02.png with 100% similarity]
source/src/res/ex80bs/button03.png [moved from source/src/res/ex80/button03.png with 100% similarity]
source/src/res/ex80bs/button04.png [moved from source/src/res/ex80/button04.png with 100% similarity]
source/src/res/ex80bs/button05.png [moved from source/src/res/ex80/button05.png with 100% similarity]
source/src/res/ex80bs/button06.png [moved from source/src/res/ex80/button06.png with 100% similarity]
source/src/res/ex80bs/button07.png [moved from source/src/res/ex80/button07.png with 100% similarity]
source/src/res/ex80bs/button08.png [moved from source/src/res/ex80/button08.png with 100% similarity]
source/src/res/ex80bs/button09.png [moved from source/src/res/ex80/button09.png with 100% similarity]
source/src/res/ex80bs/button10.png [moved from source/src/res/ex80/button10.png with 100% similarity]
source/src/res/ex80bs/button11.png [moved from source/src/res/ex80/button11.png with 100% similarity]
source/src/res/ex80bs/button12.png [moved from source/src/res/ex80/button12.png with 100% similarity]
source/src/res/ex80bs/button13.png [moved from source/src/res/ex80/button13.png with 100% similarity]
source/src/res/ex80bs/button14.png [moved from source/src/res/ex80/button14.png with 100% similarity]
source/src/res/ex80bs/button15.png [moved from source/src/res/ex80/button15.png with 100% similarity]
source/src/res/ex80bs/button16.png [moved from source/src/res/ex80/button16.png with 100% similarity]
source/src/res/ex80bs/button17.png [moved from source/src/res/ex80/button17.png with 100% similarity]
source/src/res/ex80bs/button18.png [moved from source/src/res/ex80/button18.png with 100% similarity]
source/src/res/ex80bs/button19.png [moved from source/src/res/ex80/button19.png with 100% similarity]
source/src/res/ex80bs/button20.png [moved from source/src/res/ex80/button20.png with 100% similarity]
source/src/res/ex80bs/button21.png [moved from source/src/res/ex80/button21.png with 100% similarity]
source/src/res/ex80bs/button22.png [moved from source/src/res/ex80/button22.png with 100% similarity]
source/src/res/ex80bs/button23.png [moved from source/src/res/ex80/button23.png with 100% similarity]
source/src/res/ex80bs/button24.png [moved from source/src/res/ex80/button24.png with 100% similarity]
source/src/res/i18n/ja/ex80.ja_JP.qm [deleted file]
source/src/res/i18n/ja/ex80bs.ja_JP.qm [new file with mode: 0644]
source/src/vm/ex80/ex80.cpp [deleted file]
source/src/vm/ex80/ex80.h [deleted file]
source/src/vm/ex80/keyboard.cpp [deleted file]
source/src/vm/ex80/keyboard.h [deleted file]
source/src/vm/ex80/memory.cpp [deleted file]
source/src/vm/ex80/memory.h [deleted file]
source/src/vm/ex80bs/CMakeLists.txt [moved from source/src/vm/ex80/CMakeLists.txt with 57% similarity]
source/src/vm/ex80bs/cmt.cpp [moved from source/src/vm/ex80/cmt.cpp with 99% similarity]
source/src/vm/ex80bs/cmt.h [moved from source/src/vm/ex80/cmt.h with 98% similarity]
source/src/vm/ex80bs/display.cpp [moved from source/src/vm/ex80/display.cpp with 77% similarity]
source/src/vm/ex80bs/display.h [moved from source/src/vm/ex80/display.h with 55% similarity]
source/src/vm/ex80bs/font.txt [moved from source/src/vm/ex80/font.txt with 100% similarity]
source/src/vm/ex80bs/memory.cpp [new file with mode: 0644]
source/src/vm/ex80bs/memory.h [new file with mode: 0644]
source/src/vm/i8080.cpp
source/src/vm/i8080_base.cpp
source/src/vm/i8080_base.h
source/src/vm/vm.h
source/vc++2008/build9.bat
source/vc++2008/ex80bs.vcproj [moved from source/vc++2008/ex80.vcproj with 81% similarity]
source/vc++2017/build15.bat
source/vc++2017/ex80bs.vcxproj [moved from source/vc++2017/ex80.vcxproj with 87% similarity]
source/vc++2017/ex80bs.vcxproj.filters [moved from source/vc++2017/ex80.vcxproj.filters with 78% similarity]