1
0
Fork 0

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:
Peter Veenstra 2008-03-19 08:41:45 +00:00
parent 3e5dae2877
commit d7294c6314
3 changed files with 4 additions and 4 deletions

View file

@ -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;