Finally working - IBM PC Emulator

Hi everyone, I would just like to get some opinions of my fun project I got finally working just now. I called it RDOS and its a IBM PC (16-bit personal computer from the 1990s with 640KB RAM) emulator running completely inside of Roblox Luau.

In other words, no external http requests or anything like that is made and it emulates the CPU (opcodes, etc…), RAM, ROM and other components of the IBM PC.

NOTE that I did not make this project all by my self (from the ground up) and instead I used open-source code that was originally incompatible with Roblox and had less features and ported / built on top of that.

Here are some images:


(Note that its very basic and I haven’t ran any unit tests or real applications on it yet. But I will try to run DOOM and Windows on it soon :slight_smile: )

and for those that would like to see my previous port (commodore 64) u can find that here: Roblox - Commodore 64 emulator

10 Likes