Laser XT3: No longer use the other BIOS that has not yet been committed.

This commit is contained in:
OBattler
2025-03-29 18:40:27 +01:00
parent c1ecafaeb5
commit e48c6c8e8b

View File

@@ -179,13 +179,8 @@ machine_xt_lxt3_init(const machine_t *model)
{
int ret;
#if 0
ret = bios_load_linear("roms/machines/lxt3/27c64d.bin",
0x000fe000, 8192, 0);
#else
ret = bios_load_linear("roms/machines/lxt3/vtech-laser-xt3-bios-v1-26-27c64-637cfbe96dfa1809192278.bin",
0x000fe000, 8192, 0);
#endif
if (bios_only || !ret)
return ret;