1
0
Fork 0

change log_msg to log. Improves behaviour in release version when games use the undefined port.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2551
This commit is contained in:
Peter Veenstra 2006-03-19 11:20:20 +00:00
parent 9800b84d45
commit dba2dbcbd3

View file

@ -235,7 +235,7 @@ Bitu DmaController::ReadControllerReg(Bitu reg,Bitu len) {
}
return ret;
default:
LOG_MSG("Trying to read undefined DMA port %x",reg);
LOG(LOG_DMA,LOG_NORMAL)("Trying to read undefined DMA port %x",reg);
break;
}
return 0xffffffff;