Skip to content

Commit

Permalink
Fixed incorrect funtion name
Browse files Browse the repository at this point in the history
  • Loading branch information
marciot committed Jun 22, 2016
1 parent d5b0ff1 commit 487bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfiles/emulators/pce-atarist/glue.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ifce.preRun = function() {
ifce.mountDisk = function(diskFile) {
console.log("Mounting " + diskFile);
var driveId = diskFile.match(/fd(\d)+/)[1];
rcSetMessage ("emu.disk.insert", (driveId - 1) + ":" + diskFile);
stSetMessage ("emu.disk.insert", (driveId - 1) + ":" + diskFile);
}

ifce.reset = function() {
Expand Down

0 comments on commit 487bbfb

Please sign in to comment.