All Projects → tursilion → libti99

tursilion / libti99

Licence: other
GCC Library for the TI-99/4A

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to libti99

TMS9918
Various documents for the TMS9918 VDP
Stars: ✭ 42 (+121.05%)
Mutual labels:  ti994a

(n/a)

This library is released by Tursi aka Mike Brent for TI-99/4A coding via GCC. It is released to the public domain with no restrictions (but credit would be nice if you use it). Likewise, I make no guarantees or promises!

Documentation is found in each of the .h files. The .h files are briefly described here:

  • grom.h - helper definitions and functions for accessing GROM
  • kscan.h - include file for using the console's kscan code (including joysticks)
  • player.h - include file for using my compressed VGM audio player
  • sound.h - helper definitions for the sound chip and console sound interrupt player
  • vdp.h - helper definitions and functions for the VDP and console interrupt
  • puff.h - deflate implementation - from the zlib library and created by Mark Adler - [email protected]
  • conio.h - console functions (including cprintf) for basic screen I/O
  • files.h - dsrlnk and related functions and constants for native TI device IO.
  • math.h - numeric functions (sqrt, abs)
  • string.h - string manipulation and conversion functions
  • system.h - halt and exit functions

Note that the current version of puff has all error handling disabled, it just calls halt(). So test your streams before using it!

The GCC patches and build instructions (not related to this lib) are here: http://atariage.com/forums/topic/164295-gcc-for-the-ti/page__st__125

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].