Make it use the A12 BIOS.

This commit is contained in:
OBattler
2025-05-21 20:55:00 +02:00
parent 455622492b
commit d8a53f6fdb

View File

@@ -974,7 +974,7 @@ machine_at_optiplex_gn_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/optiplex_gn/Gn_a11.rom",
ret = bios_load_linear("roms/machines/optiplex_gn/DELL.ROM",
0x000c0000, 262144, 0);
if (bios_only || !ret)