Fixed 601 flags

This commit is contained in:
dingusdev 2024-03-26 06:36:32 -07:00
parent 9b76c9fe3e
commit 1510c45ecb
1 changed files with 2 additions and 2 deletions

View File

@ -413,8 +413,8 @@ enum field_setting {
OV1 = 1,
CARRY0 = 0,
CARRY1 = 1,
IS601 = 0,
NOT601 = 1
IS601 = 1,
NOT601 = 0
};
namespace dppc_interpreter {