You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "common.h"
|
|
|
|
#define BUS_SIZE 0xFFFF
|
|
|
|
void activateCpuNmi();
|
|
|
|
byte debug_read_do_not_use_pls(word address);
|
|
|
|
void busWrite8(word address, word data);
|
|
word busRead8(word adress);
|
|
word busRead16(word address);
|
|
void busWrite16(word address, word data);
|
|
|
|
void dumpBus();
|
|
|
|
|