(NES) Pinky - 模擬器

Table of Contents

2018.01.04

新規參戰。網頁上有一些測試遊戲可以跑,也可以把手邊的rom餵給它吃看看。

This is an NES emulator written in Rust completely from scratch purely based
on publicly available documentation.

Controls are Z and X for A and B, Enter and Right Shift for Start and Select,
and the arrow keys!

Features

* Accurate-ish (cycle accurate) 6502, PPU and APU emulation.
* A testsuite based on test ROMs.
* A PPU testsuite automatically generated from a transistor-level simulation
of a real PPU.
* Supports NROM (0), MMC1 (1) and UxROM (2) mappers.
* Can be compiled as a libretro core.

There are still many things missing, including:

* Unofficial 6502 instructions support.
* Support for other mappers.
* Accurate PPU sprite overflow.
* Savestate support.
* PAL support.

Currently this is not a production quality emulator, though whatever games it
can play (due to limited mapper support) it can play quite well (e.g. such
games as Super Mario Brothers, Donkey Kong or Tetris; you can check out
nesmapper.txt which will tell you which game use which mapper).


http://koute.github.io/pinky-web/

--

ポーラステーション
http://perry0517a.blogspot.tw/

--

All Comments