OSDN Git Service

[VM] Update DLLs.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 11 Apr 2019 12:41:05 +0000 (21:41 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 11 Apr 2019 12:41:05 +0000 (21:41 +0900)
commit9ea49cf4f13aa67ba544ab4c31bd19a17e631fdd
tree9d8b914edd742ada5326c8510b1f7d5cdb398c49
parent69de11e6baa24dd18c6ac73c1b192d61548a56ce
[VM] Update DLLs.
[COMMON] Add RINGBUFFER:: class, extend of FIFO::.
[FIFO] Add [fill|empty] warning feature.This may be useful for some devices. i.e. 16550 UART, variants of i8251.
12 files changed:
source/build-cmake/cmake/config_emupc9801.cmake
source/build-cmake/cmake/config_mz5500.cmake
source/build-cmake/cmake/config_qc10.cmake
source/build-cmake/mz3500/CMakeLists.txt
source/build-cmake/n5200/CMakeLists.txt
source/src/CMakeLists.txt
source/src/fifo.cpp
source/src/fifo.h
source/src/qt/emuutils/CMakeLists.txt
source/src/ringbuffer.cpp [new file with mode: 0644]
source/src/ringbuffer.h [new file with mode: 0644]
source/src/vm/common_vm/CMakeLists.txt