Skip to content

Commit 0028131

Browse files
committed
2.3: Initial import of hardware.inc
0 parents  commit 0028131

File tree

2 files changed

+742
-0
lines changed

2 files changed

+742
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Gameboy Hardware definitions – `hardware.inc`
2+
3+
`hardware.inc` has been the standard include file containing Game Boy hardware definitions for use in [rgbds](https://github.com/rednex/rgbds) projects for over 20 years.
4+
5+
This repo is an attempt at version control. This is simply a kind of git mirror of the various flatfiles out there. I haven't written any of the actual code myself.
6+
7+
## Version history
8+
9+
The file was originally created by Jeff Frohwein in 1997, who still hosts [his latest version (2.3)](http://www.devrs.com/gb/files/hardware.zip) on his great [Dev'rs](http://devrs.com) website.
10+
11+
Although Jeff Frohwein tried to version control the file with a rudimentary change log at the top of the file, people have added small changes throughout the years, often without bumping the version number.
12+
13+
The most notable fork is by [@AntonioND](http://github.com/AntonioND), which is the one I've used as the mainline in this repo. Other forks will be added as branches, although I rarely know who made them.
14+
15+
## Contributors
16+
17+
* Jones (created the original `hardware.inc`, now lost)
18+
* Carsten Sorenson (whose ideas Jeff based his file on)
19+
* Jeff Frohwein
20+
* AntonioND
21+
* Probably lots of other people who have added to the file throughout the years

0 commit comments

Comments
 (0)