implement preprocessor for tsf format

This commit is contained in:
zefie
2025-02-23 12:02:30 -05:00
parent 02187ec813
commit d3d4728ac5
4 changed files with 296 additions and 11 deletions

View File

@@ -22,7 +22,6 @@ wtv-system-version: 7181
wtv-capability-flags: 10935ffc8f
wtv-client-bootrom-version: 2046
wtv-client-rom-type: bf0app
wtv-open-access: true
wtv-system-chipversion: 51511296
User-Agent: Mozilla/4.0 WebTV/2.2.6.1 (compatible; MSIE 4.0)
wtv-encryption: true
@@ -30,6 +29,7 @@ wtv-script-id: 0
wtv-script-mod: 0
`
//wtv-open-access: true
//wtv-client-rom-type: US-LC2-disk-0MB-8MB
@@ -62,7 +62,7 @@ client.on('data', (chunk) => {
telly = new WTVTellyScript(accumulatedBuffer)
console.log(telly.packed_header)
console.log(telly.raw_data)
// console.log(telly.raw_data)
// Optionally, close the connection after receiving data
client.end();
});