mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2025-08-15 09:27:23 +00:00
added getter for flags
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user