mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
apple/dbdma.h: Remove debug print. [R. Belmont]
This commit is contained in:
parent
1c49eeef43
commit
e2cdd21d68
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user