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