1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

fix for atari5200

This commit is contained in:
mrdudz 2022-01-30 12:49:02 +01:00
parent 1e7886b9c7
commit f82208b009
2 changed files with 4 additions and 1 deletions

View File

@ -188,7 +188,7 @@ EXELIST_atari = \
EXELIST_atarixl = $(EXELIST_atari)
EXELIST_atari2600 = \
atari2600hello
notavailable
EXELIST_atari5200 = \
notavailable

View File

@ -34,6 +34,9 @@ endif
EXELIST_atari2600 = \
notavailable
EXELIST_atari5200 = \
notavailable
EXELIST_bbc = \
notavailable