specpls3.cpp: Formatting consistency
This commit is contained in:
parent
a31e555307
commit
3aa0f6db77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user