1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-21 23:30:58 +00:00
8bitworkshop/res
2021-07-10 18:57:05 -05:00
..
c64.bios verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
c64.wasm updated c64/zx .wasm emulators 2021-07-10 18:57:05 -05:00
freedos722.img
README verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
seabios.bin
ttybell.mp3
vgabios.bin
zx.bios
zx.wasm updated c64/zx .wasm emulators 2021-07-10 18:57:05 -05:00

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