1
0
mirror of https://github.com/tilleul/apple2.git synced 2025-02-12 18:30:45 +00:00

Update apple2_hires.md

This commit is contained in:
tilleul 2021-01-15 22:06:25 +01:00 committed by GitHub
parent 411c3d62df
commit a515773d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
* [Use case #1: displaying tiles](#use-case-1-displaying-tiles)
* [Use case #2: clearing the screen](#use-case-2-clearing-the-screen)
* [Use case #3: side-scrolling](#use-case-3-side-scrolling)
* [Hires colors: some possibilities, lots of limitations](#apple-hires-colors-some-possibilities-lots-of-limitations]
* [Hires colors: some possibilities, lots of limitations](#apple-hires-colors-some-possibilities-lots-of-limitations)
* [Hires rules part 1: first limitations](#hires-rules-part-1-first-limitations)
* [Hires rules part 2: more limitations](#hires-rules-part-2-more-limitations)
* [Hires rules part 3: more colors but more limitations](#hires-rules-part-3-more-colors-but-more-limitations)
* [Hires rules part 4: is that 560 pixels horizontally ?](#hires-rules-part-4-is-that-560-pixels-horizontally)
* [Hires rules part 4: is that 560 pixels horizontally ?](#hires-rules-part-4-is-that-560-pixels-horizontally-)
## Introduction