文件名称:jsnes:JavaScript NES模拟器
文件大小:122KB
文件格式:ZIP
更新时间:2024-02-24 09:20:16
javascript emulator emulation nes 6502
杰尼斯 JavaScript NES模拟器。 这是一个在浏览器和Node.js中均可使用的库。 浏览器用户界面可从。 安装 对于Node.js或Webpack: $ npm install jsnes (或者用yarn add jsnes 。) 在浏览器中,您可以使用 : < script type =" text/javascript " src =" https://unpkg.com/jsnes/dist/jsnes.min.js " > </ script > 用法 // Initialize and set up outputs var nes = new jsnes . NES ( { onFrame : function ( frameBuffer ) { // ... write frameBuffer to screen } , onAudioSample : function ( left , right ) { // ... play audio sample } } ) ; // Read ROM data from di
【文件预览】:
jsnes-master
----.gitignore(51B)
----README.md(3KB)
----.github()
--------dependabot.yml(208B)
----test()
--------nes.spec.js(2KB)
----LICENSE(11KB)
----package.json(860B)
----src()
--------ppu.js(49KB)
--------tile.js(5KB)
--------papu.js(37KB)
--------mappers.js(38KB)
--------index.js(86B)
--------nes.js(5KB)
--------utils.js(622B)
--------rom.js(6KB)
--------controller.js(548B)
--------cpu.js(53KB)
----roms()
--------lj65()
--------croom()
----AUTHORS.md(390B)
----example()
--------README.md(134B)
--------nes-embed.js(4KB)
--------InterglacticTransmissing.nes(40KB)
--------nes-embed.html(663B)
----.npmignore(17B)
----.travis.yml(414B)
----webpack.config.js(686B)
----yarn.lock(102KB)
----.eslintrc.json(252B)