From e2cdd21d68e928be2d5ece2cf5430d42a407fec3 Mon Sep 17 00:00:00 2001 From: arbee Date: Thu, 18 May 2023 22:00:45 -0400 Subject: [PATCH] apple/dbdma.h: Remove debug print. [R. Belmont] --- src/mame/apple/dbdma.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/apple/dbdma.h b/src/mame/apple/dbdma.h index 5bd70dc8472..00c88242797 100644 --- a/src/mame/apple/dbdma.h +++ b/src/mame/apple/dbdma.h @@ -16,7 +16,6 @@ public: dbdma_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock, address_space *space) : dbdma_device(mconfig, tag, owner, clock) { - printf("dbdma: setting space %p\n", space); set_address_space(space); }