From 7e656cd07578c5c98ee0034b4c63238adafcc88a Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Sat, 1 Sep 2018 17:20:40 -0500 Subject: [PATCH] Update JoeyLib --- JoeyLib.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JoeyLib.md b/JoeyLib.md index 79e34a5..f3015d3 100644 --- a/JoeyLib.md +++ b/JoeyLib.md @@ -16,11 +16,12 @@ Future targets: With the Apple IIgs being the most limited of the supported platforms, much of JoeyLib was designed with it in mind. -# Features / Limitations +# Features * 4-bit color (16 colors, default palette is the [EGA Palette](https://en.wikipedia.org/wiki/Enhanced_Graphics_Adapter#Color_palette)) * 4-bits per pixel * Double buffered rendering +* Basic drawing primitives * High-speed tile blitting * Custom memory management * Custom image format support (and conversion tools)