# NES模拟器 **Repository Path**: zeng_ge/nes-simulator ## Basic Information - **Project Name**: NES模拟器 - **Description**: 用 Typescript 编写一个模拟器 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-07-30 - **Last Updated**: 2024-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZG NES 使用 Typescript 编写的NES模拟器。 大部分代码来自 [tsnes](https://github.com/qpalzmqaz123/tsnes/tree/master) 声音合成代码使用的是 [Blip_Buf](https://code.google.com/archive/p/blip-buf) 以下进行安装测试 ``` > npm install > npm run watch ``` 然后运行 `dist/index.html` 即可 主要测试代码在 `src/Test/Index.ts` 测试ROM https://www.nesdev.org/wiki/Emulator_tests#CPU https://github.com/christopherpow/nes-test-roms/ --- MIT License © ZENG GE 2023 - present