mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
machine/roc10937: fix CID: 138793 "Logically dead code"
This commit is contained in:
parent
5b9e65a179
commit
d714b46924
@ -361,8 +361,8 @@ void roc10957_t::write_char(int data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{ // Display data
|
{ // Display data. Bit 6 is a "don't care" bit except for PNT and TAIL.
|
||||||
data &= 0x3F;
|
data &= 0x7F;
|
||||||
|
|
||||||
switch ( data )
|
switch ( data )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user