mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2025-04-22 13:37:07 +00:00
add main program; working OK
This commit is contained in:
parent
61c95521b1
commit
4f6338422f
@ -24,14 +24,15 @@ public:
|
||||
virtual ~Cpu6502() {
|
||||
}
|
||||
|
||||
void powerOn();
|
||||
void tick();
|
||||
void reset();
|
||||
|
||||
private:
|
||||
Cpu6502(const Cpu6502&);
|
||||
Cpu6502& operator=(const Cpu6502&);
|
||||
|
||||
void powerOn();
|
||||
void initPins();
|
||||
void reset();
|
||||
void tick();
|
||||
void step();
|
||||
void clock(bool phase);
|
||||
void rw();
|
||||
|
Loading…
x
Reference in New Issue
Block a user