FrenkelS / Doom8088

Doom for 16-bit DOS computers
GNU General Public License v2.0
153 stars 5 forks source link

add 64 kB of EMS memory #1

Closed FrenkelS closed 1 year ago

FrenkelS commented 1 year ago

no bank switching, just get 64k like in Commander Keen 4

FrenkelS commented 1 year ago

According to the Digital Mars documentation, it's possible to use up to 176KB of expanded memory without bank switching: "EMS version 4.0 allows the page frame to be any length between 64KB and 176KB" source

I couldn't get that to work. For now 64 kB is enough.