diff options
author | 2014-04-07 04:04:47 +0000 | |
---|---|---|
committer | 2014-04-07 04:04:47 +0000 | |
commit | 09af95a0bea83567d86d5f33d6bedddb426f9277 (patch) | |
tree | dee4ea5a53346d1c3dafa308b92f01eabbfb7c93 /src/emu/machine/z80sio.c | |
parent | 9fb05fc44fbf6cb0d4f1229ae01ecee8abf37fd1 (diff) |
Some changes/corrections to device descriptions from MASH (nw)
Diffstat (limited to 'src/emu/machine/z80sio.c')
-rw-r--r-- | src/emu/machine/z80sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/z80sio.c b/src/emu/machine/z80sio.c index 75a4a591e94..d44587997af 100644 --- a/src/emu/machine/z80sio.c +++ b/src/emu/machine/z80sio.c @@ -298,7 +298,7 @@ inline attotime z80sio_device::sio_channel::compute_time_per_character() //------------------------------------------------- z80sio_device::z80sio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, Z80SIO, "Zilog Z80 SIO", tag, owner, clock, "z80sio", __FILE__), + : device_t(mconfig, Z80SIO, "Z80 SIO", tag, owner, clock, "z80sio", __FILE__), device_z80daisy_interface(mconfig, *this) { for (int i = 0; i < 8; i++) |