mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
nubus/nubus_specpdq.cpp: Remove debug print. [skip ci] [R. Belmont]
This commit is contained in:
parent
c49e6d37a6
commit
7e283c758f
@ -466,11 +466,6 @@ void nubus_specpdq_device::specpdq_w(offs_t offset, uint32_t data, uint32_t mem_
|
||||
COMBINE_DATA(&m_7xxxxx_regs[offset-0xc0000]);
|
||||
}
|
||||
|
||||
if ((offset >= 0xc0000) && (offset < 0xd0000))
|
||||
{
|
||||
printf("Write %02x (%d) to %x\n", ~data & 0xff, ~data & 0xff, offset);
|
||||
}
|
||||
|
||||
if ((offset >= 0xc0000) && (offset <= 0xc002a))
|
||||
{
|
||||
m_crtc.write(*this, offset - 0xc0000, data >> 24);
|
||||
|
Loading…
Reference in New Issue
Block a user