From 4196c776cee0c49225f9f536f49cb0e9cf7d0e26 Mon Sep 17 00:00:00 2001 From: Andress Barajas Date: Mon, 18 Nov 2024 22:53:56 -0800 Subject: [PATCH] Added enhancements.md to log differences between KOS and KOSU --- ENHANCEMENTS.md | 16 ++++++++++++++++ README.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 ENHANCEMENTS.md diff --git a/ENHANCEMENTS.md b/ENHANCEMENTS.md new file mode 100644 index 0000000000..08a0039f1a --- /dev/null +++ b/ENHANCEMENTS.md @@ -0,0 +1,16 @@ +# Bug/Warning Fixes # + + • Fixed X32 strided textures. + • Fixed Doxygen warnings. + • Fixed GCC 8.5.0 (ARM [AICA]) compiler errors. + +# New Features # + + • Added PVR DMA (separate from TA DMA). + • Added Raylib examples and Raytris. + • Added mkdcdisc to utils. + • Repo now hosts its own Documentation and Wiki. + +# Workflow Improvements # + + • Added CI to generate and check PRs for documentation errors/warnings. \ No newline at end of file diff --git a/README.md b/README.md index c771561239..1cb5f0396e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ This fork of KallistiOS [KOS](https://github.com/KallistiOS/KallistiOS) is here to stay in sync with the official version while also adding our own mix of fixes, new features, libraries, and examples. Our goal is to include things that might not fit into the main project due to different creative approaches, giving developers a bit more flexibility and room to experiment in the Dreamcast dev scene. +A comprehensive list of enhancements and differences are available [HERE](https://github.com/KallistiOSUnchained/KallistiOS/blob/master/ENHANCEMENTS.md). + # Overview KallistiOS is a development library and operating system for the Sega Dreamcast game console, developed independently from Sega entirely by free software developers. Its flexible permissive license allows both homebrew and commercial use with little restrictions besides proper attribution. As a result, it powers most homebrew and commercial indie releases for the platform. Interfaces and drivers are included for a significant portion of the Dreamcast's hardware capabilities and accessories, including modifications created by hobbyists.