mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-12 10:30:23 +00:00
Include argument names in prototype.
For doxygen purposes.
This commit is contained in:
parent
b1d001113f
commit
0896956337
@ -141,7 +141,8 @@ void rk65c02_panic(rk65c02emu_t *e, const char *fmt, ...);
|
|||||||
* @param b Pre-existing bus configuration, pass NULL if default requested.
|
* @param b Pre-existing bus configuration, pass NULL if default requested.
|
||||||
* @return New instance of the emulator prepared to run the ROM.
|
* @return New instance of the emulator prepared to run the ROM.
|
||||||
*/
|
*/
|
||||||
rk65c02emu_t rk65c02_load_rom(const char *, uint16_t, bus_t *);
|
rk65c02emu_t rk65c02_load_rom(const char *path, uint16_t load_addr,
|
||||||
|
bus_t *b);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user