summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2023-05-18 22:00:45 -0400
committer arbee <rb6502@users.noreply.github.com>2023-05-18 22:00:45 -0400
commite2cdd21d68e928be2d5ece2cf5430d42a407fec3 (patch)
treef4b3e643095a7a57a926195fae9852a406eb99aa /src
parent1c49eeef4390ae29199578b8f83a8e50d17af293 (diff)
apple/dbdma.h: Remove debug print. [R. Belmont]
Diffstat (limited to 'src')
-rw-r--r--src/mame/apple/dbdma.h1
1 files changed, 0 insertions, 1 deletions
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);
}