mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-24 13:17:41 +00:00
Wrangle test for segments interface.
This commit is contained in:
@@ -96,8 +96,6 @@ void lmsw(
|
||||
context.registers.set_msw(source);
|
||||
if(source & MachineStatus::ProtectedModeEnable) {
|
||||
context.cpu_control.set_mode(Mode::Protected286);
|
||||
// context.memory.set_mode(Mode::Protected286);
|
||||
// context.segments.set_mode(Mode::Protected286);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user