Nintendulator: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (C++ now)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Nintendulator'' is an NES emulator written by [[User:Quietust|Quietust]] with the goal of being as accurate and precise as possible at the expense of emulation speed.
''Nintendulator'' is an NES emulator written by [[User:Quietust|Quietust]] with the original goal of being as accurate and precise as possible, even at the expense of emulation speed; whether that goal is still being attained today is uncertain. It is written in C++ and uses external plugins for mapper support.


It is coded in C++, using inline assembly for optimization of CPU and PPU emulation, and uses external plugins for mapper support.
Binaries and sources can be found [https://www.qmtpro.com/~nes/nintendulator/ here].
 
Official builds are hosted on [[sourceforge:projects/nintendulator|SourceForge]], and the latest beta builds can be found on [http://www.qmtpro.com/~nes/nintendulator/ Quietust's website].

Latest revision as of 14:27, 14 December 2023

Nintendulator is an NES emulator written by Quietust with the original goal of being as accurate and precise as possible, even at the expense of emulation speed; whether that goal is still being attained today is uncertain. It is written in C++ and uses external plugins for mapper support.

Binaries and sources can be found here.