diff options
author | 2012-10-07 12:04:20 +0000 | |
---|---|---|
committer | 2012-10-07 12:04:20 +0000 | |
commit | a03e62136c8e1f1b60ea6e64d4b32e0bc4c7c5d7 (patch) | |
tree | 428d30ac6d2a5a9bad4d63002ab343fa529fd34d /src/mess/machine/abc_xebec.c | |
parent | 2b322a3585ada05b7529925112fd6810ded0278e (diff) |
changed rmnimbus to use DEVCB & added a callback for ACK. (nw)
Diffstat (limited to 'src/mess/machine/abc_xebec.c')
-rw-r--r-- | src/mess/machine/abc_xebec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/abc_xebec.c b/src/mess/machine/abc_xebec.c index 53e385a050a..ad06013376d 100644 --- a/src/mess/machine/abc_xebec.c +++ b/src/mess/machine/abc_xebec.c @@ -86,7 +86,7 @@ static const z80_daisy_config daisy_chain[] = static const SCSICB_interface sasi_intf = { - NULL, + DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, |