mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
Commented a printf until needed later (no whatsnew)
This commit is contained in:
parent
119f5ccbc1
commit
fb0fbd1ba2
@ -1008,6 +1008,6 @@ WRITE32_HANDLER(archimedes_memc_page_w)
|
||||
// now go ahead and set the mapping in the page table
|
||||
memc_pages[log] = phys + (memc*0x80);
|
||||
|
||||
printf("PC=%08x = MEMC_PAGE(%d): W %08x: log %x to phys %x, MEMC %d, perms %d\n", cpu_get_pc(space->cpu),memc_pagesize, data, log, phys, memc, perms);
|
||||
// printf("PC=%08x = MEMC_PAGE(%d): W %08x: log %x to phys %x, MEMC %d, perms %d\n", cpu_get_pc(space->cpu),memc_pagesize, data, log, phys, memc, perms);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user