OSDN Git Service

[VM][I8086][I8088][I80186][I80286][V30] Make i86/186/88/286 and V30 to common_vm.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 27 Jun 2019 14:27:43 +0000 (23:27 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 27 Jun 2019 14:27:43 +0000 (23:27 +0900)
commit6fbfbd16021cece93e5446d96831cd7983a8c738
treea58febf0be2a1e1da9cdfc3088fd3bfae47376c7
parent7165028f63419516d76de0b084681117f8ebdec2
[VM][I8086][I8088][I80186][I80286][V30] Make i86/186/88/286 and V30 to common_vm.
[VM][I8086][I8088][I80186][I80286][V30] Rename I286:: to I8086::, I80286:: and V30:: .
17 files changed:
source/src/vm/common_vm/CMakeLists.txt
source/src/vm/event.cpp
source/src/vm/event.h
source/src/vm/i286.cpp
source/src/vm/i286.h
source/src/vm/i80286.cpp [new file with mode: 0644]
source/src/vm/i80x86_commondefs.h [new file with mode: 0644]
source/src/vm/i86.cpp
source/src/vm/i86.h
source/src/vm/mame/emu/cpu/i386/i386dasm.c
source/src/vm/mame/emu/cpu/i386/i386priv.h
source/src/vm/mame/emu/cpu/i86/i286.c
source/src/vm/mame/emu/cpu/i86/i86.c
source/src/vm/mame/emu/cpu/i86/instr86.c
source/src/vm/mame/emu/cpu/i86/v30.c [new file with mode: 0644]
source/src/vm/v30.cpp [new file with mode: 0644]
source/src/vm/v30.h [new file with mode: 0644]