1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +00:00

Fix 8088 assumption about unused flags; 80286 PUSHF now passes amongst others.

51,091 failures still to fix though.
This commit is contained in:
Thomas Harte
2025-08-06 15:31:03 -04:00
parent 0745c5128a
commit 76284eb462
4 changed files with 24 additions and 13 deletions
+1
View File
@@ -941,6 +941,7 @@ private:
KeyboardController<pc_model> &keyboard,
RTC &rtc
) :
flags(x86_model),
segments(registers, linear_memory),
memory(registers, segments, linear_memory),
flow_controller(registers, segments),