From 6c9dbba88e7ff4d2f388094c4e670fefa07a215d Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Wed, 9 Oct 2019 18:21:04 -0500 Subject: [PATCH] Update home --- home.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/home.md b/home.md index ac994ca..1908d31 100644 --- a/home.md +++ b/home.md @@ -9,9 +9,12 @@ Welcome to **JoeyLib**! Future targets: -* Amiga * Atari ST +* Amiga (including CDTV and CD32) * Raspbian +* Pi Bare Metal +* Android +* iOS * DOS? * Acorn? @@ -21,7 +24,7 @@ With the Apple IIgs being the most limited of the supported platforms, much of J * 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 +* Back buffered rendering * Basic drawing primitives * High-speed tile blitting * Custom memory management @@ -30,6 +33,11 @@ With the Apple IIgs being the most limited of the supported platforms, much of J * Sound effects * Joystick/Gamepad/Keyboard input +Future Features: + +* Mouse Input +* Networking + # More Information * [Installation Instructions](Installation)