php-terminal-nes-emulator:一个PHP终端NES模拟器

时间:2021-02-26 04:11:35
【文件属性】:
文件名称:php-terminal-nes-emulator:一个PHP终端NES模拟器
文件大小:8.68MB
文件格式:ZIP
更新时间:2021-02-26 04:11:35
PHP 用PHP编写的NES模拟器 基于 , 。 博客条目: : (日语) 要求 PHP> = 7.0 作曲家 NES rom 安装 $ git clone https://github.com/hasegawa-tomoki/php-terminal-nes-emulator.git $ cd php-terminal-nes-emulator $ composer install 跑 $ php boot.php your-rom-file.nes 与mapper 0 rom文件兼容。 如果要查看彩色图片,请使用'-cpng'选项运行。 $ php boot.php some.nes -cpng 您可以在./screen目录中看到漂亮的屏幕截图。 控制项 [W] [A] [D] [,] [.] [S] [N] [M] 信用 合法的 该项目的目的是研究PHP
【文件预览】:
php-terminal-nes-emulator-master
----.gitignore(28B)
----README.md(1KB)
----tests()
--------.gitkeep(0B)
----composer.lock(54KB)
----LICENSE(1KB)
----composer.json(865B)
----src()
--------Bus()
--------Ppu()
--------NesFile()
--------Debugger.php(348B)
--------Nes.php(4KB)
--------Enum.php(706B)
--------Cpu()
----demo.gif(8.8MB)
----boot.php(1KB)

网友评论