Fix ROM filename casing

This commit is contained in:
RichardG867
2021-11-21 13:33:22 -03:00
parent 447269eb39
commit 5af0db8075
21 changed files with 54 additions and 54 deletions

View File

@@ -330,7 +330,7 @@ machine_xt_pc4i_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/pc4i/NCR_PC4i_BIOSROM_1985.bin",
ret = bios_load_linear("roms/machines/pc4i/NCR_PC4i_BIOSROM_1985.BIN",
0x000fc000, 16384, 0);
if (bios_only || !ret)