First post, by Exploit
I'm curious about commercial real mode software that specifically expects the A20 gate to be disabled (with address wraparound at the 1 MB boundary) to function correctly and actively uses this wraparound.
Unfortunately, I haven't found such a list in the forum yet, but maybe we could put one together right here.
Do you know of any commercial real mode programs or games that break when the A20 gate is enabled (due to unexpected memory access above 1 MB)?
EDIT:
To track down such programs, you could modify an emulator to log A20 state changes and maybe even detect wraparounds. Then you'd just run the programs in that emulator. If you could communicate between the emulator and host over an emulated serial interface, you could use a batch file to report which program was started.