122
this post was submitted on 22 Jun 2024
122 points (91.8% liked)
Technology
59143 readers
2270 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The point is not power but hardware compatibility. Emulation only goes so far and many, if not most, weird esoteric hardware systems from the 90s depended on idiosyncracies and strange usage of standard busses and weird interactions of the CPU. Emulation almost always breaks this.
I’ve never had a problem emulating windows 95.
Have you tried emulating it while interfacing with some ancient ISA card?
They sell ISA to USB adapter boards and you can tell the emulator to use the device.
Tell me you've never tried it without telling me you've never tried it.
I'm sure you're the first to think of this! You'll be rich!
Let me Google that for you.
That will add extra latency from USB. Old programs are not likely to be very tolerant of that.
also most of those USB adapters likely won't support true hardware switch interrupts, Direct Memory Access, or raw bus control to talk to other cards, which almost every special ISA card actually needs at least one of these to function.