Interesting to see Helvetica ("Helv") in Windows 1.0 Write. According to a quick Wikipedia, Arial was only introduced with TrueType in Windows 3.x.
Run Windows 1.01 in your browser
61–70 of 93 posts
Re: Run Windows 1.01 in your browser
#62Re: Run Windows 1.01 in your browser
#63Re: Run Windows 1.01 in your browser
#64I can't seem to successfully reset the calculator after a divide by zero. It's funny how when I closed Windows and ended on the DOS prompt I mindlessly typed "win" & enter. Some habits never die I guess.
Re: Run Windows 1.01 in your browser
#65Even better, Zork: http://jsmachines.net/disks/pc/games/infocom/zork1/ And it appears to save your state between runs, which is nice.
So that's: 1. Zork 2. running in the Infocom Virtual Machine 3. running in an IBM PC emulator 4. running in Javascript 6. running in x86 machine code and x86 maintains backwards compatibility with that original IBM PC through 7. hardware instruction set translation It's nice to know all those transistors aren't sitting idle.
Though the status line doesn't work... I should fix that.
And if you like Zork, try these modern classics:
Lost pig: http://iplayif.com/?story=http://mirror.ifarchive.org/if-arc...
Spider and Web: http://iplayif.com/?story=http://mirror.ifarchive.org/if-arc...
Re: Run Windows 1.01 in your browser
#66Re: Run Windows 1.01 in your browser
#67Played Reversi in Windows 1.01. Still lost. I will go hang my head in shame now.
Came here to admit the same failing. I can't believe even Windows 1.01 can beat me at Reversi.
Re: Run Windows 1.01 in your browser
#68Every time I see an emulator like this on HN, my mind is blown. Can someone explain to me and any other run-of-the-mill hackers reading this, how an emulator like this is made? I wouldn't even know where to start.
From there its just the everday craziness of emulation. Emulating the instruction set, the IO devices, etc.
Re: Run Windows 1.01 in your browser
#69I can't seem to successfully reset the calculator after a divide by zero. It's funny how when I closed Windows and ended on the DOS prompt I mindlessly typed "win" & enter. Some habits never die I guess.
"C" key works for me as expected, where is problem?
Re: Run Windows 1.01 in your browser
#70After Bellard's JSLinux, it was just about time till more OS will be ported to JS. http://bellard.org/jslinux/
As a hack, all of these JavaScript emulators are awesome to play with. But in reality if you need performance for something in the past decade, like a N64 or newer arcade emulators, JS is still orders of magnitude slower than dynarec emulators written in C. I hope something like PNaCl will come along to bridge the performance gap.