From 3aeaa36a58a111a2adc2080df4965703b5080a6c Mon Sep 17 00:00:00 2001 From: polluks2 <74630735+polluks2@users.noreply.github.com> Date: Sat, 22 Jan 2022 01:04:08 +0100 Subject: [PATCH] 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 ```` --- samples/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/readme.txt b/samples/readme.txt index 56b275764..11326146b 100644 --- a/samples/readme.txt +++ b/samples/readme.txt @@ -68,10 +68,10 @@ Platforms: Runs on all platforms that support conio, which means: Name: mandelbrot Description: A mandelbrot demo using integer arithmetic. The demo was written by groepaz, and converted to cc65 using TGI graphics - by Stephan Haubenthal. + by Stefan Haubenthal. Platforms: Runs on all platforms that have TGI support: Apple ][, Atari, C64, C128, Oric Atmos and Telestrat, GEOS, - NES, and Lynx. + and NES. ----------------------------------------------------------------------------- Name: mousedemo