logoalt Hacker News

jeroenhdtoday at 2:29 PM1 replyview on HN

Seems to run a lot faster than the previous proof-of-concept I've found (https://www.boxedwine.org/app). Then again, that website runs an entire Linux VM to support Wine.


Replies

lqs_today at 3:55 PM

RetroTick's CPU emulation is actually slower than JIT-based emulators. It feels fast because the Win32 API calls are native JavaScript, not emulated system calls.

show 1 reply