1
0
mirror of https://github.com/cc65/cc65.git synced 2026-03-11 23:42:18 +00:00
Files
cc65/doc
Colin Leroy-Mira 816666615b Apple2: Make 80-columns support dynamic on apple2 target
Add a machinetype identifier to help us quickly identify
Apple //e (bit 7) and //e enhanced (bit 6).

Use it in conio functions for 80-columns code instead of
relying entirely on the __APPLE2ENH__ target.

Move videomode() to the apple2 target, and have it return
an error if 80-columns hardware is not available - this
is a lie for now, it is considered available on //e enhanced,
which may not be true, and not available on //e, which
may also be not true. An ulterior patch will make that
check correctly.

Adapt the box/line drawing characters so that one can use
MouseText on the apple2 target if it is available, by
defining DYN_DRAW_BOX. No change by default: MouseText is
considered available on apple2enh and not available on
apple2.
2025-05-27 19:03:20 +02:00
..
2025-04-28 11:58:53 +02:00
2025-04-06 18:49:11 +02:00
2024-08-10 15:12:34 +02:00
2025-04-06 18:49:11 +02:00
2023-12-31 10:14:53 -08:00
2024-06-13 21:00:40 -05:00
2025-01-01 18:26:11 +01:00
2023-05-04 22:21:36 +02:00
2023-05-19 16:32:09 +02:00
2023-11-17 11:08:51 -08:00
2023-11-17 11:08:51 -08:00
2023-11-08 11:13:31 +01:00
2023-01-04 12:14:37 +02:00
2025-01-01 18:31:57 +01:00