summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec/v53.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/nec/v53.c')
-rw-r--r--src/emu/cpu/nec/v53.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/nec/v53.c b/src/emu/cpu/nec/v53.c
index 30e56d37ffc..063eb3741a9 100644
--- a/src/emu/cpu/nec/v53.c
+++ b/src/emu/cpu/nec/v53.c
@@ -459,13 +459,13 @@ WRITE_LINE_MEMBER(v53_base_device::dma_hrq_changed)
WRITE8_MEMBER(v53_base_device::dma_io_3_w)
{
- logerror("dma_io_3_w %02x\n", data);
+// logerror("dma_io_3_w %02x\n", data);
}
READ8_MEMBER(v53_base_device::dma_memin_r)
{
UINT8 ret = rand();
- logerror("dma_memin_r offset %08x %02x\n", offset, ret);
+// logerror("dma_memin_r offset %08x %02x\n", offset, ret);
return ret;
}