Page 3 of 4

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Fri May 27, 2016 8:24 pm
by BigEd
Does it misbehave the same way from a webserver? I've a feeling file:// is treated specially. Not that it helps you...

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Fri May 27, 2016 9:24 pm
by whartung
Bother. Way to rain on the parade. Sorry it didn't quite work out.

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Sat May 28, 2016 9:02 am
by fastgear
The local file limitations of JavaScript is a bit of a dissapointment.

This limitation is probably for the good. Just imagine visiting a malicious web site and javascript code start uploading some of your local files to a foreign site.

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Mon May 30, 2016 8:21 am
by fastgear
I just released Part 11 on my series on a Emulator in JavaScript. In this blog we investigate why our emulator doesn't show a flashing cursor.

Here is the link:

http://emufromscratch.blogspot.co.za/20 ... ursor.html

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Sun Jun 05, 2016 10:02 pm
by fastgear
Hi All

I Just released part 12 on my series on a Emulator in JavaScript. In this blog I will try to simulate a keypress. This will be the first step in integrating our emulator with a real keyboard.

Here is the link:

http://emufromscratch.blogspot.co.za/20 ... press.html

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Mon Jun 06, 2016 11:10 am
by BigEd
I do like the step by step refinement with small, manageable, and well motivated changes - it feels like it should make the whole enterprise much less daunting for the reader considering writing their own.

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Mon Jun 06, 2016 12:28 pm
by fastgear
Thanks Ed! I hope these posts motivates more people to start writing an emulator, especially those that wants to start, but is overwhelmed by all the detail. One can certainly get a long why by tackling the task bit by bit.

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Tue Jun 14, 2016 1:27 pm
by fastgear
I just published part 13 in blog series on writing an emulator in JavaScript. In this blog we finish off in interfacing a keyboard with our emulator. This will enable you to enter some simple BASIC programs into the emulator and running it.

Here is the link:

https://emufromscratch.blogspot.co.za/2 ... board.html

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Thu Jun 23, 2016 6:02 pm
by fastgear
I have just released Part 14 of my emulator in JavaScript. In this blog we will focus on tape emulation. Here is the link:

http://emufromscratch.blogspot.co.za/20 ... ation.html

Enjoy!

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Thu Jun 30, 2016 7:48 pm
by fastgear
Just released part 15 of my blog series on an emulator in JavaScript. In this blog I will be finishing off tape emulation. Here is the link:
http://emufromscratch.blogspot.co.za/20 ... ation.html

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Fri Jul 08, 2016 1:24 pm
by fastgear
I have just released part 16 of my series on a JavaScript emulator from scratch. In this blog we will attempt to emulate the flashing borders of a tape loader.

Here is the link:

https://emufromscratch.blogspot.co.za/2 ... rders.html

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Thu Jul 14, 2016 9:38 am
by fastgear
I just released part 17 on my series on JavaScript Emulator from scratch. In this blog we emulate the splash screen of the loader.

Here is the link

http://emufromscratch.blogspot.co.za/20 ... creen.html

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Mon Jul 18, 2016 2:53 pm
by fastgear
I have just released part 18 in my series on a JavaScript emulator from scratch. In this blog we fix the garbled intro screen.

Here is the link:

http://emufromscratch.blogspot.co.za/20 ... creen.html

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Sat Jul 23, 2016 5:31 pm
by fastgear
I have just released part 19 on my series of an JavaScript emulator from scratch. In this blog we will implement joystick emulation and see what happens when we start the game with the fire button.

Here is the link:

http://emufromscratch.blogspot.co.za/20 ... stick.html

Re: Series of blog posts on C64 JavaScript emulator from scr

Posted: Wed Jul 27, 2016 4:59 pm
by fastgear
I have just released part 20 on my series on a JavaScript emulator from scratch. In this blog we debug the garbled screen we are presented with when the game starts.

Here is the link: http://emufromscratch.blogspot.com/2016 ... creen.html