Skip to content

ahefner/tenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an NES emulator for Linux systems, with experimental support
for Mac OS X. It will likely build on other flavors of Unix with
minimal source tweaking. A large number of popular NES titles are
playable with accurate graphics and sound.

It features fullscreen support, high quality NTSC simulation and
aspect ratio correction, reasonable compatibility with most North
American (NES) titles and mappers, audio, gamepad support,
save/restore state, and demo recording. It has a GUI (work in
progress) or can be invoked from the command line.

It may build on Windows, but there are known problems. In particular,
the UI assumes a unix-style filesystem.

The source license is currently in limbo, with a plan to moving toward
an MIT-style license, pending the replacement of the M6502 CPU core,
which was written by a third party with incompatible, undesirable
license constraints.

One neat feature: A FUSE filesystem providing read/write access to a
live view of the emulator memory. Enable by exporting "USE_FUSE=1" in
the environment before compiling, then run the program as:

   tenes -mountfs -mountpoint MOUNTPOINT


Known bugs / TODO items:
 * Save/restore/configure controller button maps
 * Controller config GUI
 * MMC2, MMC4, MMC5 mapper support
 * VRC6 mapper (Akumajou Densetsu)
 * MMC3 timing / quirks (SMB3, TMNT2, others)
 * Replace M6502 core
 * Fix license (requires replacing M6502)
 * Correct interrupt acknowledgement
 * Misc. accuracy fixes to satisfy the various test roms.


All code copyright (C) Andy Hefner <[email protected]> 2000-2011,
except where otherwise noted.

M6502 portable 6502 emulator
 Copyright (C) Marat Fayzullin 1996
               Alex Krasivsky  1996

About

NES Emulator for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published