Changed save.js, fdc.js, and diskdump.js to use a shared download function
This commit is contained in:
parent
3dd7512f4f
commit
255700f88a
7 changed files with 1332 additions and 1337 deletions
|
|
@ -82,7 +82,7 @@ function FileDump(sFormat, fComments, fDecimal, offDump, nWidthDump, sServerRoot
|
|||
* Class constants
|
||||
*/
|
||||
FileDump.sAPIURL = "http://www.pcjs.org" + DumpAPI.ENDPOINT;
|
||||
FileDump.sCopyright = "© 2012-2015 by Jeff Parsons (@jeffpar)";
|
||||
FileDump.sCopyright = "© 2012-2016 by Jeff Parsons (@jeffpar)";
|
||||
FileDump.sNotice = FileDump.sAPIURL + " " + FileDump.sCopyright;
|
||||
FileDump.sUsage = "Usage: " + FileDump.sAPIURL + "?" + DumpAPI.QUERY.FILE + "=({path}|{URL})&" + DumpAPI.QUERY.FORMAT + "=(json|data|hex|bytes|rom)";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue