mirror of
https://github.com/transistorfet/moa.git
synced 2025-01-23 08:32:36 +00:00
Refactored m68k tests to use data for test cases
This commit is contained in:
parent
e0d863a845
commit
674f03c3b8
File diff suppressed because it is too large
Load Diff
@ -612,9 +612,11 @@ mod execute_tests {
|
||||
assert_eq!(cpu.decoder.instruction, case.ins);
|
||||
|
||||
cpu.execute_current(&system).unwrap();
|
||||
|
||||
// TODO this is a hack to ignore the functioning of the F5, F3 flags for now
|
||||
cpu.state.reg[Register::F as usize] &= 0xD7;
|
||||
expected_state.reg[Register::F as usize] &= 0xD7;
|
||||
|
||||
assert_eq!(cpu.state, expected_state);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user