From: K.Ohta Date: Wed, 22 May 2019 13:52:06 +0000 (+0900) Subject: [VM][I8259] Add debug message to change ICW2. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7a9ee3e18201569d3672ec06381de949d2d75be7;p=csp-qt%2Fcommon_source_project-fm7.git [VM][I8259] Add debug message to change ICW2. --- diff --git a/source/src/vm/i8259.cpp b/source/src/vm/i8259.cpp index 6ce880a67..6d477ebdf 100644 --- a/source/src/vm/i8259.cpp +++ b/source/src/vm/i8259.cpp @@ -43,6 +43,7 @@ void I8259::write_io8(uint32_t addr, uint32_t data) // icw2 pic[c].icw2 = data; pic[c].icw2_r = 0; + out_debug_log("Set ICW2 to %02X\n", data); } else if(pic[c].icw3_r) { // icw3 pic[c].icw3 = data;