Skip to content

Commit

Permalink
z80sio.cpp: fixed validation (nw)
Browse files Browse the repository at this point in the history
  • Loading branch information
Osso13 authored Mar 21, 2017
1 parent 76167c0 commit 34155e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/machine/z80sio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ upd7201N_device::upd7201N_device(const machine_config &mconfig, const char *tag,
: z80sio_device(mconfig, UPD7201N, "UPD 7201", tag, owner, clock, TYPE_UPD7201, "upd7201n", __FILE__){ }

i8274N_device::i8274N_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: z80sio_device(mconfig, I8274N, "i8274", tag, owner, clock, TYPE_I8274, "i8274", __FILE__){ }
: z80sio_device(mconfig, I8274N, "i8274", tag, owner, clock, TYPE_I8274, "i8274n", __FILE__){ }

//-------------------------------------------------
// device_start - device-specific startup
Expand Down

0 comments on commit 34155e1

Please sign in to comment.