Ninja (1986, from Mastertronic)'s method of Tandy 1000 detection
Posted on 2023-01-15, 21:49
... is not properly emulated in DOSBox. It wants to detect a Tandy 1000 when FFFFE and FFFFF are both FF. A standard PC or PC/XT has FFFFE as FF and FFFFF as a checksum byte, which is not FF. DOSBox always sets FFFFF to 55 as a "signature". In src/ints/bios.cpp, this section: // write system BIOS …