From 7913f6bced480cf8813f68d7d4dfeede1b62f4cd Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Sun, 26 Jun 2022 13:27:33 +0200 Subject: [PATCH] upadte README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c5b5e3..afd221e 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ The goal of this repository is to be able to interface a modern (2021 era) [FPGA First prototype is working in a Quadra 650. It implements a basic single-resolution, depth-switchable (1/2/4/8/16/32 bits) framebuffer over HDMI. The framebuffer can be used as secondary/primary/only framebuffer in the machine running OS8.1. QEmu tests indicate this should work with 7.1 & 7.5/7.6 as well. -Some basic acceleration now exists for 8/16/32 bits, doing rectangle screen-to-screen blits and solid rectangle fills. \ No newline at end of file +Some basic acceleration now exists for 8/16/32 bits, doing rectangle screen-to-screen blits and pattern rectangle fills. + +There's also a basic RAM Disk using the 248 MiB of SDRAM not used by the framebuffer.