Browse Source

Minor method rename

master
Bryan Miller 5 years ago
parent
commit
a5c854d8de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/mmc.js

+ 1
- 1
src/mmc.js View File

return this; return this;
} }
mmSwitchCallback(){
mmSwitchRegister(){
return (function(byte){ return (function(byte){
// TODO: Check the bits to determin which bank and bank index is being switched on. // TODO: Check the bits to determin which bank and bank index is being switched on.
}).bind(this); }).bind(this);

Loading…
Cancel
Save