FreeCalypso > hg > fc-magnetite
view components/frame_na7_db_fl @ 448:e56e74e8b730
R2D C139 C-Sample emulation: fixed off-by-one error
that was causing the garbage in the upper left corner of the display
and also caused everything to be shifted by one pixel
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 29 Jan 2018 06:24:55 +0000 |
parents | 154011ef41b1 |
children | ff91db8c9eb8 |
line wrap: on
line source
# Building frame_na7_db_fl.lib using the GPF source bits we got with TCS3.2 CFLAGS="-mw -x -pw2 -o3 -me -mt -g -mn" # Defines CPPFLAGS="-DNU_DEBUG -D_FF_RV_EXIST_ -DRUN_FLASH" CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_" # Includes CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/frame" CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc" CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc/arm7" CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" CPPFLAGS="$CPPFLAGS -I$SRC/gpf2/tst" # Source modules SRCDIR=$SRC/gpf3/frame cfile_plain $SRCDIR/frame.c cfile_plain $SRCDIR/vsi_sem.c cfile_plain $SRCDIR/vsi_com.c cfile_plain $SRCDIR/vsi_mem.c cfile_plain $SRCDIR/vsi_tim.c cfile_plain $SRCDIR/vsi_mis.c cfile_plain $SRCDIR/vsi_drv.c cfile_plain $SRCDIR/vsi_trc.c cfile_plain $SRCDIR/vsi_pro.c cfile_plain $SRCDIR/xalert.c cfile_plain $SRCDIR/route.c cfile_plain $SRCDIR/prf_func.c cfile_plain $SRCDIR/frm_ext.c cfile_plain $SRCDIR/frame_version.c