Greg King
|
9f2d27d9c1
|
Added Atari Lynx versions of three sample programs.
The Lynx target can't build the usual versions because its library doesn't have conio output and stdio.
|
2022-03-19 01:21:52 -04:00 |
|
mrdudz
|
4e5b521903
|
move some things from targettest to samples
|
2022-02-05 16:55:57 +01:00 |
|
polluks2
|
3aeaa36a58
|
Wrong platform
There was no conio for Lynx
````
../bin/ld65 -o mandelbrot -t lynx -m mandelbrot.map mandelbrot.o lynx.lib
mandelbrot.s:516: Error: Unresolved external '_clrscr'
conio/vcprintf.s:85: Error: Unresolved external '_cputc'
conio/cputs.s:25: Error: Unresolved external '_cputc'
conio/cputs.s:15: Error: Unresolved external 'gotoxy'
ld65: Error: 3 unresolved external(s) found - cannot create output file
make: *** [mandelbrot] Error 1
````
|
2022-01-22 01:04:08 +01:00 |
|
mrdudz
|
4f87c7cc64
|
move samples that only work for a specific target into subdirs named the same as the target
|
2021-10-23 01:18:17 +02:00 |
|
mrdudz
|
eb87c6d373
|
rename README to readme.txt
|
2020-09-29 18:54:30 +02:00 |
|