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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user