Procházet zdrojové kódy

Minor method rename

master
Bryan Miller před 5 roky
rodič
revize
a5c854d8de
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/mmc.js

+ 1
- 1
src/mmc.js Zobrazit soubor

@@ -90,7 +90,7 @@ class MMC{
return this;
}
mmSwitchCallback(){
mmSwitchRegister(){
return (function(byte){
// TODO: Check the bits to determin which bank and bank index is being switched on.
}).bind(this);

Načítá se…
Zrušit
Uložit