#pragma once #include namespace m6502 { void reset(); void interrupt(uint8_t type); void tick(); }