mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
fix compile on MacOSX 10.6.8. nw.
This commit is contained in:
parent
9067a86690
commit
dfb8ddd385
@ -783,7 +783,7 @@ void duart68681_channel::write_MR(UINT8 data)
|
||||
|
||||
void duart68681_channel::recalc_framing()
|
||||
{
|
||||
int parity, stopbits;
|
||||
int parity = 0, stopbits = 0;
|
||||
|
||||
switch ((MR2 >> 2) & 3)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user