Qbix wrote:if you have experience with debugging you can try the DOSBox debugger
It can be downloaded from:
DOSBox debugger EXE 0.74
For information on how to use it:
Guide to debugger
ripsaw8080 wrote:Based on the linked post, I wonder if changing both instances of "toupper(key)" to just "key" will make a difference. If so, it suggests that function is not working as expected, perhaps for some locale reason...
case 0xcd:
#if C_HEAVY_DEBUG
LOG(LOG_CPU,LOG_ERROR)("Call to interrupt 0xCD this is BAD");
DEBUG_HeavyWriteLogInstruction();
E_Exit("Call to interrupt 0xCD this is BAD");
#endif
break;
case 0x03:
Users browsing this forum: No registered users and 1 guest