FreeCalypso > hg > fc-selenite
diff components/main @ 167:5b0e7f9b3d05
components: new -D additions from Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 19 Jun 2019 03:57:35 +0000 |
parents | 746db8fa3398 |
children |
line wrap: on
line diff
--- a/components/main Sun Apr 07 00:56:07 2019 +0000 +++ b/components/main Wed Jun 19 03:57:35 2019 +0000 @@ -91,6 +91,13 @@ ASMFLAGS="$ASMFLAGS -dC155_TARGET=0" fi +if [ "$RF" = 12 ] +then + ASMFLAGS="$ASMFLAGS -dVCXO_26MHZ=1" +else + ASMFLAGS="$ASMFLAGS -dVCXO_26MHZ=0" +fi + asm_file $SRCDIR/int.s fi