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

@@ -316,7 +316,7 @@ machine_at_pat54pv_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/pat54pv/pat54pv.bin",
ret = bios_load_linear("roms/machines/pat54pv/PAT54PV.bin",
0x000f0000, 65536, 0);
if (bios_only || !ret)