BizHawk/BizHawk.Emulation/Consoles/Nintendo/NES
adelikat 1c33b92bf1 NES - separate first/last scanline settings for NTSC vs PAL (default of 8,231 NTSC and 0,239 for PAL) 2013-03-25 01:59:34 +00:00
..
Boards Some warning cleanup 2013-02-24 20:17:12 +00:00
Docs Delete some unused files 2012-09-09 01:53:28 +00:00
FDS NES: FDS: audit and clean up audio module. in the process, fix a few bugs; opening to Metroid sounds correct now 2012-12-15 16:51:04 +00:00
APU.cs The robustness update to the Serializer caused a problem when multiple variables with the same string name are saved\loaded in text form. The old system would just read\write them in order; the new one would silently discard all but the last occurrence. The Serializer now throws an exception in these circumstances. To fix individual cores, duplicate usage of variables needs to be enclosed in separate sections. Fixed an occurrence of this in the NES APU, where the two Pulse channels were being confused; fixes sound bugs on loadstate in some games. 2012-12-18 03:03:11 +00:00
BisqAPU.cs nes-add broken bisq apu. it probably wont be fixed. but its a lot of work, so there it is. also remove spam in SXROM 2012-07-14 18:43:37 +00:00
BoardSystem.cs nes: fix board hard reset. oops! 2012-11-11 17:23:05 +00:00
Core.cs NES - separate first/last scanline settings for NTSC vs PAL (default of 8,231 NTSC and 0,239 for PAL) 2013-03-25 01:59:34 +00:00
NES.cs NES - separate first/last scanline settings for NTSC vs PAL (default of 8,231 NTSC and 0,239 for PAL) 2013-03-25 01:59:34 +00:00
PPU.cs NES: preliminary support for PAL, Dendy, and RGB (part 1). at the moment, it's all determined from gamedb, and not at all saved to movies or savestates 2012-10-31 18:25:46 +00:00
PPU.regs.cs proper Peek support in NES and 6502X 2012-11-02 19:28:00 +00:00
PPU.run.cs unify coreinputcomm and coreoutputcomm. there is a slight chance your console will be messed up until i fix a teeny tiny something, since i didnt test them all, since with more recent cores i dunno what roms are working anyway. let me know if i broke anything. 2012-12-10 00:43:43 +00:00
Palettes.cs [NES] add loader for FCEUX format palettes and an example of how to set it 2011-06-10 05:31:46 +00:00
Unif.cs Unif: populate ci.wram_battery based on BATR chunk. 2012-10-17 00:44:34 +00:00
iNES.cs nes: boring stuff 2012-12-03 15:40:20 +00:00