De-underscore the Dell OptiPlex machines

This commit is contained in:
RichardG867
2025-05-28 15:36:53 -03:00
parent 81af1f8195
commit 4a3eb80082
5 changed files with 15 additions and 15 deletions

View File

@@ -238,11 +238,11 @@ machine_at_apollo_init(const machine_t *model)
}
int
machine_at_optiplex_gxl_init(const machine_t *model)
machine_at_optiplexgxl_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/optiplex_gxl/DELL.ROM",
ret = bios_load_linear("roms/machines/optiplexgxl/DELL.ROM",
0x000e0000, 131072, 0);
if (bios_only || !ret)