fixed building with visual studio (nw)

This commit is contained in:
smf- 2017-01-19 20:17:50 +00:00
parent 48073dbf03
commit 463df706e6

View File

@ -482,6 +482,7 @@ WRITE8_MEMBER(i8251_device::mode_w)
switch ((data >> 6) & 0x03)
{
case 0:
default:
stop_bits = STOP_BITS_0;
LOG("stop bit: inhibit\n");
break;