fceux/trunk/src
feos-tas aabd53b10c video: prescale cleanup. 2016-01-27 19:14:53 +00:00
..
attic create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
boards implemented visual CHR data usage logging for VRAM-only games (mapper 2, etc). no cdl log save available, just display current used/unused tiles in ppu tile viewer. reset tile usage flags if rewritten by the program. 2015-12-20 16:22:46 +00:00
drivers video: prescale cleanup. 2016-01-27 19:14:53 +00:00
fir create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
input revert these revisions: 2014-11-22 01:23:19 +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 * Debugger: added 'T' condition (checks the bank of the data accessed) 2013-05-26 19:40:41 +00:00
conddebug.h * Debugger: added 'T' condition (checks the bank of the data accessed) 2013-05-26 19:40:41 +00:00
config.cpp know your former admins! 2015-09-19 10:57:54 +00:00
config.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
debug.cpp UNIF DRAGONFIGHTER - new board for the new dump (PCB BMW8544) 2015-06-23 11:43:42 +00:00
debug.h crash-fix to my last commit 2015-12-21 20:32:19 +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 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
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 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
fceu.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
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 revert these revisions: 2014-11-22 01:23:19 +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 unif F-15 - new mapper for "150-in-1 Unchained FIGHT ver" 2015-12-10 20:49:54 +00:00
ines.h mapper 31 infiniteneslives-NSF 2015-01-25 00:04:36 +00:00
input.cpp 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
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 font: proper halo. 2016-01-05 11:07:58 +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 crash-fix to my last commit 2015-12-21 20:32:19 +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. Implemented by adding extra scanlines to PPU loop. Disabled (optionally) while 7-bit samples are playing (as they can't be worked around otherwise). 2015-06-16 19:52:49 +00:00
sound.h Added option to swap bytes in charge of duty cycles, a bug present on some Dendy models. 2015-04-26 23:16:31 +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 F-15 - new mapper for "150-in-1 Unchained FIGHT ver" 2015-12-10 20:49:54 +00:00
unif.h unif F-15 - new mapper for "150-in-1 Unchained FIGHT ver" 2015-12-10 20:49:54 +00:00
version.h bumped interim version to 2.2.3 2013-10-12 04:50:12 +00:00
video.cpp fix gcc compilation by adding vidblit header 2015-09-13 18:15:00 +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 Overclocking. Implemented by adding extra scanlines to PPU loop. Disabled (optionally) while 7-bit samples are playing (as they can't be worked around otherwise). 2015-06-16 19:52:49 +00:00
x6502.h Overclocking. Implemented by adding extra scanlines to PPU loop. Disabled (optionally) while 7-bit samples are playing (as they can't be worked around otherwise). 2015-06-16 19:52:49 +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