summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2022-08-21 20:01:29 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2022-08-21 20:01:29 +0200
commitf8dd800d3ddc6ea30f346e4289b9de5519c98017 (patch)
treecc376675933e6ddbf6805acfef390176d98e80db /scripts
parentb080104b8efc2b4783ce75b8e2fad8ea6e619933 (diff)
bus.lua, machine.lua: fixed a couple of entries
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua2
-rw-r--r--scripts/src/machine.lua2
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