diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-01-23 23:09:10 -0600 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-01-23 23:09:10 -0600 |
commit | ac62118e2a032ed1c61161084da6ad2b6f9fb81b (patch) | |
tree | d3a708ff21765aad652bf675773a59267ed366d0 /licenses/VGBA | |
parent | 6a6063d47d5fec867e12c23aa636bbbab8e45865 (diff) | |
download | packages-ac62118e2a032ed1c61161084da6ad2b6f9fb81b.tar.gz packages-ac62118e2a032ed1c61161084da6ad2b6f9fb81b.tar.bz2 packages-ac62118e2a032ed1c61161084da6ad2b6f9fb81b.tar.xz packages-ac62118e2a032ed1c61161084da6ad2b6f9fb81b.zip |
Add licenses, too
Diffstat (limited to 'licenses/VGBA')
-rw-r--r-- | licenses/VGBA | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/licenses/VGBA b/licenses/VGBA new file mode 100644 index 000000000..808068403 --- /dev/null +++ b/licenses/VGBA @@ -0,0 +1,14 @@ +Unix + I have compiled VGBA for several different flavors of Unix and made the binaries available +for free at the VGBA homepage. The current VGBA-Unix has several important requirements +though: + +* Current VGBA core code will only run on low-endian systems. This excludes SPARC, + 680x0, and some other architectures from the list of possible ports. I'm hoping to add + high-endian support in the future. +* As GBA video hardware is capable of displaying 32768 colors, and GBA programs use + this capability extensively, I am only providing VGBA-Unix binary compiled for the 16bit + color. If your Xserver is unable to support this resolution, VGBA-Unix will not run on it. +* Since version 1.2, VGBA-Unix uses threaded sound driver. This means that your Unix + must support POSIX Threads, or VGBA-Unix will not run. On the systems with optional threads + support, please, add this support prior to running VGBA-Unix. |