Jonathan Campbell

Results 93 comments of Jonathan Campbell
trafficstars

Yes. CTRL+C is supposed to break out of the program when it calls for input from certain points in INT 21h. As is Ctrl+Break. You can borrow the code from...

DOSBox-X developer here: DOSBox-X checks segment limits for specific instructions (most are common variants of MOV) that are often involved in the BitBlt or raster operations of these programs for...

> Very interesting @joncampbell123. Segment limit exceptions used for bank switching, well even just reading that makes me feel a bit dirty 😆 Curious what the performance implications of those...