fceux/trunk/src
rainwarrior 74139bf111 RAM initialization options: default (00 00 00 00 FF FF FF FF as always), all FF, all 00, random. 2016-08-24 22:42:21 +00:00
..
attic create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
boards mapper 69 - fix #731 2016-05-21 19:30:37 +00:00
drivers RAM initialization options: default (00 00 00 00 FF FF FF FF as always), all FF, all 00, random. 2016-08-24 22:42:21 +00:00
fir create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
input Rewrite Subor Mouse code, fixed latch updating outside of strobe. 2016-04-23 06:12:46 +00:00
lua create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
palettes support 512 color palettes, add support for proper deemph emulation on some codepaths. need to fix png saving and maybe other stuff 2015-09-12 03:44:08 +00:00
utils revert r3037 (video-related 'refactors'). seemed to go ok, didnt touch as much stuff as the input-related stuff) 2014-11-22 01:29:32 +00:00
.gitignore create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
SConscript create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
asm.cpp fix #676 2014-11-03 20:48:24 +00:00
asm.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
auxlib.lua create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
cart.cpp Auto-disable "Game Genie ROM" feature when no "gg.rom" file is found. 2013-08-04 13:05:48 +00:00
cart.h commit patch #662 nes 2.0, mapper 30 (unrom-512) 2014-04-09 05:43:11 +00:00
cheat.cpp UNIF DRAGONFIGHTER - new board for the new dump (PCB BMW8544) 2015-06-23 11:43:42 +00:00
cheat.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
conddebug.cpp 1. added new 'R' and 'W' conditions for breakpoints which evaluate to the value read by read instructions, or the value about to be written by write instructions. 2016-08-24 05:35:51 +00:00
conddebug.h 1. added new 'R' and 'W' conditions for breakpoints which evaluate to the value read by read instructions, or the value about to be written by write instructions. 2016-08-24 05:35:51 +00:00
config.cpp feos deserves a promotion 2016-07-28 20:09:54 +00:00
config.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
debug.cpp remove unused variable from debug.cpp:DebugCycle (accidentally added while working on it) 2016-08-24 05:46:52 +00:00
debug.h 1. added new 'R' and 'W' conditions for breakpoints which evaluate to the value read by read instructions, or the value about to be written by write instructions. 2016-08-24 05:35:51 +00:00
drawing.cpp create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
drawing.h corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
driver.h better name 2016-07-31 17:11:04 +00:00
emufile.cpp various fixes 2013-09-19 18:37:53 +00:00
emufile.h corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
emufile_types.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
fceu.cpp RAM initialization options: default (00 00 00 00 FF FF FF FF as always), all FF, all 00, random. 2016-08-24 22:42:21 +00:00
fceu.h overclocking cleanup 2016-06-26 06:50:08 +00:00
fceulua.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
fcoeffs.h corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
fds.cpp * movie recording: fixed bug when emulator allowed recording commands outside the range of FM2 specs (#615) 2013-06-15 18:46:52 +00:00
fds.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
file.cpp C++11 compliant string literal concatenation 2013-04-16 20:14:42 +00:00
file.h corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
filter.cpp corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
filter.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
git.h Support for SNES mouse, added "Subor" to description of existing mouse 2016-04-23 04:58:30 +00:00
ines-bad.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
ines-correct.h unif F-15 - new mapper for "150-in-1 Unchained FIGHT ver" 2015-12-10 20:49:54 +00:00
ines.cpp mapper 45 - update for a new dump 2016-05-01 16:11:44 +00:00
ines.h mapper 31 infiniteneslives-NSF 2015-01-25 00:04:36 +00:00
input.cpp Support for SNES mouse, added "Subor" to description of existing mouse 2016-04-23 04:58:30 +00:00
input.h add -dumpinput and -playinput functions for windows port which is a minimally baked option to use poll-based input to replay a movie, so you can test playthroughs on a romhack whose lag has changed 2015-11-15 21:26:52 +00:00
lua-engine.cpp lua write callbacks: adding optional third parameter to retrieve the value written, added Sprites.lua script to visualize sprites (requires and demonstrates feature just added) 2016-08-23 08:46:22 +00:00
movie.cpp fix build error in non-windows lua-enabled ports since r3079 2015-12-20 22:36:43 +00:00
movie.h * movie recording: fixed bug when emulator allowed recording commands outside the range of FM2 specs (#615) 2013-06-15 18:46:52 +00:00
netplay.cpp corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
netplay.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
nsf.cpp fix message display during NSF rendering 2015-10-12 22:40:14 +00:00
nsf.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
oldmovie.cpp create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
oldmovie.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
ops.inc create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
palette.cpp debugger: add step into hotkey. 2015-11-05 18:33:40 +00:00
palette.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
ppu.cpp CDL: fixed vram data logging glitch 2016-08-07 12:34:58 +00:00
ppu.h try to give more granular accounting of scanline and dot for debugger 2015-11-04 18:49:40 +00:00
pputile.inc mapper 43 - new dumps needed 2013-05-13 19:27:34 +00:00
sound.cpp overclocking: allow to choose between post-render and vblank extra scanlines. 2016-06-25 21:32:27 +00:00
sound.h overclocking: allow to choose between post-render and vblank extra scanlines. 2016-06-25 21:32:27 +00:00
state.cpp revert r3037 (video-related 'refactors'). seemed to go ok, didnt touch as much stuff as the input-related stuff) 2014-11-22 01:29:32 +00:00
state.h added optional arguments to suppress messages on state load/save 2013-04-18 19:40:57 +00:00
types-des.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
types.h win32-set symbolic debugger name entry dialog text limits even when creating a new label; and add some hacks for me 2014-03-14 18:03:04 +00:00
unif.cpp UNIF UNL-KS7017 - new dump "Exciting Basket (Kaiser)" 2016-02-14 17:10:26 +00:00
unif.h UNIF UNL-KS7017 - new dump "Exciting Basket (Kaiser)" 2016-02-14 17:10:26 +00:00
version.h bumped interim version to 2.2.3 2013-10-12 04:50:12 +00:00
video.cpp fix deemph application in the awfullest way possible when running scale and prescale filters 2016-06-30 21:53:25 +00:00
video.h support 512 color palettes, add support for proper deemph emulation on some codepaths. need to fix png saving and maybe other stuff 2015-09-12 03:44:08 +00:00
vsuni.cpp support 512 color palettes, add support for proper deemph emulation on some codepaths. need to fix png saving and maybe other stuff 2015-09-12 03:44:08 +00:00
vsuni.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
wave.cpp corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
wave.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
x6502.cpp 1. added new 'R' and 'W' conditions for breakpoints which evaluate to the value read by read instructions, or the value about to be written by write instructions. 2016-08-24 05:35:51 +00:00
x6502.h 1. added new 'R' and 'W' conditions for breakpoints which evaluate to the value read by read instructions, or the value about to be written by write instructions. 2016-08-24 05:35:51 +00:00
x6502abbrev.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
x6502struct.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00