neko-test:SNES示例项目展示了Neko库的用法

时间:2021-05-10 02:16:19
【文件属性】:
文件名称:neko-test:SNES示例项目展示了Neko库的用法
文件大小:19KB
文件格式:ZIP
更新时间:2021-05-10 02:16:19
snes 65816 65816-assembly snes-programming Assembly Neko库测试ROM 该存储库包含用于简单测试ROM的文件,该文件演示了如何使用。 检查链接以获取有关库例程的更多详细信息。 构建测试ROM 有一个makefile应该照顾它。 简单克隆代码并使用make进行构建: $ git clone --recursive https://github.com/georgjz/neko-test.git $ cd neko-test $ make Neko库文件的文件作为子模块包含在内。 在makefile的开头,可以设置两个选项: # Edit this portion to fit your project MMAP = MemoryMap.cfg # memory map file needed by ld65 linker BUILDNAME = NekoCradle.smc # name of the final R
【文件预览】:
neko-test-master
----.gitignore(34B)
----neko()
--------init()
--------Neko.s(21KB)
--------gfx()
--------GameConstants.inc(1KB)
--------NekoTest.s(4KB)
--------Neko.inc(1KB)
--------memory()
----LICENSE.md(1KB)
----MemoryMap.cfg(799B)
----.gitmodules(106B)
----gfx()
--------NekoPalette.pal(32B)
--------ChessPalette.pal(12B)
--------ChessTileMap.map(2KB)
--------ChessTileSet.vra(8KB)
--------NekoSpriteSheet.vra(16KB)
----README.md(2KB)
----makefile(2KB)
----nekolibrary()

网友评论