Added missing files from last commit...

This commit is contained in:
TomW 2013-11-05 11:02:25 +00:00
commit 522bc73a2a
2 changed files with 31 additions and 0 deletions

2
src/rom.h Normal file
View file

@ -0,0 +1,2 @@
FILE *romfopen(char *fn, char *mode);
int rom_present(char *fn);