mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-12 11:31:16 +00:00
Fixed 601 flags
This commit is contained in:
parent
9b76c9fe3e
commit
1510c45ecb
@ -413,8 +413,8 @@ enum field_setting {
|
||||
OV1 = 1,
|
||||
CARRY0 = 0,
|
||||
CARRY1 = 1,
|
||||
IS601 = 0,
|
||||
NOT601 = 1
|
||||
IS601 = 1,
|
||||
NOT601 = 0
|
||||
};
|
||||
|
||||
namespace dppc_interpreter {
|
||||
|
Loading…
x
Reference in New Issue
Block a user