mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed building with visual studio (nw)
This commit is contained in:
parent
48073dbf03
commit
463df706e6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user