1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-07-30 06:24:10 +00:00
Files
8bitworkshop/res

# C64

How to build the ROM:

~~~
git clone https://github.com/MEGA65/open-roms
cd open-roms
make
cd build
cat basic_generic.rom chargen_openroms.rom kernal_generic.rom > c64.bios
~~~