summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-05-19 00:17:33 +0200
committer MooglyGuy <therealmogminer@gmail.com>2019-05-19 00:17:33 +0200
commita3855841e8950e3703a7eea654b1c2f42ebd3e1b (patch)
tree690f5a5146b5083787628fa729b745b1bd288d50
parent2c7880da2c11dd47f414ce81a33ab25f8c6bd4d5 (diff)
-hpc3: Silence debug printf, nw
-rw-r--r--src/mame/machine/hpc3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/hpc3.cpp b/src/mame/machine/hpc3.cpp
index 8f6f1436edd..4c0c5053f4a 100644
--- a/src/mame/machine/hpc3.cpp
+++ b/src/mame/machine/hpc3.cpp
@@ -207,8 +207,6 @@ void hpc3_base_device::do_pbus_dma(uint32_t channel)
m_ldac->write(stemp16);
else if (channel == 2)
m_rdac->write(stemp16);
- else
- printf("Channel %d\n", channel);
dma.m_cur_ptr += 4;
dma.m_bytes_left -= 4;