Minor corrections

This commit is contained in:
Jeff Parsons 2016-04-18 17:15:37 -07:00
commit 060c6b36d1
2 changed files with 7 additions and 5 deletions

View file

@ -326,7 +326,7 @@ Bus.prototype.reset = function()
* powerUp(data, fRepower)
*
* We don't need a powerDown() handler, because for largely historical reasons, our state (including the A20 state)
* is saved by the saveMemory(), which called by the CPU.
* is saved by saveMemory(), which called by the CPU.
*
* However, we do need a powerUp() handler, because on resumable machines, the Computer's onReset() function calls
* everyone's powerUp() handler rather than their reset() handler.