fceux/src
Matthew Budd c76d70582a Adding GUI framework for cheat window. 2020-07-27 22:26:41 -04:00
..
attic Fix yscale out of bounds rounding error (#12) 2018-06-19 21:42:07 -04:00
boards bandai and sunsoft barcode readers support GUI restore for WIN build 2020-07-25 21:21:37 +03:00
drivers Adding GUI framework for cheat window. 2020-07-27 22:26:41 -04:00
fir migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
input Virtual Boy controller forgot signature bit 14 2020-02-08 15:58:24 -05:00
lua migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
palettes migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
utils Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
CMakeLists.txt Adding GUI framework for cheat window. 2020-07-27 22:26:41 -04:00
Makefile.am Fix Linux build errors (#3) 2018-06-15 13:02:23 -04:00
SConscript Altered SCons build scripts to work with Python 3. 2019-09-10 17:05:22 -06:00
asm.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
asm.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
auxlib.lua migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
cart.cpp CHR size < 1k allows NES program to corrupt memory because VPage is 1k granularity 2020-05-02 00:20:44 -04:00
cart.h Fixed gtk window gui resizing logic. Can now resize by dragging the corners of the window with the mouse as well as through the vidio menu. 2020-05-10 23:38:36 -04:00
cheat.cpp bandai and sunsoft barcode readers support GUI restore for WIN build 2020-07-25 21:21:37 +03:00
cheat.h Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
conddebug.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
conddebug.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
config.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
debug.cpp Successful test of basic debugger functions. 2020-05-24 21:10:10 -04:00
debug.h forgot to remove debug code 2020-01-12 17:07:23 +03:00
drawing.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
drawing.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
driver.h Merge branch 'master' of https://github.com/TASVideos/fceux 2020-07-25 21:22:13 +03:00
emufile.cpp Fixed a few code errors identified by cppcheck static code analyzer. 2020-05-08 23:30:31 -04:00
emufile.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
emufile_types.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
fceu.cpp Added logic to initialize the video PAL combo box with proper config value at window creation. 2020-07-11 22:37:29 -04:00
fceu.h Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
fceulua.h zapper control from lua 2019-12-15 15:31:09 -05:00
fcoeffs.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
fds.cpp fds.cpp: new fds image handling, fixes saving issues with some games (Bubble Bobble, Super Lode Runner II, ...) 2019-12-16 00:45:14 -05:00
fds.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
file.cpp Added game pad button mapping profile logic. 2020-07-24 16:56:48 -04:00
file.h Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
filter.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
filter.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
git.h Virtual Boy controller support 2020-02-08 15:58:24 -05:00
ines-bad.h Windows 64-bit build support (#66) 2019-07-23 15:12:03 -04:00
ines-correct.h - N106 sound issue requested fix, see comments 2020-04-09 20:54:05 +03:00
ines.cpp Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
ines.h Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
input.cpp Resolved a few more cppcheck/compiler warnings in core input module. 2020-06-15 22:53:45 -04:00
input.h Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
lua-engine.cpp Added Lua control window. 2020-07-19 21:15:56 -04:00
movie.cpp Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
movie.h Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
netplay.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
netplay.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
nsf.cpp Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
nsf.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
oldmovie.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
oldmovie.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
ops.inc migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
palette.cpp Added a hook in the core palette emulation to allow for the gui to determine if a custom user palette is available and in use. 2020-07-18 21:58:38 -04:00
palette.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
ppu.cpp Bug fix for SDL port lock up when selecting dendy video option. 2020-07-11 22:36:55 -04:00
ppu.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
pputile.inc vrc5 extended ppu rendering simulation fix 2019-08-07 01:17:57 +03:00
sound.cpp - N106 sound issue requested fix, see comments 2020-04-09 20:54:05 +03:00
sound.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
state.cpp Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
state.h Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
types-des.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
types.h change to use vs2015 2018-04-10 23:22:39 -05:00
unif.cpp Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
unif.h preliminary, basic hookup of Family Network System base board + MMC1 cassette emulation 2020-01-16 21:33:37 +03:00
version.h fix release mode build errors 2018-04-11 01:07:27 -05:00
video.cpp Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
video.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
vsuni.cpp Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2020-06-19 23:58:12 -04:00
vsuni.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
wave.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
wave.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
x6502.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
x6502.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
x6502abbrev.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
x6502struct.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00