mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-11-15 16:06:38 +00:00
9122615df4
Adjust bus tests to this change.
9 lines
209 B
C
9 lines
209 B
C
#ifndef _UTILS_H_
|
|
#define _UTILS_H_
|
|
|
|
#define ROM_LOAD_ADDR 0xC000
|
|
|
|
bool rom_start(rk65c02emu_t *, const char *, const atf_tc_t *);
|
|
const char * rom_path(const char *, const atf_tc_t *);
|
|
#endif /* _UTILS_H_ */
|