diff options
author | 2016-12-29 14:34:59 -0800 | |
---|---|---|
committer | 2016-12-29 14:34:59 -0800 | |
commit | 1fafe7706cbfcfc6e39c23c3c713fbb102557cbe (patch) | |
tree | e717407aa8f98f192a2095f28909c89f3af3a8e5 /src/devices/machine/z80sio.h | |
parent | f7a98c4a969478fca51faf30f588d59631394bd9 (diff) | |
parent | 2b74e4c0be91b86b408fca518af7518c1ea994c9 (diff) |
Merge https://github.com/mamedev/mame
Diffstat (limited to 'src/devices/machine/z80sio.h')
-rw-r--r-- | src/devices/machine/z80sio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/z80sio.h b/src/devices/machine/z80sio.h index 69c7094fd36..e9dcd4bcb4f 100644 --- a/src/devices/machine/z80sio.h +++ b/src/devices/machine/z80sio.h @@ -62,6 +62,9 @@ // DEVICE CONFIGURATION MACROS //************************************************************************** +#define SIO_CHANA_TAG "cha" +#define SIO_CHANB_TAG "chb" + #define MCFG_Z80SIO_ADD(_tag, _clock, _rxa, _txa, _rxb, _txb) \ MCFG_DEVICE_ADD(_tag, Z80SIO, _clock) \ MCFG_Z80SIO_OFFSETS(_rxa, _txa, _rxb, _txb) |