Article History
 
 
 
Discussion
 
5778 views
 
28% Lint_Huffer
tic80 (format) View Raw Firki
 

::|CONTENTS

  1. TIC-80
  2. Voting
  3. Programming
  4. Specification
  5. Sound Chip

TIC-80



The TIC-80 tiny computer is free a "fantasy computer," or a mini virtual computer with its own OS. It is designed to create small video games. It is limited in size and power. You can download it or use it online here.


Voting



To load .tic files on Windows, download and extract the executable from the link above and drag the .tic on the exe.

Programming



TIC-80 supports Lua, Moonscript, Javascript, Fennel, and Wren.
The full wiki can be found here.


Specification



Display - 240x136 pixels, 16-color palette
Input - 4 gamepads with 8 buttons / mouse / keyboard
Sprites - 256 8x8 foreground sprites and 256 8x8 background tiles
Map - 240x136 cells, 1920x1088 pixels (240*8 x 136*8)
Sound - 4 channels (with editable waveform envelopes)
Code - 64KB (or 512KB in PRO bankswitching)
Bankswitching - Up to 8 banks in cart (PRO version only)

Sound Chip




TIC-80 has four audio channels supplied by its virtual sound chip. These are updated by the sfx() and music() functions in the TIC-80 API. But you can also use poke() and poke4() to make noises.

The music is usually created with the built-in audio editors, but one can code their own music driver and write to the audio ram.

Every frame (60hz), on all 4 audio channels, the 4 bit, 32 length waveform can be changed, which could theoretically be used to produce dynamic sound using various audio synthesis methods.

 
C A T E G O R I E S
 
 
Battle Formats