chore(cpu): rename ImeSet to ImeEnabled
This commit is contained in:
@@ -612,7 +612,7 @@ impl Instruction {
|
||||
let enabled = cpu.read_byte(0xFFFF);
|
||||
|
||||
let halt_state = if let ImeState::Enabled = cpu.ime() {
|
||||
ImeSet
|
||||
ImeEnabled
|
||||
} else if req & enabled != 0 {
|
||||
SomePending
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user