]> git.sur5r.net Git - cc65/commit
Introduced target 'atarixl'.
authorOliver Schmidt <ol.sc@web.de>
Tue, 28 May 2013 19:56:37 +0000 (21:56 +0200)
committerOliver Schmidt <ol.sc@web.de>
Tue, 28 May 2013 19:56:37 +0000 (21:56 +0200)
commit98c47d187728980b61363f3b34c5008d1d2f78e6
treeba0e4017f75a9711edb7223e99c52f5ec2eade48
parent2e8a65bda43bba9022adf1b73d004c7623ed4e0a
Introduced target 'atarixl'.

The target 'atarixl' is to be used for Atari XL (and better) machines.
It will disable the OS ROM and enable the Shadow RAM available on
those machine.

Note: This commit is only the inital step towards for this goal that just
replicates the target 'atari' as a starting point!
19 files changed:
asminc/stdio.inc
cfg/atarixl-overlay.cfg [new file with mode: 0644]
cfg/atarixl.cfg [new file with mode: 0644]
include/atari.h
include/conio.h
include/dirent.h
include/stdio.h
include/time.h
libsrc/Makefile
libsrc/dbg/dbg.c
src/ca65/main.c
src/cc65/main.c
src/common/target.c
src/common/target.h
testcode/lib/clock.c
testcode/lib/div-test.c
testcode/lib/ft.c
testcode/lib/mul-test.c
testcode/lib/strnicmp-test.c