1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-27 08:54:48 +00:00
8bitworkshop/res
2022-09-07 17:28:24 +00:00
..
altirra Deploying to gh-pages from @ sehugg/8bitworkshop@e2e47cd436 🚀 2022-08-31 00:57:30 +00:00
c64.bios Deploying to gh-pages from @ sehugg/8bitworkshop@e2e47cd436 🚀 2022-08-31 00:57:30 +00:00
c64.wasm Deploying to gh-pages from @ sehugg/8bitworkshop@162113b915 🚀 2022-09-07 17:28:24 +00:00
cpc.bios
cpc.wasm Deploying to gh-pages from @ sehugg/8bitworkshop@e2e47cd436 🚀 2022-08-31 00:57:30 +00:00
freedos722.img
README
seabios.bin
ttybell.mp3
vgabios.bin
vic20.wasm Deploying to gh-pages from @ sehugg/8bitworkshop@162113b915 🚀 2022-09-07 17:28:24 +00:00
zx.bios
zx.wasm Deploying to gh-pages from @ sehugg/8bitworkshop@e2e47cd436 🚀 2022-08-31 00:57:30 +00: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
~~~