OSDN Git Service

[VM][FMTOWNS][MEMORY][MSDOS_ROM] Make accessing of MS-DOS ROM offset model.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 4 Sep 2023 18:23:20 +0000 (03:23 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 4 Sep 2023 18:23:20 +0000 (03:23 +0900)
commite98bac50922a938df2bd37e8751192b0249b7e02
tree492df51f2f4ea13bb6abccd4fc10e09d0e46e21e
parentabc7fd330888c2ace0105dd5a1bad4e428548429
[VM][FMTOWNS][MEMORY][MSDOS_ROM] Make accessing of MS-DOS ROM offset model.

- Address accessing of MS-DOS ROM has changed to 00000h - 7FFFFh
  from C2000000h - C207FFFFh .
- I wonder why BANK B0000h has not used by MS-DOS ?
  Maybe mistake of text?
source/src/vm/fmtowns/msdosrom.cpp
source/src/vm/fmtowns/msdosrom.h
source/src/vm/fmtowns/towns_memory.cpp