mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
Fix mac, just a typo in the conversion of nubus installs
This commit is contained in:
parent
d33f987874
commit
21ad5da328
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user