Add more details

This commit is contained in:
Godzil 2019-09-27 17:35:26 +01:00
parent eb5c025b54
commit 267cb16fc1
2 changed files with 14 additions and 3 deletions

View File

@ -56,7 +56,7 @@
"tiles": {
"bpp": 1,
"count": 12,
"data": "samplesplash_tiles.bin"
"binfile": "samplesplash_tiles.bin"
},
"tilemap": {
"vertical": {
@ -69,7 +69,7 @@
},
"height": 6,
"width": 6,
"data": "samplesplash_tilemap.bin"
"binfile": "samplesplash_tilemap.bin"
},
"vblankCode": {
"asm": "samplesplasg_vblank.asm"
@ -79,7 +79,8 @@
"channeldata": {
"ch0": "wonderwhat_ch0.bin",
"ch1": "wonderwhat_ch1.bin",
"ch2": ""
"ch2": "",
"ch3": ""
}
}
}

View File

@ -62,4 +62,14 @@ struct bootsplash_t
uint16_t soundChannelDataOffset[3]
};
Sounds seems to be
uint32_t
duration (8 bit) (in vblank)
Volume (8bit)
Pitch (16bit)
if pitch bit 7 is set then the channel is stopped.
"""