mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
bus.lua, machine.lua: fixed a couple of entries
This commit is contained in:
parent
b080104b8e
commit
f8dd800d3d
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue