1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-21 23:30:58 +00:00
8bitworkshop/res
2021-12-02 13:01:02 -06:00
..
atari8.wasm
c64.bios
c64.wasm
cpc.bios
cpc.wasm cpc: cpctelera, start @ 0x4000, new vsync 2021-12-02 13:01:02 -06:00
freedos722.img
README
seabios.bin
ttybell.mp3
vgabios.bin
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
~~~