mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2025-01-01 15:30:33 +00:00
added getter for flags
This commit is contained in:
parent
20bfe754c3
commit
d4d438412e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user