fceux/trunk/src
ansstuff 4f0c7474df * Debugger: fixed Cycles counter reset when loading an earlier savestate
* Taseditor: small cleanup because of a failed experiment with different "Follow cursor" behavior
2013-09-05 14:53:07 +00:00
..
attic create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
boards bandai mapper fix 2013-08-14 20:16:08 +00:00
drivers * Debugger: fixed Cycles counter reset when loading an earlier savestate 2013-09-05 14:53:07 +00:00
fir create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
input create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
lua create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
palettes create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
utils * movie recording: fixed bug when emulator allowed recording commands outside the range of FM2 specs (#615) 2013-06-15 18:46:52 +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 corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +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 Auto-disable "Game Genie ROM" feature when no "gg.rom" file is found. 2013-08-04 13:05:48 +00:00
cheat.cpp corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +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 fixed Aboutbox 2013-04-17 18:50:42 +00:00
config.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
debug.cpp * Debugger: added 'T' condition (checks the bank of the data accessed) 2013-05-26 19:40:41 +00:00
debug.h * SDL: actually fixed instructions counting 2013-05-26 16:33:43 +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 ppuview + cdlogger little improvement 2013-06-20 21:51:01 +00:00
emufile.cpp corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +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 Auto-disable "Game Genie ROM" feature when no "gg.rom" file is found. 2013-08-04 13:05:48 +00:00
fceu.h mapper 43 - new dumps needed 2013-05-13 19:27:34 +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 added #include "types.h" to fceu.h 2013-04-18 04:42:35 +00:00
ines-bad.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
ines-correct.h bandai eeprom emulation, enjoy 2013-05-08 15:41:12 +00:00
ines.cpp * A couple of fixes which deal with "multiple ROMs in a single archive" case. The loading procedure now takes into account actual ROM name when loading ROM from an archive containing multiple files. This affects PAL/NTSC detection (in case there were ROMs of different regions inside a single zip). Also, "auto-resume play" now loads actual ROM on startup (instead of prompting a list of archived files to choose). Also, NL files (symbolic debug) are named correctly when debugging a ROM from such an archive, etc. 2013-06-08 15:01:00 +00:00
ines.h bandai eeprom emulation, enjoy 2013-05-08 15:41:12 +00:00
input.cpp * Taseditor: handle "Insert Coin" command correctly (no recording while seeking/etc) 2013-06-15 19:44:11 +00:00
input.h corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
lua-engine.cpp * Debugger: fixed Cycles counter reset when loading an earlier savestate 2013-09-05 14:53:07 +00:00
movie.cpp * RAM Search: added "Hex Editor" button and right-click (#610) 2013-07-05 15:37:57 +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 properly savestate NSF 2013-04-17 18:19:54 +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 corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
palette.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
ppu.cpp mapper 43 - new dumps needed 2013-05-13 19:27:34 +00:00
ppu.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
pputile.inc mapper 43 - new dumps needed 2013-05-13 19:27:34 +00:00
sound.cpp corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
sound.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
state.cpp Savestates: fixed errors handling (broken by previous commit) 2013-04-19 12:58:14 +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 create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
unif.cpp corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +00:00
unif.h UNIF DSOUNDV1 - removed due to duplicate of 178 mapper 2013-03-16 20:16:14 +00:00
version.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
video.cpp fix win32 compilation errors 2013-04-13 23:17:46 +00:00
video.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
vsuni.cpp corrected c-style includes, added static_casts around compile time conversions 2013-04-13 02:52:13 +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 * SDL: actually fixed instructions counting 2013-05-26 16:33:43 +00:00
x6502.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +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