MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / addAF

Method addAF

source/emulation/cpu/common/cpu.cpp:1034–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034void CPU::addAF() {
1035#ifdef _DEBUG
1036 if (this->lazyFlagType !=FLAGS_NONE) {
1037 kpanic("CPU::fillFlags must be called before CPU::addAF");
1038 }
1039#endif
1040 this->flags|=AF;
1041}
1042
1043void CPU::removeAF() {
1044#ifdef _DEBUG

Callers 4

daaFunction · 0.80
dasFunction · 0.80
aaaFunction · 0.80
aasFunction · 0.80

Calls 1

kpanicFunction · 0.85

Tested by

no test coverage detected