2,051
edits
(Add link to tile decoding routine kindly reversed by hennymcc.) |
m (Remove some periods and move some that are inside links outside of the link) |
||
Line 10: | Line 10: | ||
*The tiles are compressed using RLE | *The tiles are compressed using RLE | ||
**Format: | **Format: | ||
***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/tile_compression.txt Single compressed tile | ***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/tile_compression.txt Single compressed tile] | ||
***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/%23utopiasoft.EFNet.log Discussion of the compression | ***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/%23utopiasoft.EFNet.log Discussion of the compression] | ||
**Decoding: | **Decoding: | ||
***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/loom-decode.cpp Some code for decoding tiles from hennymcc | ***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/loom-decode.cpp Some code for decoding tiles from hennymcc] | ||
Currently the graphics resources are extracted by extract_loom_tg16 however the resource format is unknown. | Currently the graphics resources are extracted by extract_loom_tg16 however the resource format is unknown. | ||
Line 23: | Line 23: | ||
Research needs to be undertaken into the location and format of these sound resources. | Research needs to be undertaken into the location and format of these sound resources. | ||
A good place to start is [irc://irc.efnet.org/utopiasoft Efnet's #utopiasoft. | A good place to start is [irc://irc.efnet.org/utopiasoft Efnet's #utopiasoft]. | ||
Also wikipedia has some information on the TG16 hardware [http://en.wikipedia.org/wiki/TurboGrafx-16#Technical%20specifications here. | Also wikipedia has some information on the TG16 hardware [http://en.wikipedia.org/wiki/TurboGrafx-16#Technical%20specifications here]. | ||
David Shadoff also has an interesting page with some sound related documents [http://pages.interlog.com/~daves/pce_info/info.html here. | David Shadoff also has an interesting page with some sound related documents [http://pages.interlog.com/~daves/pce_info/info.html here]. | ||
== Useful Tools == | == Useful Tools == |
edits