1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-18 23:01:40 +03:00

add rom files

This commit is contained in:
UzixLS
2021-05-07 13:11:35 +03:00
parent cbe3e50b55
commit 739d59cd67
12 changed files with 335 additions and 1 deletions

BIN
rom/128-0.rom Normal file

Binary file not shown.

BIN
rom/128-1.rom Normal file

Binary file not shown.

BIN
rom/ESXMMC.BIN Normal file

Binary file not shown.

12
rom/Makefile Normal file
View File

@ -0,0 +1,12 @@
all:
cat 128-0.rom \
128-1.rom \
../rom_src/rom1.bin \
ESXMMC.BIN ESXMMC.BIN \
dvmen3e0.rom \
dvmen3e1.rom \
dvmen3e2.rom \
opense.rom \
>sizif.bin
objcopy --input-target=binary --output-target=ihex sizif.bin sizif.hex
rm sizif.bin

BIN
rom/dvmen3e0.rom Normal file

Binary file not shown.

BIN
rom/dvmen3e1.rom Normal file

Binary file not shown.

BIN
rom/dvmen3e2.rom Normal file

Binary file not shown.

BIN
rom/dvmen3e3.rom Normal file

Binary file not shown.

BIN
rom/opense.rom Normal file

Binary file not shown.