This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
F8
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Minor method rename
master
Bryan Miller
5 years ago
parent
d50088f4d5
commit
a5c854d8de
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
src/mmc.js
+ 1
- 1
src/mmc.js
View File
@@ -90,7 +90,7 @@ class MMC{
return this;
}
mmSwitch
Callback
(){
mmSwitch
Register
(){
return (function(byte){
// TODO: Check the bits to determin which bank and bank index is being switched on.
}).bind(this);
Write
Preview
Loading…
Cancel
Save