-
-
Notifications
You must be signed in to change notification settings - Fork 488
PRO Version
Skeptim edited this page May 19, 2024
·
5 revisions
To help support TIC-80 development, we have a PRO Version. This version has a few additional features and binaries can only be downloaded via our Itch.io page.
Please, consider supporting the developer by buying the PRO version or by becoming a sponsor.
For users who can't spend the money, we made it easy to build the pro version from the source code: (cmake .. -DBUILD_PRO=On
)
- Save/load cartridges in text format, and create your game in any external editor you want, also useful for version control systems.
- Even more memory banks: instead of having only 1 memory bank you have 8. You can switch banks in the editors or in code using sync. The code is not split into banks to you get 8 times longer code size directly in the editor.
- Export your game without editors, and then publish it to app stores using the
alone=1
parameter of the export command.
TIC-80 tiny computer https://tic80.com | Twitter | Telegram | Terms
Built-in Editors
Console
Platform
RAM & VRAM | Display | Palette | Bits per Pixel (BPP) |
.tic
Format | Supported Languages
Other
Tutorials | Code Snippets | Libraries | External Tools | FFT
API
- BDR (0.90)
- BOOT (1.0)
- MENU
- OVR (deprecated)
- SCN (deprecated)
- TIC
- btn & btnp
- circ & circb
- clip
- cls
- elli & ellib (0.90)
- exit
- fget & fset (0.80)
- font
- key & keyp
- line
- map
- memcpy & memset
- mget & mset
- mouse
- music
- peek, peek4
- peek1, peek2 (1.0)
- pix
- pmem
- poke, poke4
- poke1, poke2 (1.0)
- rect & rectb
- reset
- sfx
- spr
- sync
- ttri (1.0)
- time
- trace
- tri & trib (0.90)
- tstamp (0.80)
- vbank (1.0)