diff options
author | 2022-08-21 20:01:29 +0200 | |
---|---|---|
committer | 2022-08-21 20:01:29 +0200 | |
commit | f8dd800d3ddc6ea30f346e4289b9de5519c98017 (patch) | |
tree | cc376675933e6ddbf6805acfef390176d98e80db /scripts/src/machine.lua | |
parent | b080104b8efc2b4783ce75b8e2fad8ea6e619933 (diff) |
bus.lua, machine.lua: fixed a couple of entries
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |