OSDN Git Service

[VM][WIP] Merging upstream 2022-09-09.Still be imcompleted.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 4 Mar 2023 19:41:30 +0000 (04:41 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 4 Mar 2023 19:41:30 +0000 (04:41 +0900)
commite352e079d64afb05979237cef4b610212d3072e5
tree2f4203ef6934e001655758e41d1ccfbc90db6b9c
parente08e8d4f7155fdd3dba3cf874ca7feec54d380ee
[VM][WIP] Merging upstream 2022-09-09.Still be imcompleted.

- This still working in progress.May or not may available to build.
- Upstream changes are only implemented to DEVICE classes.Still not implement  to VMs.

[VM][DEVICE] Sync SIGNAL enumelation values to upstreeam, move some unique values to 190 to 199 .
[VM][Z80][WIP] Add variable clock feature for primary CPU via SIG_CPU_WAIT_FACTOR .
[VM][I386_NP21][FMTOWNS] Fix around variable CPU clock.This still not implement to PC-9801 and N5200 (and others).
[General] Update SOVERSIONs.
21 files changed:
source/src/config.cpp
source/src/config.h
source/src/debugger.cpp
source/src/qt/CMakeLists.txt
source/src/qt/avio/CMakeLists.txt
source/src/qt/emuutils/CMakeLists.txt
source/src/qt/gui/CMakeLists.txt
source/src/vm/common_vm/CMakeLists.txt
source/src/vm/device.cpp
source/src/vm/device.h
source/src/vm/device_params.h
source/src/vm/event.cpp
source/src/vm/event.h
source/src/vm/fmgen/CMakeLists.txt
source/src/vm/fmtowns/towns_memory.cpp
source/src/vm/i386.h
source/src/vm/i386_np21.cpp
source/src/vm/i386_np21.h
source/src/vm/mc6809.h
source/src/vm/z80.cpp
source/src/vm/z80.h