7 ms·
Anything with critical timing that runs over a parallel port can be very tricky to get working in a VM. It means running a realtime OS on top of a non-realtime
by nibnib 10y ago
Anything with critical timing that runs over a parallel port can be very tricky to get working in a VM. It means running a realtime OS on top of a non-realtime OS, with some abstraction layers added. A C64 is very deterministic in comparison.
- kevin_thibedeau 10y agoI've had luck getting DOSEmu to interact with parallel port hardware. Don't know how well it would work on x64 though.