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

@@ -970,11 +970,11 @@ machine_at_tx97_init(const machine_t *model)
}
int
machine_at_optiplex_gn_init(const machine_t *model)
machine_at_optiplexgn_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/optiplex_gn/DELL.ROM",
ret = bios_load_linear("roms/machines/optiplexgn/DELL.ROM",
0x000c0000, 262144, 0);
if (bios_only || !ret)