mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
es5503: bits 0 and 6 are always high for this register (#8121)
This commit is contained in:
parent
0fe0ce1094
commit
b6886b0c78
@ -352,7 +352,7 @@ u8 es5503_device::read(offs_t offset)
|
||||
}
|
||||
}
|
||||
|
||||
return retval;
|
||||
return retval | 0x41;
|
||||
|
||||
case 0xe1: // oscillator enable
|
||||
return oscsenabled<<1;
|
||||
|
Loading…
Reference in New Issue
Block a user