specpls3.cpp: Formatting consistency

This commit is contained in:
Vas Crabb 2022-05-23 05:12:45 +10:00
parent a31e555307
commit 3aa0f6db77
2 changed files with 4 additions and 3 deletions

View File

@ -371,7 +371,8 @@ static void specpls3_floppies(device_slot_interface &device)
device.option_add("3ssdd", FLOPPY_3_SSDD);
}
bool specpls3_state::is_contended(offs_t offset) {
bool specpls3_state::is_contended(offs_t offset)
{
u8 bank = m_bank_ram[3]->entry();
return spectrum_state::is_contended(offset)
|| ((offset >= 0xc000 && offset <= 0xffff) && (bank & 4)); // Memory banks 4, 5, 6 and 7 are contended