Is your feature request related to a problem? Please describe.
I have been decompiling the Toshiba T1000 bios and its very annoying. It uses this 4 bit chip at an odd io port and uses the memory on it to get settings. If it fails it halts after 20 or so opcodes. I am making a hack to Spice86 so I can get passed that bit but know it will fail again at the keyboard controller as well as detecting EMS.
Describe the solution you'd like
What I would like is that all io devices to be maybe in an array so you can assign these odd ball devices to them but I noticed many of the devices are kind of stuck around places. I was wondering if there are plans to modalized at least io ports or set a trap where it could call a DLL plugin? I have just now started playing with it and I do love this thing.
Is your feature request related to a problem? Please describe.
I have been decompiling the Toshiba T1000 bios and its very annoying. It uses this 4 bit chip at an odd io port and uses the memory on it to get settings. If it fails it halts after 20 or so opcodes. I am making a hack to Spice86 so I can get passed that bit but know it will fail again at the keyboard controller as well as detecting EMS.
Describe the solution you'd like
What I would like is that all io devices to be maybe in an array so you can assign these odd ball devices to them but I noticed many of the devices are kind of stuck around places. I was wondering if there are plans to modalized at least io ports or set a trap where it could call a DLL plugin? I have just now started playing with it and I do love this thing.