mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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
baa582ac0b
commit
a270a56a71
@ -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…
x
Reference in New Issue
Block a user