mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +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
|
||||
{ // Display data
|
||||
data &= 0x3F;
|
||||
{ // Display data. Bit 6 is a "don't care" bit except for PNT and TAIL.
|
||||
data &= 0x7F;
|
||||
|
||||
switch ( data )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user