mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
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 ````
This commit is contained in:
parent
06725c166e
commit
3aeaa36a58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user