Integrated ESDI doesn't need an external ROM

This commit is contained in:
Akamaki
2025-02-15 16:58:11 +09:00
parent db056e0b66
commit 75ccfc6e2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1514,7 +1514,7 @@ esdi_integrated_device = {
.init = esdi_init,
.close = esdi_close,
.reset = esdi_reset,
.available = esdi_available,
.available = NULL, /* The Disk BIOS is included in the System ROM */
.speed_changed = NULL,
.force_redraw = NULL,
.config = esdi_integrated_config