8bitworkshop/res
Steven Hugg 58e3f3f9fb atari8: fixed rom .extensions, removed wasm 2022-09-06 14:53:45 -05:00
..
altirra atari8: started on js platform 2022-08-30 19:37:30 -05:00
README verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
c64.bios c64: updated openroms 2022-07-19 10:46:04 -05:00
c64.wasm vic20: added cart support, fixed bugs 2022-09-06 14:43:39 -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 x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
seabios.bin x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
ttybell.mp3 basic: testInitialFor, staticArrays, token crunching, bell, more OPTIONs (17, 54, 68) 2020-08-11 20:45:36 -05:00
vgabios.bin x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
vic20.wasm vic20: added cart support, fixed bugs 2022-09-06 14:43:39 -05:00
zx.bios added ZX Spectrum 48k 2020-07-02 20:24:52 -05:00
zx.wasm c64/zx/cpc: .wasm uses clock ticks, not msec 2022-08-20 18:15:36 -05:00

README

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