mirror of
https://github.com/libretro/mame.git
synced 2024-11-23 17:39:50 +00:00
(MESS) abc1600: Fixed regression. (nw)
This commit is contained in:
parent
d0db21bb01
commit
e5cf43b46d
@ -69,7 +69,7 @@ static MACHINE_CONFIG_FRAGMENT( luxor_4105 )
|
||||
MCFG_SCSICB_ADD(SASIBUS_TAG ":host")
|
||||
MCFG_SCSICB_BSY_HANDLER(DEVWRITELINE(DEVICE_SELF_OWNER, luxor_4105_device, sasi_bsy_w))
|
||||
MCFG_SCSICB_IO_HANDLER(DEVWRITELINE(DEVICE_SELF_OWNER, luxor_4105_device, sasi_io_w))
|
||||
MCFG_SCSICB_REQ_HANDLER(WRITELINE(luxor_4105_device, sasi_req_w))
|
||||
MCFG_SCSICB_REQ_HANDLER(DEVWRITELINE(DEVICE_SELF_OWNER, luxor_4105_device, sasi_req_w))
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user