From f8dd800d3ddc6ea30f346e4289b9de5519c98017 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 21 Aug 2022 20:01:29 +0200 Subject: bus.lua, machine.lua: fixed a couple of entries --- scripts/src/bus.lua | 2 +- scripts/src/machine.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3