mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2025-08-07 17:25:09 +00:00
added getter for flags
This commit is contained in:
@@ -63,6 +63,10 @@ Stack *Cpu65816::getStack() {
|
||||
return &mStack;
|
||||
}
|
||||
|
||||
CpuStatus *Cpu65816::getCpuStatus() {
|
||||
return &mCpuStatus;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Resets the cpu to its initial state.
|
||||
|
Reference in New Issue
Block a user