Re: Bugfix: Gravis Ultrasound panning emulation
Posted on 2011-08-20, 22:40
Subtle DOS crashes like a program requesting 64MB of RAM, DOSBox allocating 0MB (65536KB & 0xFFFF == 0KB), and the program then tromping on unrelated memory blocks in extended memory because it thinks it allocated 64MB of RAM. Memory corruption. Crash. I'm willing to assume not every DOS programmer …