{"id":18823900,"url":"https://github.com/h1romas4/noborunoca","last_synced_at":"2026-03-07T10:31:54.175Z","repository":{"id":38474874,"uuid":"492258187","full_name":"h1romas4/noborunoca","owner":"h1romas4","description":"MSX Game \"NOBORUNOCA\"","archived":false,"fork":false,"pushed_at":"2025-12-23T12:43:45.000Z","size":830,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-23T17:53:22.624Z","etag":null,"topics":["msx","ym2149","z88dk"],"latest_commit_sha":null,"homepage":"https://another.maple4ever.net/archives/3023/","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h1romas4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-05-14T15:43:56.000Z","updated_at":"2025-12-23T12:43:49.000Z","dependencies_parsed_at":"2023-10-12T14:39:21.327Z","dependency_job_id":"60dcbdfe-5f1b-468b-ad4a-5b34f0361deb","html_url":"https://github.com/h1romas4/noborunoca","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/h1romas4/noborunoca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1romas4%2Fnoborunoca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1romas4%2Fnoborunoca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1romas4%2Fnoborunoca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1romas4%2Fnoborunoca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h1romas4","download_url":"https://codeload.github.com/h1romas4/noborunoca/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1romas4%2Fnoborunoca/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"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":["msx","ym2149","z88dk"],"created_at":"2024-11-08T00:54:58.985Z","updated_at":"2026-03-07T10:31:54.144Z","avatar_url":"https://github.com/h1romas4.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MSX Game \"NOBORUNOCA\"\n\n![](https://github.com/h1romas4/noborunoca/workflows/Build/badge.svg) ![](https://github.com/h1romas4/noborunoca/workflows/Release/badge.svg)\n\n![](https://raw.githubusercontent.com/h1romas4/noborunoca/main/docs/noborunoca-01.png)\n\n🎮 [Let's Play! by WebMSX](https://webmsx.org/?MACHINE=MSX2J\u0026ROM=https://github.com/h1romas4/noborunoca/releases/download/v1.0.1/noborunoca.rom)\n\n📼 [YouTube Video](https://www.youtube.com/watch?v=SFgWwkPuj2M)\n\n## License\n\nMIT License\n\nIncludes all source code and resources.\n\n## Special Thanks\n\n- [Z88DK - The Development Kit for Z80 Computers](https://github.com/z88dk/z88dk) - Compiler and toolchain\n- [Lovely Composer](https://1oogames.itch.io/lovely-composer) - Music Sequencer\n- [@aburi6800](https://github.com/aburi6800) - MSX Sound Driver and Convertor\n- [MAME](https://www.mamedev.org/) - Emulator\n- [openMSX](https://openmsx.org/) - Emulator\n- [C-BIOS](http://cbios.sourceforge.net/) - MSX Open Source BIOS\n\n## Build\n\n### Require\n\n- Ubuntu 20.04 LTS or Ubuntu 22.04 LTS or Windows WSL2\n- Setup [Z88DK](https://github.com/z88dk/z88dk/wiki/installation#linux--unix)\n- cmake (`sudo apt install cmake`)\n\nSet enviroments on `~/.bashrc`\n\n```\n# z88dk\nexport Z88DK_HOME=/home/hiromasa/devel/msx/z88dk\nexport ZCCCFG=${Z88DK_HOME}/lib/config\nexport PATH=${Z88DK_HOME}/bin:${PATH}\n```\n\nVerifiy\n\n```\n$ which zcc\n/home/hiromasa/devel/msx/z88dk/bin/zcc\n$ ls -laF ${ZCCCFG}/msx.cfg\n-rw-rw-r-- 1 hiromasa hiromasa 1035  9月  1 12:10 /home/hiromasa/devel/msx/z88dk/lib/config/msx.cfg\n$ zcc 2\u003e\u00261 | head -5\nzcc - Frontend for the z88dk Cross-C Compiler - v18586-be7c8763a-20210901\n\nUsage: zcc +[target] {options} {files}\n   -v -verbose                  Output all commands that are run (-vn suppresses)\n   -h -help                     Display this text\n```\n\n### Build\n\nCompile\n\n```\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_TOOLCHAIN_FILE=../cmake/z88dk.cmake ..\nmake\n```\n\nVerifiy\n\n```\nls -laF ../dist/*.rom\n-rw-rw-r-- 1 hiromasa hiromasa  16384  9月  3 18:13 noborunoca.rom\n```\n\n## See also\n\n\u003e Z88DK MSX build template with sample game\n\u003e\n\u003e https://github.com/h1romas4/z88dk-msx-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1romas4%2Fnoborunoca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh1romas4%2Fnoborunoca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1romas4%2Fnoborunoca/lists"}