fceux/trunk/src
zeromus 3077b3c904 fix: typo in game genie encoder/decoder window caption, "possible affected rom file addresses" opening OAM view in hex editor instead of ROM view (fixes #810) 2017-11-29 07:03:19 +00:00
..
attic create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
boards fk23c fixes 2017-10-27 20:03:43 +00:00
drivers fix: typo in game genie encoder/decoder window caption, "possible affected rom file addresses" opening OAM view in hex editor instead of ROM view (fixes #810) 2017-11-29 07:03:19 +00:00
fir sdl: added autotools build system 2016-09-01 22:34:32 +00:00
input sdl: added autotools build system 2016-09-01 22:34:32 +00:00
lua sdl: added autotools build system 2016-09-01 22:34:32 +00:00
palettes adding a set of 16 colours to the "unvaried" palette, especially useful for Lua overlay graphics 2016-08-25 12:33:21 +00:00
utils sdl: added autotools build system 2016-09-01 22:34:32 +00:00
.gitignore create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
Makefile.am autotools: fix gd 2016-09-04 02:08:54 +00:00
SConscript create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
asm.cpp fix another case of 2-byte zp disasm 2017-04-29 13:52:53 +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 test commit for buildbot 2017-04-29 17:58:08 +00:00
debug.cpp fix breakpoints in stack triggering once when theyre fresh, or something like that 2017-04-30 06:39:27 +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 lua: dont call write hooks twice for main memory 2017-04-23 04:47:57 +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 apparently partialmd5 is the *last* 64 bits 2017-05-30 23:54:00 +00:00
ines-correct.h fool around with vrc2 and vrc4 to bring selected address bits up to modern knowledge standards. fixes #789 2017-04-29 02:10:48 +00:00
ines.cpp support mapper 190 2017-02-12 05:38:48 +00:00
ines.h mapper 111 "cheapocabra" preliminary implementation (basic features only, no self-flashing yet) 2016-08-31 05:51:12 +00:00
input.cpp fix #785 - emu.loadrom() should reload the current rom nicely 2017-04-19 05:37:19 +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: add debuggerloopstep 2017-05-15 17:21: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 alternative way of fixing fstat header conflict from r3276 (in case older/other compilers were relying on it), this is only used by netplay.cpp 2016-08-24 23:23:41 +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 adding a set of 16 colours to the "unvaried" palette, especially useful for Lua overlay graphics 2016-08-25 12:33:21 +00:00
palette.h create new subversion repo structure (trunk, tags, branches) 2013-03-15 19:00:14 +00:00
ppu.cpp mmc5 - fix oldppu 2007 reads, and tidy 2017-04-30 00:16:33 +00:00
ppu.h fix extended attributes in newppu better, and fix old ppu's chr banking to match newppu maybe? 2017-04-29 23:03:35 +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 dont crash when loading states into newppu which were taken on oldppu 2017-04-27 22:59:35 +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 alternative way of fixing fstat header conflict from r3276 (in case older/other compilers were relying on it), this is only used by netplay.cpp 2016-08-24 23:23:41 +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 fix breakpoints in stack triggering once when theyre fresh, or something like that 2017-04-30 06:39:27 +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