Skip to content

Commit

Permalink
Merge pull request #47 from pengan1987/master
Browse files Browse the repository at this point in the history
Fix PC98DosBoxLoader default mount behavior problem
  • Loading branch information
db48x authored Oct 23, 2018
2 parents 0828c5b + 644ed28 commit 1ff6deb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,15 +606,7 @@ var Module = null;
config.runner = PC98DosBoxRunner;
return config;
}
PC98DosBoxLoader.__proto__ = BaseLoader;

PC98DosBoxLoader.startExe = function (path) {
return { emulatorStart: path };
};

PC98DosBoxLoader.extraArgs = function (args) {
return { extra_dosbox_args: args };
};
PC98DosBoxLoader.__proto__ = DosBoxLoader;

/**
* MAMELoader
Expand Down

0 comments on commit 1ff6deb

Please sign in to comment.