MY NES GTK:
==========
Is a nes emuator written in .net C#. It can run an Windows(R) and Linux platforms.
It uses GTK# for menus, SDL.NET for emulator window.
This project is a part of "My Nes" emulator:
http://sourceforge.net/projects/mynes/

System Requirements
===================
Since My Nes emulation core is designed to perform accurate emulation, it requires a decent hardware.
* OS: Microsoft Windows XP / Vista and Seven, Linux.
* Processor:  2 GHz or faster (Intel or AMD) 
* Memory: 256 Mb RAM or larger 
* GTK#, visit: http://www.mono-project.com/GtkSharp
* SDL.NET, visit: http://cs-sdl.sourceforge.net/

FEATURES
========
//My Nes GTK features: 
Save/Load state in defferent 9 slots.
Take snapshots ability.
Resiazable sdl window, fullscreen switch ability.

//Nes emulation features:
>CPU :All 6502 opcodes (with the undocumented opcodes), IRQ and NMI.
>PPU :
* 8x8 and 8x16 sprites with transparency and priority, background tiles and sprites evulation.
* internal ntsc palette generator, default PAL palette.
* Cycle based ppu, real scanline and scancycle timing. 
* Emphasis and monochrome effects. 
>Sound : all the 5 channels, MMC5, SS5B and VRC6 external sound channels. Format: MONO PCM 16 BIT 44100 Hz.
>Systems : PAL , NTSC
>Supports VsUnisystem, zapper and game genie (game genie not implemented yet in GTK version of My Nes).
>Mappers : # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 
25, 26, 32, 33, 34, 40, 41, 42, 43, 44, 45, 46, 47,48, 49, 50, 51, 57, 58, 60, 61, 62, 64, 65,
 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83, 85, 86, 87, 88, 89, 90, 91, 
 92, 93, 94, 95, 97, 105, 112, 113, 114, 115, 117, 118, 119, 133, 140, 142,159, 180, 182, 184, 185,
 187, 188, 189, 193, 200, 201, 202,203,204,205, 212,213, 225, 226, 228, 229, 230,  231, 232,
 233, 240, 241, 242, 243, 244, 245, 246, 248, 249, 251 and 255. Almost full set !!

For help using My Nes GTK, see HELP file.

NOTES:
======
* If the emulator window show up with black screen and the emulator hang, this is
  a sound issu, visit http://cs-sdl.sourceforge.net/ for more information
  or simply disable the sound.
* In controls window, make sure you enter the right key char, if you entered
  wrong values the emulation will not work.
* In linux, you'll need to use the "Other" options window to specify the char
  that should replace the white spaces in rom path. 
  
CREDITS:
========
* Nes emulation and GTK port by Ala Hadid, ahdsoftwares@hotmail.com

* beannaich, beannaich@gmail.com
  Fixed apu, added sound mixer, added SS5B sound channels

SUPPORT:
========
Project main website: 
http://sourceforge.net/projects/mynes/