1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-02-26 09:03:37 +00:00

Correct typos introduced during packaging of release 0.20.

This commit is contained in:
paul.kimpel@digm.com
2014-06-29 22:26:47 +00:00
parent 1c430583cd
commit 4faedc7700
2 changed files with 3 additions and 3 deletions

View File

@@ -2813,7 +2813,7 @@ B5500Processor.prototype.doublePrecisionMultiply = function doublePrecisionMulti
this.I = (this.I & 0x0F) | 0xB0; // set I05/6/8: exponent-overflow
this.cc.signalInterrupt();
}
/********** dumpState("Exponent Overflow in DLM"); ************************************//
/********** dumpState("Exponent Overflow in DLM"); ************************************/
} else if (eb < 0) {
if (eb >= -63) {
eb = (-eb) | 0x40; // set the exponent sign bit

View File

@@ -633,7 +633,7 @@ window.addEventListener("load", function() {
<td id=PABZ>PABZ <!-- Processor A busy *** debug *** -->
<td id=PBBZ>PBBZ <!-- Processor B busy *** debug *** -->
<td id=procSlack>
<td>%
<td class=busy>%
<td class=statLabel title="Percentage of time Processor A is throttling its performance">P1 Slack
<tr id=CCPeripheralRow>
<td id=DRA>DRA <!-- 31 -->
@@ -668,7 +668,7 @@ window.addEventListener("load", function() {
<td id=MTS>MTS <!-- 33 -->
<td id=MTT>MTT <!-- 32 -->
<td id=procDelay>
<td>ms
<td class=busy>ms
<td class=statLabel title="Average excess throttling delay for Processor A (ms)">P1 Delay
</table>
</div>