说明:特纳斯
用打字稿编写的NES模拟器,
用法
const emulator = new Emulator ( Uint8ArrayNESData , {
onFrame : frame => {
... // output image
} ,
onSample : volume => {
... // output audio
}
} ) ;
document . addEventListener ( 'keydown' , e => {
..
<weixin_42138545> 上传 | 大小:280kb