8bitworkshop/res
Steven Hugg 55735b4039 starting on WASI emulator support, atari800 2021-07-27 11:13:50 -05:00
..
README verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
atari8.wasm starting on WASI emulator support, atari800 2021-07-27 11:13:50 -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 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
zx.bios added ZX Spectrum 48k 2020-07-02 20:24:52 -05:00
zx.wasm updated c64/zx .wasm emulators 2021-07-10 18:57:05 -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
~~~