Run Windows 1.01 in your browser
31–40 of 93 posts
Re: Run Windows 1.01 in your browser
#32This trend of retro computing is a wonderful trend.
Re: Run Windows 1.01 in your browser
#33Re: Run Windows 1.01 in your browser
#34Re: Run Windows 1.01 in your browser
#35Every 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.
You pick a sufficiently low-level abstraction layer and implement it in Javascript. Everything above that layer 'just works'TM.
Re: Run Windows 1.01 in your browser
#36As there seems to be a lot of interest in emulators in the browser, here's my effort: I ported an emulator for classic Mac and IBM PC to the browser. Mac System 7 Demo: http://jamesfriend.com.au/pce-js/ Windows 3.0 Demo: http://jamesfriend.com.au/pce-js/ibmpc-win/ IBM PC doesn't have mouse support... Yet. For Mac OS it's writing the mouse position directly into memory, but I've yet to add that hack for Windows.
Re: Run Windows 1.01 in your browser
#37Every 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.
Run-of-the-mill hackers should know this. You pick a sufficiently low-level abstraction layer and implement it in Javascript. Everything above that layer 'just works'TM.
Re: Run Windows 1.01 in your browser
#38Earlier quoted context omitted.
Run-of-the-mill hackers should know this. You pick a sufficiently low-level abstraction layer and implement it in Javascript. Everything above that layer 'just works'TM.
It's like drawing. http://i.imgur.com/RadSf.jpg
Re: Run Windows 1.01 in your browser
#39Every 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.