es5503: bits 0 and 6 are always high for this register (#8121)

This commit is contained in:
tim lindner 2021-05-31 13:28:14 -07:00 committed by GitHub
parent 0fe0ce1094
commit b6886b0c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,7 +352,7 @@ u8 es5503_device::read(offs_t offset)
}
}
return retval;
return retval | 0x41;
case 0xe1: // oscillator enable
return oscsenabled<<1;