diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index e193cac816d..a19c320559e 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3274,7 +3274,7 @@ end --------------------------------------------------- -- ---@src/devices/bus/generic/slot.h,BUSES["MONONCOL"] = true +--@src/devices/bus/mononcol/slot.h,BUSES["MONONCOL"] = true --------------------------------------------------- if (BUSES["MONONCOL"]~=null) then diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index fb211d9c6b0..3d1f5878b96 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1477,7 +1477,7 @@ end -------------------------------------------------- -- ---@src/devices/machine/acorn_ioc.h,MACHINES["GENERIC_SPI_FLASH"] = true +--@src/devices/machine/generic_spi_flash.h,MACHINES["GENERIC_SPI_FLASH"] = true -------------------------------------------------- if (MACHINES["GENERIC_SPI_FLASH"]~=null) then