added getter for flags

This commit is contained in:
nick-less 2018-12-17 18:09:11 +01:00
parent 20bfe754c3
commit d4d438412e

View File

@ -63,6 +63,10 @@ Stack *Cpu65816::getStack() {
return &mStack; return &mStack;
} }
CpuStatus *Cpu65816::getCpuStatus() {
return &mCpuStatus;
}
/** /**
* Resets the cpu to its initial state. * Resets the cpu to its initial state.