fixed usage of uninitialized member in mc68681_channel (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-25 09:25:59 +00:00
parent c7e9673bcf
commit aefa0fbbb6

View File

@ -645,6 +645,7 @@ mc68681_channel::mc68681_channel(const machine_config &mconfig, const char *tag,
MR1(0), MR1(0),
MR2(0), MR2(0),
SR(0), SR(0),
rx_enabled(0),
rx_fifo_num(0), rx_fifo_num(0),
tx_enabled(0) tx_enabled(0)
{ {