bus.lua, machine.lua: fixed a couple of entries

This commit is contained in:
Ivan Vangelista 2022-08-21 20:01:29 +02:00
parent b080104b8e
commit f8dd800d3d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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