fceux/src
g0me3 4fe5da841c forgot to remove debug code 2020-01-12 17:07:23 +03:00
..
attic Fix yscale out of bounds rounding error (#12) 2018-06-19 21:42:07 -04:00
boards Famicom Network System controller added 2020-01-04 13:16:54 +03:00
drivers Famicom Network System controller added 2020-01-04 13:16:54 +03:00
fir migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
input forgot to upload file 2020-01-04 13:48:32 +03: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 Propagating memory initialization option to WRAM (#13) 2018-06-26 22:11:01 -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 add "record from sram" (to fix SF bug #828) 2018-06-18 22:19:59 -05:00
cart.h Sync the code to master branch. 2019-06-11 17:39:30 +08:00
cheat.cpp Cheat console: 2019-06-12 22:16:01 +08:00
cheat.h Cheat console: 2019-06-12 23:02:20 +08: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 fixed #90 (debug breakpoint missing if conditions used) 2020-01-12 16:56:37 +03: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 Cheat console: 2019-06-12 23:02:20 +08:00
emufile.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05: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 fixes https://github.com/TASVideos/fceux/issues/60 - only prompt about cheats on windows build 2019-06-21 11:25:06 -05:00
fceu.h new unif "KONAMI-QTAI" board (VRC-V code name) along with PPU hack for it (16-bit extra NT like in MMC5) for both New and Old PPUs. very hacky for new ppu, sorry. 2019-06-30 14:00:59 +03:00
fceulua.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -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 ... 2019-06-10 17:25:37 +08:00
file.h Attempt to fix Issue #52 2019-05-23 18:59:30 +08: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 Famicom Network System controller added 2020-01-04 13:16:54 +03:00
ines-bad.h Windows 64-bit build support (#66) 2019-07-23 15:12:03 -04:00
ines-correct.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
ines.cpp Famicom Network System controller added 2020-01-04 13:16:54 +03:00
ines.h Detail 2019-06-12 00:18:48 +08:00
input.cpp Famicom Network System controller added 2020-01-04 13:16:54 +03:00
input.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
lua-engine.cpp Moved lua memory_writebyte() to legacymemory_writebyte() and changed the memory_writebyte() implementation to avoid the legacy cheat engine code. (#67) 2019-11-22 23:29:25 -05:00
movie.cpp 1. Experimental limit the input characters for some edit control. 2019-06-18 16:56:10 +08:00
movie.h Windows 64-bit build support (#66) 2019-07-23 15:12:03 -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 migration tidying (build master from trunk) 2018-04-08 17:35:15 -05: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 migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
palette.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
ppu.cpp forgot to remove debug code 2020-01-12 17:07:23 +03: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 update apu sweep units 2018-12-09 20:49:46 +08:00
sound.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
state.cpp 1. Fix crash when add multiple watches in RAM Search window, and adding multiple watches here can be batch named. 2019-05-08 13:55:53 +08:00
state.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05: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 vrc5 mapper update, prepare to add extra ppu render for it 2019-04-27 21:35:59 +03:00
unif.h fixed #90 (debug breakpoint missing if conditions used) 2020-01-12 16:56:37 +03:00
version.h fix release mode build errors 2018-04-11 01:07:27 -05:00
video.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
video.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
vsuni.cpp Windows 64-bit build support (#66) 2019-07-23 15:12:03 -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