This is an exact reproduction of the game, which is not achieved by a conventional CPU emulator, but by so-called static binary recompilation. Graham Toal wrote a really cool program, which can translate the original game code from C-CPU machine language to C. With Graham's help I ported his generated code to JavaScript and added the graphical HTML5/JavaScript environment to play the game in the browser. Thank you, Graham.