1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-26 10:49:17 +00:00
8bitworkshop/res
2022-09-06 14:53:45 -05:00
..
altirra
c64.bios
c64.wasm
cpc.bios
cpc.wasm
freedos722.img
README
seabios.bin
ttybell.mp3
vgabios.bin
vic20.wasm
zx.bios
zx.wasm

# 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
~~~