OSDN Git Service

[VM][I386] Make some functions around address translation INLINE.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 21 Apr 2019 20:44:12 +0000 (05:44 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 21 Apr 2019 20:44:12 +0000 (05:44 +0900)
commitc91e965dadcf9dc4c837c391c53054c699344e58
tree225a8f8503afbdb5f9c6084e8d4437f602144d7f
parent9d6db916c07cfdff9d34c31a311e81a9874a4ffa
[VM][I386] Make some functions around address translation INLINE.
[VM][I386] Fix unexpected page fault when accessing memories.
[VM][I386] Try to call pseudo-bios even within protected mode (inside of i386_trap()).
[VM][UPD7220] Temporally disable some debug messages.
source/src/vm/i386.cpp
source/src/vm/mame/emu/cpu/i386/i386.c
source/src/vm/mame/emu/cpu/i386/i386ops.c
source/src/vm/mame/emu/cpu/i386/i386priv.h
source/src/vm/upd7220.cpp