1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-09-29 11:54:39 +00:00
rk65c02/test/utils.h
Radosław Kujawa 2ec6cb67ae Split ROM starting function into separate file.
It will also be used for other test programs than test_emulation.
2017-01-26 13:11:37 +01:00

8 lines
136 B
C

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