mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Compile fix from René (nw)
This commit is contained in:
parent
cf1aaa8111
commit
5d11295b35
@ -197,8 +197,8 @@ WRITE8_MEMBER( mc6852_device::write )
|
||||
if (LOG) logerror("MC6852 '%s' Control 2 %02x\n", tag(), data);
|
||||
m_cr[1] = data;
|
||||
|
||||
int data_bit_count;
|
||||
parity_t parity;
|
||||
int data_bit_count = 0;
|
||||
parity_t parity = PARITY_NONE;
|
||||
stop_bits_t stop_bits = STOP_BITS_1;
|
||||
|
||||
switch (data & C2_WS_MASK)
|
||||
|
Loading…
Reference in New Issue
Block a user