1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-27 08:54:48 +00:00
8bitworkshop/res
2022-08-30 19:50:37 -05:00
..
altirra atari8: started on js platform 2022-08-30 19:37:30 -05:00
atari8.wasm starting on WASI emulator support, atari800 2021-07-27 11:13:50 -05:00
c64.bios c64: updated openroms 2022-07-19 10:46:04 -05:00
c64.wasm c64/zx/cpc: .wasm uses clock ticks, not msec 2022-08-20 18:15:36 -05:00
cpc.bios cpc: started investigation, cpcrslib, aspect 2021-12-01 14:03:26 -06:00
cpc.wasm c64/zx/cpc: .wasm uses clock ticks, not msec 2022-08-20 18:15:36 -05:00
freedos722.img
README
seabios.bin
ttybell.mp3
vgabios.bin
vic20.wasm vic20: sort of functional (need res/vic20.bios, basic+chars+kernel) 2022-02-23 15:57:27 -06:00
zx.bios
zx.wasm c64/zx/cpc: .wasm uses clock ticks, not msec 2022-08-20 18:15:36 -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
~~~