Roblox - Commodore 64 emulator

Hi everyone, I would just like to get some opinions of my fun project I finished not too long ago. I called it RC64 and its basically a complete Commodore 64 (8-bit personal computer from 1982 with 64KB 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 commodore 64.

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.

(note that I didn’t get audio to work properly so the audio player in one of the images below was just the visuals.)

Here are some images:




4 Likes

Oh yeah, I would like also like to mention that I’m working on a new emulator now. That I started working on yesterday. But this time its a IBM PC (16-bit, 640KB RAM) with a much faster 8086 CPU :stuck_out_tongue:

Here’s a WIP screenshot, ill make a post when its complete and hopefully show of me playing DOOM, running Windows and other cool things on it :slight_smile:

1 Like