started opcodes
This commit is contained in:
parent
4b22287ad0
commit
458500bd59
8 changed files with 240 additions and 5 deletions
|
@ -25,4 +25,8 @@ void destroyBus(struct Bus* bus);
|
|||
Byte readBus(struct Bus* bus, Word addr);
|
||||
void writeBus(struct Bus* bus, Word addr, Byte val);
|
||||
|
||||
|
||||
// Ticks the master clock 12 times (i.e. 1 CPU tick & 3 PPU dots)
|
||||
void tick(struct Bus* bus);
|
||||
|
||||
#endif // _BUS_H_
|
Loading…
Add table
Add a link
Reference in a new issue