#ifndef _UTILS_H_ #define _UTILS_H_ #define ROM_LOAD_ADDR 0xC000 bool rom_start(rk65c02emu_t *, const char *); #endif /* _UTILS_H_ */