From 61a88eea02c39eb8a21e3d812ee4a717de99ee46 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 10 Nov 2024 05:09:45 +0100 Subject: [PATCH] Enable Boot ROM -> Enable BIOS. --- src/scsi/scsi_t128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scsi/scsi_t128.c b/src/scsi/scsi_t128.c index 7e42a089d..3a49f599f 100644 --- a/src/scsi/scsi_t128.c +++ b/src/scsi/scsi_t128.c @@ -573,7 +573,7 @@ static const device_config_t t128_config[] = { }, { .name = "boot", - .description = "Enable Boot ROM", + .description = "Enable BIOS", .type = CONFIG_BINARY, .default_string = "", .default_int = 1