barotto / IBMulator

The IBM PS/1 emulator.
https://barotto.github.io/IBMulator
GNU General Public License v3.0
111 stars 4 forks source link

Softice, 386 debug register, and copy protected disk #64

Closed danrevella closed 2 years ago

danrevella commented 2 years ago

Please IBMulator is able in running Softice x dos who have to access 386 debug register? Also, is there support for floppy games copy-protected? Thanks

barotto commented 2 years ago

I've briefly tried SoftICE 2.8 under DOS 6 and it appeared to work, but 386 debug registers are largely untested and I'm not sure if they work as intended. Some feedback on this is very much appreciated!

Currently the only disk format supported for images is raw sector (img/ima) so there's no low level emulation for copy protected disks. I was looking recently on this issue and found this lib https://github.com/keirf/Disk-Utilities which might help to add support, though I have no experience on the matter of copy protection...