diff --git a/tape-playlist.lua b/tape-playlist.lua index 13f762d..a03d408 100644 --- a/tape-playlist.lua +++ b/tape-playlist.lua @@ -46,6 +46,7 @@ function() for i = 1, 48 do local offset = read32() local length = read32() + local title = drive.read(117) print(string.format("%d: %d + %d", i, offset, length)) table.insert(table_of_contents, { title = "", -- TODO