1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-25 03:34:05 +00:00
8bitworkshop/res
2022-09-06 14:53:45 -05:00
..
altirra atari8: started on js platform 2022-08-30 19:37:30 -05:00
c64.bios
c64.wasm vic20: added cart support, fixed bugs 2022-09-06 14:43:39 -05:00
cpc.bios
cpc.wasm
freedos722.img
README
seabios.bin
ttybell.mp3
vgabios.bin
vic20.wasm vic20: added cart support, fixed bugs 2022-09-06 14:43:39 -05:00
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
~~~