mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Update history in man pages
Fix format in LICENSE file. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -28,6 +28,7 @@ This also means you can't...
|
|||||||
|
|
||||||
Copyright (C) 1999 Justin Lloyd <jlloyd@imf.la> (?)
|
Copyright (C) 1999 Justin Lloyd <jlloyd@imf.la> (?)
|
||||||
|
|
||||||
|
```
|
||||||
DO WHATEVER PUBLIC LICENSE*
|
DO WHATEVER PUBLIC LICENSE*
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
@@ -40,6 +41,7 @@ Copyright (C) 1999 Justin Lloyd <jlloyd@imf.la> (?)
|
|||||||
and/or modify it under the terms of the DO WHATEVER PUBLIC LICENSE
|
and/or modify it under the terms of the DO WHATEVER PUBLIC LICENSE
|
||||||
|
|
||||||
Software originally created by Justin Lloyd @ http://otakunozoku.com/
|
Software originally created by Justin Lloyd @ http://otakunozoku.com/
|
||||||
|
```
|
||||||
|
|
||||||
# rgbds-linux
|
# rgbds-linux
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 26, 2015
|
.Dd April 8, 2017
|
||||||
.Dt RGBASM 1
|
.Dt RGBASM 1
|
||||||
.Os RGBDS Manual
|
.Os RGBDS Manual
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -90,4 +90,5 @@ and
|
|||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
.Nm
|
.Nm
|
||||||
was originally written by Carsten S\(/orensen as part of the ASMotor package,
|
was originally written by Carsten S\(/orensen as part of the ASMotor package,
|
||||||
and was later packaged in RGBDS by Justin Lloyd.
|
and was later packaged in RGBDS by Justin Lloyd. It is now maintained by a
|
||||||
|
number of contributors at https://github.com/rednex/rgbds.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 26, 2015
|
.Dd April 8, 2017
|
||||||
.Dt RGBFIX 1
|
.Dt RGBFIX 1
|
||||||
.Os RGBDS Manual
|
.Os RGBDS Manual
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -149,5 +149,5 @@ SurvivalKids.gbc
|
|||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
.Nm
|
.Nm
|
||||||
was originally released by Carsten S\(/orensen as a standalone program called
|
was originally released by Carsten S\(/orensen as a standalone program called
|
||||||
gbfix.
|
gbfix, and was later packaged in RGBDS by Justin Lloyd. It is now maintained by
|
||||||
It was later integrated with the ASMotor package, which became RGBDS.
|
a number of contributors at https://github.com/rednex/rgbds.
|
||||||
|
|||||||
@@ -102,3 +102,5 @@ The following will do nothing:
|
|||||||
was created by
|
was created by
|
||||||
.An stag019
|
.An stag019
|
||||||
to be included in RGBDS.
|
to be included in RGBDS.
|
||||||
|
It is now maintained by a number of contributors at
|
||||||
|
https://github.com/rednex/rgbds.
|
||||||
|
|||||||
21
src/rgbds.7
21
src/rgbds.7
@@ -30,6 +30,21 @@ To get a working ROM image from a single assembly source file:
|
|||||||
.Xr rgblink 1 ,
|
.Xr rgblink 1 ,
|
||||||
.Xr gbz80 7
|
.Xr gbz80 7
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
.Nm
|
.Bl -ohang
|
||||||
grew out of the ASMotor package released by Carsten S\(/orensen.
|
.It
|
||||||
It was first released as a Game Boy software package by Justin Lloyd.
|
1997, Carsten S\(/orensen (AKA SurfSmurf) writes ASMotor as a general-purpose
|
||||||
|
assembler/linker system for DOS/Win32.
|
||||||
|
.It
|
||||||
|
1999, Justin Lloyd (AKA Otaku no Zoku) adapts ASMotor to read and produce GBZ80
|
||||||
|
assembly/machine code, and releases this version as RGBDS.
|
||||||
|
.It
|
||||||
|
2009, Vegard Nossum adapts the code to be more UNIX-like and releases this
|
||||||
|
version as rgbds-linux on GitHub.
|
||||||
|
.It
|
||||||
|
2010, Anthony J. Bentley forks that repository. The fork becomes the reference
|
||||||
|
implementation of rgbds.
|
||||||
|
.It
|
||||||
|
2017, Bentley's repository is moved to a neutral name.
|
||||||
|
It is now maintained by a number of contributors at
|
||||||
|
https://github.com/rednex/rgbds
|
||||||
|
.El
|
||||||
|
|||||||
Reference in New Issue
Block a user