From 29ece2940d785f79498e6a044843b091b88e5b39 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:39:19 +0100 Subject: [PATCH] Mention ASMotor's continued development (#1643) --- README.md | 5 ++++- man/rgbds.7 | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1664c26..ae523e8d 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,12 @@ The RGBDS source code file structure is as follows: this version as [rgbds-linux](https://github.com/vegard/rgbds-linux). - 2010-01-12: Anthony J. Bentley [forks](https://github.com/bentley) Nossum's repository. The fork becomes the reference implementation of RGBDS. +- 2010-09-25: Sørensen continues development of + [ASMotor](https://github.com/asmotor/asmotor) to this day. - 2015-01-18: stag019 begins implementing [RGBGFX](https://github.com/stag019/rgbgfx), a PNG‐to‐Game Boy graphics converter, for eventual integration into RGBDS. -- 2016-09-05: RGBGFX is [integrated](https://github.com/gbdev/rgbds/commit/c3c31138ddbd8680d4e67957e387f2816798a71b) +- 2016-09-05: RGBGFX is + [integrated](https://github.com/gbdev/rgbds/commit/c3c31138ddbd8680d4e67957e387f2816798a71b) into Bentley's repository. - 2017-02-23: Bentley's repository is moved to the [rednex](https://github.com/rednex) organization. diff --git a/man/rgbds.7 b/man/rgbds.7 index b42bb2e9..92b825dd 100644 --- a/man/rgbds.7 +++ b/man/rgbds.7 @@ -51,6 +51,10 @@ adapts the code to be more UNIX-like and releases this version as rgbds-linux. forks Nossum's repository. The fork becomes the reference implementation of RGBDS. .It +2010-09-25: S\(/orensen continues development of +.Lk https://github.com/asmotor/asmotor ASMotor +to this day. +.It 2015-01-18: .An stag019 begins implementing RGBGFX, a PNG‐to‐Game Boy graphics converter, for eventual integration into RGBDS.