OSDN Git Service

[UI][Qt] Apply to upstream's updating definitions.Still not implement around HDDs.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 27 May 2018 06:12:24 +0000 (15:12 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 27 May 2018 06:12:24 +0000 (15:12 +0900)
commit744ff4c4e59fb11720a1446699fb8536a0b6626e
tree40a597f72112eae86b72a989a238300861b91fe0
parentabddc0265f0e921c97840ed34012716e84e14e60
[UI][Qt] Apply to upstream's updating definitions.Still not implement around HDDs.
39 files changed:
source/src/000_rejs.lst [new file with mode: 0644]
source/src/config.cpp
source/src/config.h
source/src/emu.cpp
source/src/emu.h
source/src/log [new file with mode: 0644]
source/src/qt/common/emu_thread.cpp
source/src/qt/common/emu_thread.h
source/src/qt/common/emu_thread_slots.cpp
source/src/qt/common/mainwidget.h
source/src/qt/common/qt_utils.cpp
source/src/qt/common/util_fd2.cpp
source/src/qt/gui/emu_thread_tmpl.h
source/src/qt/gui/mainwidget_base.h
source/src/qt/machines/fm7/MainWindow.cpp
source/src/qt/machines/mz2500/MainWindow.cpp
source/src/qt/machines/pc6001/MainWindow.cpp
source/src/qt/machines/pc9801/MainWindow.cpp
source/src/qt/machines/pc98ha/MainWindow.cpp
source/src/qt/machines/qc10/MainWindow.cpp
source/src/qt/osd.cpp
source/src/vm/bubcom80/bubblecasette.cpp [new file with mode: 0644]
source/src/vm/bubcom80/bubblecasette.h [new file with mode: 0644]
source/src/vm/bubcom80/bubcom80.cpp [new file with mode: 0644]
source/src/vm/bubcom80/bubcom80.h [new file with mode: 0644]
source/src/vm/bubcom80/cmt.cpp [new file with mode: 0644]
source/src/vm/bubcom80/cmt.h [new file with mode: 0644]
source/src/vm/bubcom80/display.cpp [new file with mode: 0644]
source/src/vm/bubcom80/display.h [new file with mode: 0644]
source/src/vm/bubcom80/floppy.cpp [new file with mode: 0644]
source/src/vm/bubcom80/floppy.h [new file with mode: 0644]
source/src/vm/bubcom80/keyboard.cpp [new file with mode: 0644]
source/src/vm/bubcom80/keyboard.h [new file with mode: 0644]
source/src/vm/bubcom80/membus.cpp [new file with mode: 0644]
source/src/vm/bubcom80/membus.h [new file with mode: 0644]
source/src/vm/bubcom80/rtc.cpp [new file with mode: 0644]
source/src/vm/bubcom80/rtc.h [new file with mode: 0644]
source/src/vm/common_vm/shared_headers.cmake [new file with mode: 0644]
source/src/vm/fmtowns/fmtowns.h