I
I
Ilya_malet2021-11-14 15:24:25
C++ / C#
Ilya_malet, 2021-11-14 15:24:25

How hard is it to create a nes emulator in c#?

Hello, please tell me how difficult it is to write an emulator of the old nes game console in C#? Are there special libraries for this? If so, please tell me which ones.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ananiev, 2021-11-14
@Ilya_malet

See for yourself how difficult it is for you
https://github.com/Xyene/Emulator.NES

V
Vasily Bannikov, 2021-11-14
@vabka

It is possible to write, as there is, for example, a nintendo switch emulator on a sharp: https://ryujinx.org/
All documentation on the nes device and the rom format is in the public domain.
https://wiki.nesdev.org/w/index.php?title=Programm...
All the libraries you need are there - just google what task you need to solve in terms of emulation.
But almost everything will have to be written by yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question