Move memory files around: *.nvr, eeprom files -> nvr/ ; mda.rom -> roms/. Patch from cooprocks123e.
This commit is contained in:
parent
8d90f77279
commit
b0dceca71a
23 changed files with 53 additions and 53 deletions
|
|
@ -101,7 +101,7 @@ int loadbios()
|
|||
FILE *f=NULL,*ff=NULL;
|
||||
int c;
|
||||
|
||||
loadfont("mda.rom", 0);
|
||||
loadfont("roms/mda.rom", 0);
|
||||
|
||||
biosmask = 0xffff;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue