소스 검색

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

Loading…
취소
저장