mirror of
https://github.com/holub/mame
synced 2025-10-08 17:37:56 +03:00
Fix debug build (nw)
This commit is contained in:
parent
041d4bba1b
commit
61d941630e
@ -8,9 +8,6 @@
|
||||
|
||||
READ32_MEMBER( m68340_cpu_device::m68340_internal_dma_r )
|
||||
{
|
||||
assert(m68340DMA);
|
||||
//m68340_dma &dma = *m68340DMA;
|
||||
|
||||
int pc = space.device().safe_pc();
|
||||
logerror("%08x m68340_internal_dma_r %08x, (%08x)\n", pc, offset*4,mem_mask);
|
||||
|
||||
@ -19,9 +16,6 @@ READ32_MEMBER( m68340_cpu_device::m68340_internal_dma_r )
|
||||
|
||||
WRITE32_MEMBER( m68340_cpu_device::m68340_internal_dma_w )
|
||||
{
|
||||
assert(m68340DMA);
|
||||
//m68340_dma &dma = *m68340DMA;
|
||||
|
||||
int pc = space.device().safe_pc();
|
||||
logerror("%08x m68340_internal_dma_w %08x, %08x (%08x)\n", pc, offset*4,data,mem_mask);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user