Fix mac, just a typo in the conversion of nubus installs

This commit is contained in:
Olivier Galibert 2020-11-25 10:56:18 +01:00
parent d33f987874
commit 21ad5da328

View File

@ -188,7 +188,7 @@ void nubus_device::install_writeonly_device(offs_t start, offs_t end, write32_de
void nubus_device::install_bank(offs_t start, offs_t end, uint8_t *data)
{
// printf("install_bank: %s @ %x->%x\n", tag, start, end);
m_space->install_rom(start, end, data);
m_space->install_ram(start, end, data);
}
void nubus_device::set_irq_line(int slot, int state)