mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
silenced debug residual. nw.
This commit is contained in:
parent
ad5d4ba441
commit
ea0de1deac
@ -347,10 +347,7 @@ WRITE8_MEMBER(a78_rom_sg9_device::write_40xx)
|
|||||||
WRITE8_MEMBER(a78_rom_sg9_pokey_device::write_40xx)
|
WRITE8_MEMBER(a78_rom_sg9_pokey_device::write_40xx)
|
||||||
{
|
{
|
||||||
if (offset < 0x4000)
|
if (offset < 0x4000)
|
||||||
{
|
|
||||||
printf("write offs 0x%X data 0x%X\n", offset, data);
|
|
||||||
m_pokey->write(space, offset & 0x0f, data);
|
m_pokey->write(space, offset & 0x0f, data);
|
||||||
}
|
|
||||||
else if (offset < 0x8000)
|
else if (offset < 0x8000)
|
||||||
m_bank = (data & m_bank_mask) + 1;
|
m_bank = (data & m_bank_mask) + 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user