ソースを参照

Minor method rename

master
Bryan Miller 5年前
コミット
a5c854d8de
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/mmc.js

+ 1
- 1
src/mmc.js ファイルの表示

@@ -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);

読み込み中…
キャンセル
保存