Skip to content

Commit

Permalink
nubus/nubus_specpdq.cpp: Remove debug print. [skip ci] [R. Belmont]
Browse files Browse the repository at this point in the history
  • Loading branch information
rb6502 committed Aug 7, 2024
1 parent c49e6d3 commit 7e283c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/devices/bus/nubus/nubus_specpdq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7e283c7

Please sign in to comment.