jblang / TMS9918A

TMS9918A video card for RC2014
https://hackaday.io/project/159057-game-boards-for-rc2014
127 stars 21 forks source link

z88dk-lib initial commit #3

Open feilipu opened 5 years ago

feilipu commented 5 years ago

Created an initial structure for z88dk-lib tool support.

zcc +rc2014 -lm -x -clib=new @tms.lst -o tms
zcc +rc2014 -lm -x -clib=sdcc_ix @tms.lst -o tms
zcc +rc2014 -lm -x -clib=sdcc_iy @tms.lst -o tms

What is not done is to customise the individual c wrappers for uint8_t vs uint16_t for SCCZ80. This is the next job.

But, as is, it should produce the same result as for the stand alone sdcc_iy version. This result should be checked before further progress.