../../f256lib/bitmap.c
This commit is contained in:
parent
c820cdb25e
commit
97c924e4b0
2 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,7 @@ START=0x2000
|
||||||
|
|
||||||
echo "__f256_start = ${START};" > ${SETTINGS}
|
echo "__f256_start = ${START};" > ${SETTINGS}
|
||||||
|
|
||||||
CLANG="mos-f256k-clang -I${F256}/include -I${F256}/f256lib -Os"
|
CLANG="mos-f256k-clang -I${F256}/include -I${F256}/f256lib -Os -fno-inline"
|
||||||
|
|
||||||
${CLANG} -c ${F256}/f256lib/f256.c
|
${CLANG} -c ${F256}/f256lib/f256.c
|
||||||
${CLANG} -c pgztest.c
|
${CLANG} -c pgztest.c
|
||||||
|
|
|
@ -99,7 +99,8 @@ void text(void) {
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
f256Init();
|
f256Init();
|
||||||
text();
|
//text();
|
||||||
bitmap();
|
//bitmap();
|
||||||
|
bitmapReset(); // BOOM!
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue