Open Baron-von-Riedesel opened 2 years ago
Ok, the mystery is solved: in v2.0, there were a few functions removed from the trap call vector: REQ_READ_CPU, REQ_WRITE_CPU, ...
After adjusting this, the hx trap file works with v2.0.
There are a few issues in WD ( in this context, it's always the DOS version I'm talking about), though:
Hello,
Currently I try to make a trap file for HX that worked with OW 1.9, to also work with OW 2.0. But it looks like no real-mode trap file works in current v2.0, AFAICS.
The trap helper file for HX can write a log, where one can see what requests are send. It's strange, because it begins so:
In OW v1.9, the log usually begins with a LOAD_PGM
So there is really something messed up...