1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-12 10:30:23 +00:00
rk65c02/test/utils.h
2017-01-27 12:12:00 +01:00

8 lines
154 B
C

#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_ */