rename LOG_DMA to LOG_DMACONTROL to remove nameclash with soundblaster dma.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3128
This commit is contained in:
parent
3e5dae2877
commit
d7294c6314
3 changed files with 4 additions and 4 deletions
|
@ -235,7 +235,7 @@ Bitu DmaController::ReadControllerReg(Bitu reg,Bitu len) {
|
|||
}
|
||||
return ret;
|
||||
default:
|
||||
LOG(LOG_DMA,LOG_NORMAL)("Trying to read undefined DMA port %x",reg);
|
||||
LOG(LOG_DMACONTROL,LOG_NORMAL)("Trying to read undefined DMA port %x",reg);
|
||||
break;
|
||||
}
|
||||
return 0xffffffff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue