mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
bus.lua, machine.lua: fixed a couple of entries
This commit is contained in:
parent
b080104b8e
commit
f8dd800d3d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user