@@ -0,0 +1,9 @@
#pragma once
#include <stdint.h>
namespace m6502
{
void reset();
void interrupt(uint8_t type);
void tick();
}
The note is not visible to the blocked user.