diff options
author | 2023-05-18 22:00:45 -0400 | |
---|---|---|
committer | 2023-05-18 22:00:45 -0400 | |
commit | e2cdd21d68e928be2d5ece2cf5430d42a407fec3 (patch) | |
tree | f4b3e643095a7a57a926195fae9852a406eb99aa /src | |
parent | 1c49eeef4390ae29199578b8f83a8e50d17af293 (diff) |
apple/dbdma.h: Remove debug print. [R. Belmont]
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/apple/dbdma.h | 1 |
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); } |