esqkt: Coverity 315636

This commit is contained in:
Robbbert 2021-02-14 20:28:24 +11:00
parent b44ec68325
commit 8f8c365cf0

View File

@ -204,6 +204,8 @@ u16 esqkt_state::esq5506_read_adc()
return 0;
}
#ifdef UNUSED
// Coverity 315636
if (m_duart_io & 1)
{
return 0x5b00; // vRef
@ -212,6 +214,7 @@ u16 esqkt_state::esq5506_read_adc()
{
return 0x7f00; // vBattery
}
#endif
}
void esqkt_state::es5506_clock_changed(u32 data)