Login
Back to forumSee the full topicGo to last reply

Posted By

George
on 2014-05-28
17:45:16
 Re: Commodore LCD Emulator

Cool stuff James!

If you want to download the LCD emulator, and make it standalone, do following (Firefox):
a) Download the whole site (the javascript-files are saved in a separate sub-directory)
b) Download the roms and save them in the folder, where you saved the Emulator site.
c) change following lines in the HTML-File:
// old Line 129
//http.open("GET", "http://ep.lgb.hu/jsep/data/?GetBinary=" + fn, false);
// new
http.open("GET", fn, false);

comment foll0wing Lines out (from line 139)
//if (http.status != 200) {
// alert("HTTP: got non-OK answer: " + http.status);
//return false;
//}

I tried to make a Memo-Box, where you can copy&paste Basic-Code and send it to the Emulator. I failed. Crazy thing to write an emulator in Javascript..happy



Back to top


Copyright © Plus/4 World Team, 2001-2024