.. |
attic
|
Use LoadGame instead of FCEUI_LoadGame
|
2020-10-22 01:20:48 +02:00 |
boards
|
Removed unused deprecated automake build files. (#297)
|
2021-01-06 21:21:35 -05:00 |
drivers
|
Added #if defined(__unix__) in the appropriate places to allow for the code to compile for FreeBSD 12.2 using the clang 10.0.1 compiler. (#305)
|
2021-01-16 14:40:28 -05:00 |
fir
|
Removed unused deprecated automake build files. (#297)
|
2021-01-06 21:21:35 -05:00 |
input
|
Removed unused deprecated automake build files. (#297)
|
2021-01-06 21:21:35 -05:00 |
lua
|
Removed unused deprecated automake build files. (#297)
|
2021-01-06 21:21:35 -05:00 |
palettes
|
Removed unused/deprecated scons and automake build files from project. SDL uses cmake now and its never going back.
|
2020-12-10 21:55:38 -05:00 |
utils
|
Removed unused deprecated automake build files. (#297)
|
2021-01-06 21:21:35 -05:00 |
CMakeLists.txt
|
Added a frame timing statistics window to the Qt tools. Allows user to enable frame timing statistical calculations and view the output on a window in realtime. Is used to verify emulator is getting the proper clock interrupts from the OS and thus check that emulation timing is deterministic.
|
2020-11-30 22:29:51 -05: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
|
Removed inline from cheat functions to allow them to properly link in Qt/SDL executable.
|
2020-11-10 21:57:58 -05:00 |
cheat.h
|
Added RAM freeze feature to Qt hex editor.
|
2020-11-10 20:19:49 -05:00 |
conddebug.cpp
|
Cleaned up a few compiler and cppcheck warnings in code base. There are still quite a few more TODO.
|
2020-08-14 22:15:47 -04:00 |
conddebug.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
config.cpp
|
update aboutbox a bit
|
2020-12-18 19:42:40 -05:00 |
debug.cpp
|
Enabled trace instruction function. Still TODO, try to make it more efficient.
|
2020-10-01 06:14:35 -04:00 |
debug.h
|
Added initial framework for symbolic debug feature in Qt port.
|
2020-09-13 21:43:50 -04: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
|
datach barcode reader input changed a little bit control code recalculating logic.
|
2020-08-11 20:28:11 +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
|
Refactored loader code for better error messages
|
2020-12-21 02:19:48 +03:00 |
fceu.h
|
Refactored loader code for better error messages
|
2020-12-21 02:19:48 +03: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 fix (SubLoad() returns 0 on success now)
|
2020-12-21 09:44:41 +03: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
|
Merge branch 'master' into Issue130
|
2020-10-08 19:56:48 +03: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
|
Fix SFMDATA getting a terminator that it shouldn't get if NULL pointer is given (#290)
|
2020-12-31 16:48:54 +03:00 |
ines.h
|
Added ASM view cursor position label logic to Qt debug window.
|
2020-09-11 22:56:04 -04:00 |
input.cpp
|
Merge branch 'master' into Issue130
|
2020-10-08 19:56:48 +03: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 #if defined(__unix__) in the appropriate places to allow for the code to compile for FreeBSD 12.2 using the clang 10.0.1 compiler. (#305)
|
2021-01-16 14:40:28 -05: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
|
Refactored loader code for better error messages
|
2020-12-21 02:19:48 +03: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
|
First successful viewing of pattern and palatte colors on Qt PPU Viewer.
|
2020-10-04 09:54:51 -04:00 |
palette.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
ppu.cpp
|
Name table view first successful drawing on Qt GUI.
|
2020-10-05 22:49:09 -04:00 |
ppu.h
|
Successful initial test of Qt Code/Data Logger Window.
|
2020-09-28 21:23:47 -04: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
|
Fix SFMDATA getting a terminator that it shouldn't get if NULL pointer is given (#290)
|
2020-12-31 16:48:54 +03: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
|
Refactored loader code for better error messages
|
2020-12-21 02:19:48 +03:00 |
unif.h
|
new UNIF mappers for chinese dumps
|
2020-11-11 19:18:31 +03:00 |
version.h
|
Bug fix for numeric version code. Set correctly for upcoming new release 2.3.0
|
2020-12-11 16:05:00 -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 |