Git Product home page Git Product logo

chibines's Introduction

ChibiNES

Godoc Reference GitHub Release Github Actions Release Workflow Go Report Card

ChibiNES is NES emulator written by Go. This is my favorite hobby project!

Porting libretro/Mesen to Go. Priority was given to mimicking Mesen's behavior rather than refactoring.

Screenshots

cmd/chibines (NES Console)

Screenshots

cmd/chibines-nsf (NSF Player)

ToyNES_NSFPlayer_no_sound.mp4

Download

Spec

  • NTSC only
    • PAL, Dendy is not supported yet.
  • Basic APU sound only (The following sound sources are currently not supported)
    • NAMCOT 16x (N160/N163)
    • MMC5
    • SUNSOFT 5B
    • VRC
  • Mapper Support
    • Mapper 0
    • Mapper 1
    • Mapper 2
    • Mapper 3
    • Mapper 4
    • Mapper 16
    • Mapper 31
      • For NSF Player

Key binding

Player 1

NES Key
UP, DOWN, LEFT, RIGHT Arrow Keys
Start Enter
Select Right Shift
A Z
B X

Player 2

NES Key
UP, DOWN, LEFT, RIGHT I, K, J, L
Start E
Select Left Shift
A A
B S

Build & Run

  • Install Library
    • portaudio

MacOSX

brew install portaudio
  • build
go build cmd/chibines/main.go
  • or go run
go run cmd/chibines/main.go

Dependencies

FAQ

Why do you only support these mappers?

Because it's my favorite games & for nes-test-roms

ToDO

  • CPU
  • PPU
  • APU
  • NSF Player (cmd/chibines-nsf)
    • like VirtuaNES
  • 6502 compiler
    • like cc65
  • disassembler
  • Interpreter (cmd/chibines-interpreter)
  • Sprite extractor (cmd/chibines-sprites)
  • ROM info CLI (cmd/chibines-rominfo)
  • Debugger (like Mesen's Debugging tools)
  • Test

Reference

Emulator

Documents

Credit

chibines's People

Contributors

kaishuu0123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ottonove

chibines's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.