FreeCalypso > hg > fc-selenite
comparison 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 |
comparison
equal
deleted
inserted
replaced
166:7409b22cac61 | 167:5b0e7f9b3d05 |
---|---|
89 ASMFLAGS="$ASMFLAGS -dC155_TARGET=1" | 89 ASMFLAGS="$ASMFLAGS -dC155_TARGET=1" |
90 else | 90 else |
91 ASMFLAGS="$ASMFLAGS -dC155_TARGET=0" | 91 ASMFLAGS="$ASMFLAGS -dC155_TARGET=0" |
92 fi | 92 fi |
93 | 93 |
94 if [ "$RF" = 12 ] | |
95 then | |
96 ASMFLAGS="$ASMFLAGS -dVCXO_26MHZ=1" | |
97 else | |
98 ASMFLAGS="$ASMFLAGS -dVCXO_26MHZ=0" | |
99 fi | |
100 | |
94 asm_file $SRCDIR/int.s | 101 asm_file $SRCDIR/int.s |
95 | 102 |
96 fi | 103 fi |
97 | 104 |
98 # a couple of assembly modules for the gcc-built version | 105 # a couple of assembly modules for the gcc-built version |