jeffpar / pcjs.v1

PCjs Machines 1.0 (archived)
https://github.com/jeffpar/pcjs.org
GNU General Public License v3.0
475 stars 92 forks source link

Is there any reason for excluding 80486? #52

Closed hlide closed 6 years ago

hlide commented 7 years ago

I noticed pcjs can handle a 386 processor. For me, 486s are much closer to 386s than Pentiums: no MMX for instance. So, is there any reason not to be able to emulate a 486SX/DX?

jeffpar commented 7 years ago

No, it was just a line in the sand. Had to stop somewhere, because there are still a lot of gaps to fill, in terms of hardware emulation (it's not all about CPU emulation). If anyone else wants to pick up the 486 torch though, that's fine by me.

jeffpar commented 6 years ago

I'm think we're going to stop with the 80386, for now.