{"id":28520263,"url":"https://github.com/aburi6800/pletter-patch","last_synced_at":"2026-04-29T15:04:43.939Z","repository":{"id":289977276,"uuid":"972969221","full_name":"aburi6800/pletter-patch","owner":"aburi6800","description":"A patch to fix the decompression process of `Pletter`, a compression and decompression package for MSX, for z88dk.","archived":false,"fork":false,"pushed_at":"2025-05-18T04:08:20.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T14:44:13.344Z","etag":null,"topics":["assembly","msx","z80","z88dk"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aburi6800.png","metadata":{"files":{"readme":"README.ja.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-26T01:43:59.000Z","updated_at":"2025-05-18T04:08:23.000Z","dependencies_parsed_at":"2025-07-02T14:38:07.237Z","dependency_job_id":"5d8bdc4d-4cb8-497e-bc67-40e642b93591","html_url":"https://github.com/aburi6800/pletter-patch","commit_stats":null,"previous_names":["aburi6800/pletter-patch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aburi6800/pletter-patch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fpletter-patch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fpletter-patch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fpletter-patch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fpletter-patch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aburi6800","download_url":"https://codeload.github.com/aburi6800/pletter-patch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fpletter-patch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32430804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assembly","msx","z80","z88dk"],"created_at":"2025-06-09T07:01:20.871Z","updated_at":"2026-04-29T15:04:43.922Z","avatar_url":"https://github.com/aburi6800.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[ [English](README.md) | [日本語](README.ja.md) ]\n\n---\n\n# Pletter unpacker for z88dk\n\nオリジナル:  \nhttps://github.com/nanochess/Pletter/tree/master  \nCopyright (c) 2002-2003 Team Bomba  \n\nz88dk用パッチ:  \nCopyright (c) 2025 aburi6800  \n\n\u003cbr\u003e\n\n## .asmソースへのパッチ\n\n元のunpack.asmにパッチを適用します。  \n\n例：\n```shell\npatch unpack.asm unpack.patch\n```\n\n\u003cbr\u003e\n\n## 圧縮データのインポート\n\n圧縮されたデータは、次のようにして.asmファイルにインポートします。  \n\n例：\n```asm\nSECTION rodata_user\nPUBLIC _COMPDATA\n\n_COMPDATA:\nINCBIN \"COMPDATA.BIN\"\n```\n\n\u003cbr\u003e\n\n## Cプログラムからの使用方法\n\n`unpack.h`をインクルードして使用します。  \n\n例:\n```C\n#include \"../include/unpack.h\"\n\n// Compless data\nextern uint8_t COMPDATA[];\n\nvoid main()\n{\n    unpack(COMPDATA, dist);\n}\n```\n\n\u003cbr\u003e\n\n## アセンブラプログラムからの使用方法\n\nアセンブラプログラムからの呼び出し方については、オリジナルのドキュメントを参照。  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburi6800%2Fpletter-patch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faburi6800%2Fpletter-patch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburi6800%2Fpletter-patch/lists"}