1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-22 14:33:51 +00:00
8bitworkshop/res
2021-12-02 13:01:02 -06:00
..
atari8.wasm starting on WASI emulator support, atari800 2021-07-27 11:13:50 -05:00
c64.bios
c64.wasm
cpc.bios cpc: started investigation, cpcrslib, aspect 2021-12-01 14:03:26 -06:00
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
~~~