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