1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-28 23:49:20 +00:00
8bitworkshop/res
2022-09-06 14:53:45 -05:00
..
altirra
c64.bios
c64.wasm
cpc.bios
cpc.wasm
freedos722.img x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
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
~~~