mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2024-12-21 19:29:17 +00:00
added getter for flags
This commit is contained in:
parent
20bfe754c3
commit
d4d438412e
@ -63,6 +63,10 @@ Stack *Cpu65816::getStack() {
|
||||
return &mStack;
|
||||
}
|
||||
|
||||
CpuStatus *Cpu65816::getCpuStatus() {
|
||||
return &mCpuStatus;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Resets the cpu to its initial state.
|
||||
|
Loading…
Reference in New Issue
Block a user