mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2025-08-14 17:27:47 +00:00
added getter for flags
This commit is contained in:
@@ -56,6 +56,8 @@ class Cpu65816 {
|
|||||||
|
|
||||||
Address getProgramAddress();
|
Address getProgramAddress();
|
||||||
void setProgramAddress(const Address &);
|
void setProgramAddress(const Address &);
|
||||||
|
Stack *getStack();
|
||||||
|
CpuStatus *getCpuStatus();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SystemBus &mSystemBus;
|
SystemBus &mSystemBus;
|
||||||
|
Reference in New Issue
Block a user