Relesed TIC-80 0.28.0 dev
TIC-80 » Devlog
- official 80K RAM layout
you can access all the memory bypeek/poke
functions
+-----------------------------------+ | 80K RAM LAYOUT | +-------+-------------------+-------+ | ADDR | INFO | SIZE | +-------+-------------------+-------+ | 00000 | SCREEN | 16320 | | 03FC0 | PALETTE | 48 | | 03FF0 | PALETTE MAP | 8 | | 03FF8 | BORDER COLOR | 1 | | 03FF9 | SCREEN OFFSET | 2 | | 03FFB | GAMEPAD MASK | 1 | | 03FFC | GAMEPAD | 2 | | 03FFE | ... | 2 | | 04000 | SPRITES | 16384 | | 08000 | MAP | 32640 | | 0FF80 | PERSISTENT MEMORY | 28 | | 0FF9C | SOUND REGISTERS | 72 | | 0FFE4 | WAVEFORMS | 256 | | 100E4 | SFX | 4224 | | 11164 | MUSIC PATTERNS | 11520 | | 13E64 | MUSIC TRACKS | 408 | | 13FFC | MUSIC POS | 4 | | 14000 | ... | 0 | +-------+-------------------+-------+
TIC has 60 music patterns in total which can be assigned to any channel and any track
fixed bug with
sfx
api, you couldn't play effect on two channels at the same timeadd
import/export map
command to get the map as raw binary (240*136 bytes), also you can inject map from command linetic cart.tic -map world.map
added
X
Y
gamepad buttons handling (also you can configure binding inkeymap
)add gamepad mask to assign what buttons show and handle (
00111100
by0x03FFB
address will show LRAB only)add
frame
andloop
parameters tomusic
apimusic [track=-1] [frame=-1] [loop=true]
Loading cart and code via command line does not load the palette within the cart. #180
Files
tic_0.28.0.zip 1.2 MB
Jun 15, 2017
tic_32bit_0.28.0.tar.gz 1.4 MB
Jun 15, 2017
tic_64bit_0.28.0.tar.gz 1.5 MB
Jun 15, 2017
tic_0.28.0.dmg 1.4 MB
Jun 15, 2017
tic_0.28.0.apk 4.3 MB
Jun 15, 2017
Get TIC-80
Buy Now$10.00 USD or more
TIC-80
Fantasy computer for making, playing and sharing tiny games.
More posts
- TIC-80 tiny computer 1.1.2837Oct 22, 2023
- MacOS 10.13 supportsJul 29, 2021
- Released TIC-80 v0.90.1723 HotfixedJul 23, 2021
- Released TIC-80 v0.90.1706Jul 16, 2021
- Released TIC-80 v0.80.1344Sep 03, 2020
- Released TIC-80 tiny computer 0.70.2Aug 24, 2018
- Released TIC-80 tiny computer 0.70.1Aug 12, 2018
- Relesed TIC-80 0.60.3Jan 13, 2018
- TIC-80 0.60.0 in Beta testDec 24, 2017
- Relesed TIC-80 0.50.0Nov 24, 2017
Leave a comment
Log in with itch.io to leave a comment.