From 2db7fab3c7b42a3cda308ddd9499a3fb8f51b3e0 Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Mon, 22 May 2023 08:58:54 +0200 Subject: [PATCH] upd README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3807ad..d9699df 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,6 @@ The SDRAM has its own custom DMA controller, using native Litedram interface to The Declaration ROM is in the subdirectory DeclROM and includes the driver needed for the unaccelerated framebuffer and the RAM Disk. It needs the [Retro68](https://github.com/autc04/Retro68) toolchain to build. -The code for the NuBusFPGAInit (which should be renamed) is in NuBusFPGAInit/, and will need a CodeWarrior INIT project to build, on a real Macintosh or an emulated one using e.g. Qemu. It enables graphic acceleration. \ No newline at end of file +The code for the NuBusFPGAInit (which should be renamed and enables acceleration) is in NuBusFPGAInit/, and will need a CodeWarrior INIT project to build, on a real Macintosh or an emulated one using e.g. Qemu. It enables graphic acceleration. + +The code for the Audio component (which enables audio support over HDMI) is in NuBusFPGAHDMIAudio/. \ No newline at end of file