8000 Some more conio support · Issue #960 · cc65/cc65 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Some more conio support #960
Open
@Fabrizio-Caruso

Description

@Fabrizio-Caruso

The Atari Lynx target lacks conio (except for cgetc, which does not work correctly as reported in issue #959).

It seems to me that all building blocks for conio are already there because we have functions like tgi_outtextxy, tgi_setcolor and tgi_clear.
What is missing to have at least gotoxy and cputc?

We may just need two ZP locations for x and y cursor position and then we could just leverage on tgi_outtextxy to perform cputc and maybe cprintf.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0