fceux/src
harry d5fd976ccf Added button icons for ok/cancel buttons on Qt select from zip archive window. 2023-02-19 15:39:04 -05:00
..
attic Use LoadGame instead of FCEUI_LoadGame 2020-10-22 01:20:48 +02:00
boards Ensure a few static variables are initialized properly. 2023-02-18 16:24:28 -05:00
drivers Added button icons for ok/cancel buttons on Qt select from zip archive window. 2023-02-19 15:39:04 -05:00
fir Removed unused deprecated automake build files. (#297) 2021-01-06 21:21:35 -05:00
input Added draw input aid configuration option to Qt GUI. 2021-05-23 21:06:34 -04:00
lua Fix indentation and add braces to silence empty while loop body compiler warning. 2023-01-21 11:41:55 -05:00
palettes change built-in palettes to be bit-shifted properly so that whites are pure FF. fixes #540 2022-08-07 20:54:11 -04:00
utils Change size input for allocation functions to size_t type instead of uint32. 2023-02-18 16:23:28 -05:00
CMakeLists.txt Laying out framework for ld65 debug symbol loader feature. 2023-02-12 08:30:14 -05:00
asm.cpp Fixed constant limit to be in the correct base number system. 2021-04-27 20:22:39 -04: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 Fixed a few warnings for -Wunused-result with fread usage. 2023-01-29 12:32:47 -05:00
cart.h supper mapper218 (fixes #447) 2022-08-11 23:16:39 -04:00
cheat.cpp More int comparison sign mismatch compiler warning fixes. 2023-01-28 20:24:17 -05:00
cheat.h Added a proper contructor to CHEATF_SUBFAST struct to fix clang compiler initializer warning. 2023-01-20 22:02:32 -05:00
conddebug.cpp Fix for annoying compiler warning complaining about misleading indentation following if conditional. 2021-02-21 21:12:20 -05:00
conddebug.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
config.cpp Changed compiler attribute checking to play nice with older compilers. 2023-01-27 20:38:47 -05:00
debug.cpp Added a macro for NES header size to avoid having magic number 16 all over code. Fixed ld65 bank calculation to account for header. 2023-02-13 18:53:53 -05:00
debug.h Added a breakpoint on execution of specific ROM Address feature to debugger. 2021-07-19 21:31:29 -04:00
debugsymboltable.cpp For Qt GUI added code to warn user that symbol table will be wiped when importing ld65 dbg files. Added code to clear and redraw debugger window data after importing new symbols. 2023-02-14 20:33:46 -05:00
debugsymboltable.h For Qt GUI added code to warn user that symbol table will be wiped when importing ld65 dbg files. Added code to clear and redraw debugger window data after importing new symbols. 2023-02-14 20:33:46 -05:00
drawing.cpp Compiler warning cleanup of unused variables and exception handling. 2021-03-19 20:59:03 -04:00
drawing.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
driver.h Added FCEU printf format specifier macros to enable compiler checking of format strings for custom printf style functions. 2023-01-29 19:38:30 -05:00
emufile.cpp Fixed a few warnings for -Wunused-result with fread usage. 2023-01-29 12:32:47 -05:00
emufile.h Resolved int comparison compiler warning. 2023-01-28 09:09:58 -05:00
emufile_types.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
fceu.cpp Added frame advance delay config parameter to Qt GUI and set delay default to 40 frames to match win port timing. Also, reset frameAdvance_Delay_count to zero before setting frameAdvanceRequested flag to avoid possible race condition where emulation thread can miss seeing zero count and not temporarily pause when it should. 2023-02-01 01:06:48 -05:00
fceu.h Added a macro for NES header size to avoid having magic number 16 all over code. Fixed ld65 bank calculation to account for header. 2023-02-13 18:53:53 -05: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 Increased array size of LoadedRomFName buffer to allow for max unix filepath length. Remove duplicate extern definitions in cpp and instead include ines.h header which contains official extern definition. 2023-01-16 08:42:33 -05:00
fds.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
file.cpp Fixed a few warnings for -Wunused-result with fread usage. 2023-01-29 12:32:47 -05:00
file.h Change EMUFILE fseek,ftell, and other related functions to use types that follow the C standard (long int for position offsets and size_t for sizes). This allows for larger max file sizes on unix platforms and cleaner code that better maps to the C standard. 2023-01-25 21:46:30 -05:00
filter.cpp Fix for UBSAN left shift of negative number error in SexyFilter2 2023-02-09 20:06:18 -05:00
filter.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
git.h More NES 2.0 header fields: Vs. System settings, expansion type 2023-01-06 16:03:34 +04:00
ines-bad.h Windows 64-bit build support (#66) 2019-07-23 15:12:03 -04:00
ines-correct.h Holy Diver is not four-screen at all, proof: http://bootgod.dyndns.org:7777/profile.php?id=4038 2021-06-06 16:33:20 +03:00
ines.cpp Fixes for -Wformat compiler warnings when using custom printf style functions. 2023-01-30 09:24:49 -05:00
ines.h update 225 from fceumm to get 255 support too. 2023-01-18 11:05:43 -06:00
input.cpp More int comparison sign mismatch compiler warning fixes. 2023-01-28 20:24:17 -05:00
input.h Vs. System - unused DIP switches replaced with second coin and service buttons 2023-01-06 17:58:02 +04:00
ld65dbg.cpp First semi-successful ld65 debug symbol import 2023-02-12 22:21:05 -05:00
ld65dbg.h Added a macro for NES header size to avoid having magic number 16 all over code. Fixed ld65 bank calculation to account for header. 2023-02-13 18:53:53 -05:00
lua-engine.cpp Changed core symbol table to have private data that can be accessed via methods. The goal is to control access to this data to prevent table lookups getting messed up when symbols are editted via the gui. 2023-02-04 15:15:31 -05:00
movie.cpp Ensure a few static variables are initialized properly. 2023-02-18 16:24:28 -05:00
movie.h More int comparison sign mismatch compiler warning fixes. 2023-01-28 20:24:17 -05:00
netplay.cpp Fixed a few warnings for -Wunused-result with fread usage. 2023-01-29 12:32:47 -05:00
netplay.h Vs. System - unused DIP switches replaced with second coin and service buttons 2023-01-06 17:58:02 +04:00
nsf.cpp Increased array size of LoadedRomFName buffer to allow for max unix filepath length. Remove duplicate extern definitions in cpp and instead include ines.h header which contains official extern definition. 2023-01-16 08:42:33 -05:00
nsf.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
oldmovie.cpp Added realloc error checking in convert_fcm function to fix cppcheck warning. 2023-01-21 12:32:52 -05:00
oldmovie.h Added realloc error checking in convert_fcm function to fix cppcheck warning. 2023-01-21 12:32:52 -05:00
ops.inc Fix SYA and SXA opcodes in the CPU. blargg_nes_cpu_test5 now works 2021-07-03 10:30:45 -05:00
palette.cpp Added FCEU_UNUSED and FCEU_MAYBE_UNUSED macros to help silence certain unused variable and function warnings. Used FCEU_MAYBE_UNUSED to silence unused static function warnings (until it can be deemed that these functions will never be needed). Also, cleaned up a few other unused variable warnings. 2023-01-20 21:50:26 -05:00
palette.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
ppu.cpp Added negative index protections into GetCHRAddress to protect against a large unsigned number being passed and interpretted as a negative number. Caught by gcc UBSAN. 2023-01-10 17:42:45 -05:00
ppu.h Successful initial test of Qt Code/Data Logger Window. 2020-09-28 21:23:47 -04:00
pputile.inc Added FCEU_UNUSED and FCEU_MAYBE_UNUSED macros to help silence certain unused variable and function warnings. Used FCEU_MAYBE_UNUSED to silence unused static function warnings (until it can be deemed that these functions will never be needed). Also, cleaned up a few other unused variable warnings. 2023-01-20 21:50:26 -05:00
sound.cpp Fix Apple Town Story (FDS) crash 2022-06-05 16:18:07 -04:00
sound.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
state.cpp Updated state.cpp so that .luasav file paths use std::string so that they aren't limited in size. 2023-01-31 00:27:01 -05:00
state.h Fixed if conditionals using lastSavestateMade address that always evaluates to true. Changed lastSavestateMade and lastLoadstateMade to std::string instead of char buffer, ensures proper initialization at startup and allows for unix max path. 2023-01-20 22:37:17 -05:00
types-des.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
types.h First semi-successful ld65 debug symbol import 2023-02-12 22:21:05 -05:00
unif.cpp Fixes for -Wformat compiler warnings when using custom printf style functions. 2023-01-30 09:24:49 -05:00
unif.h Mapper 268, submappers 8,9 merged into 2,3 and fixed (https://www.nesdev.org/wiki/Talk:NES_2.0_Mapper_268) + refactoring 2022-12-12 17:48:56 +04:00
version.h Added appveyor github release functionality. Master auto builds are now uploaded to a rolling interim-build pre-release. Release tag builds will upload official release builds from appveyor automatically. 2022-10-01 16:29:02 -04:00
video.cpp Fixes for -Wformat compiler warnings when using custom printf style functions. 2023-01-30 09:24:49 -05:00
video.h change how memory is allocated to clean up a lot of messed up junk (mainly strange alignment adjustments which didnt completely make sense and frees which didnt match the allocation function that was used). 2022-08-22 22:53:09 -04:00
vsuni.cpp Added FCEU_UNUSED and FCEU_MAYBE_UNUSED macros to help silence certain unused variable and function warnings. Used FCEU_MAYBE_UNUSED to silence unused static function warnings (until it can be deemed that these functions will never be needed). Also, cleaned up a few other unused variable warnings. 2023-01-20 21:50:26 -05:00
vsuni.h Vs. System - unused DIP switches replaced with second coin and service buttons 2023-01-06 17:58:02 +04:00
wave.cpp Added WAV file recording capability to Qt GUI. 2021-05-05 20:25:34 -04:00
wave.h Added WAV file recording capability to Qt GUI. 2021-05-05 20:25:34 -04:00
x6502.cpp Added FCEU_UNUSED and FCEU_MAYBE_UNUSED macros to help silence certain unused variable and function warnings. Used FCEU_MAYBE_UNUSED to silence unused static function warnings (until it can be deemed that these functions will never be needed). Also, cleaned up a few other unused variable warnings. 2023-01-20 21:50:26 -05:00
x6502.h Opcode tool tips in work for Qt debugger. 2021-07-06 22:56:33 -04: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