Added missing files from last commit...
This commit is contained in:
parent
bd873de9ac
commit
522bc73a2a
2 changed files with 31 additions and 0 deletions
2
src/rom.h
Normal file
2
src/rom.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
FILE *romfopen(char *fn, char *mode);
|
||||
int rom_present(char *fn);
|
||||
Loading…
Reference in a new issue