1
0
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:
Thomas Harte
2025-04-29 21:55:17 -04:00
parent f6bb502e87
commit b4535c489d
3 changed files with 40 additions and 4 deletions

View File

@@ -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);
}
}