.. |
attic
|
Use LoadGame instead of FCEUI_LoadGame
|
2020-10-22 01:20:48 +02:00 |
boards
|
Added to fix Qt build issue with pre Qt 5.12 builds.
|
2021-03-21 08:34:08 -04:00 |
drivers
|
Bug fix for mouse button capture in windows when using SDL video driver. SDL video is intercepting mouse events causing Qt not to see them. Added an extra check to see what the SDL mouse button state is in addition to Qt check.
|
2021-05-27 20:56:05 -04: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
|
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
|
Compiler warning cleanup of unused variables and exception handling.
|
2021-03-19 20:59:03 -04:00 |
CMakeLists.txt
|
First successful test of VFW avi recording on Qt GUI.
|
2021-05-01 01:08:34 -04: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
|
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
|
Bug fix for segmentation fault when deleting all cheats. Instead of using callback based iterator function to delete each cheat, added a new function that will just cleanly delete all cheats without the need for a callback.
|
2021-05-02 20:49:08 -04:00 |
cheat.h
|
Bug fix for segmentation fault when deleting all cheats. Instead of using callback based iterator function to delete each cheat, added a new function that will just cleanly delete all cheats without the need for a callback.
|
2021-05-02 20:49:08 -04: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
|
Added standard core about text into Qt About Fceux Window.
|
2021-02-14 05:27:36 -05:00 |
debug.cpp
|
better CDL for RAM based FDS system (writes to the RAM discards the logged bits to allow to log different loaded files separately)
|
2021-05-27 20:32:26 +02:00 |
debug.h
|
Added initial framework for symbolic debug feature in Qt port.
|
2020-09-13 21:43:50 -04: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
|
For Qt GUI fixed region auto detection logic to preserve dendy mode if an NTSC game is loaded. Also, added an option to enable/disable region auto detection functionality. This allows for the users selection via the GUI to be strictly enforced. Also, added a region select sub menu to the emulation main menu. Fixes issue #335.
|
2021-02-25 19:36:08 -05:00 |
emufile.cpp
|
Fixed a few code errors identified by cppcheck static code analyzer.
|
2020-05-08 23:30:31 -04:00 |
emufile.h
|
First successful build of Qt windows fceux.
|
2021-02-06 12:15:28 -05:00 |
emufile_types.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
fceu.cpp
|
Changed autofire algorithm to not require using a static array. Now just does an on/off frame calculation based on where it is in the overall duty cycle of the square wave.
|
2021-05-21 06:27:35 -04:00 |
fceu.h
|
Changed autofire algorithm to not require using a static array. Now just does an on/off frame calculation based on where it is in the overall duty cycle of the square wave.
|
2021-05-21 06:27:35 -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
|
fix spelling mistakes caught by lintian (#314)
|
2021-01-31 23:57:24 -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
|
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
|
Resolved a couple bool/int comparision compiler warnings. Fixed Qt GUI crash when setting 4 score settings without a ROM loaded.
|
2021-03-19 21:37:27 -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
|
Changed GetModuleFileName calls to GetModuleFileNameA to ensure that the 8 bit character version is used. Fixes build errors with Qt6 using C++17.
|
2021-04-12 06:27:04 -04:00 |
movie.cpp
|
Compiler warning cleanup for movie.cpp. Reordered initializer in constructor to match the order in which they are declared. Gave case statement a default for unhandled enum values.
|
2021-02-22 07:21:14 -05:00 |
movie.h
|
Bug fixes for a few Qt hot key shortcuts.
|
2021-04-05 22:09:59 -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
|
Compiler warning cleanup of unused variables and exception handling.
|
2021-03-19 20:59:03 -04: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
|
Build fixes for Qt6 on Mac OSX.
|
2021-04-11 17:39:37 -04:00 |
ppu.h
|
Successful initial test of Qt Code/Data Logger Window.
|
2020-09-28 21:23:47 -04:00 |
pputile.inc
|
Build fixes for Qt6 on Mac OSX.
|
2021-04-11 17:39:37 -04:00 |
sound.cpp
|
fix for rare crash
|
2021-02-17 20:42:08 -05:00 |
sound.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
state.cpp
|
Bug fixes for Qt GUI load/save state hot keys.
|
2021-04-06 22:44:49 -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
|
First successful build of Qt windows fceux.
|
2021-02-06 12:15:28 -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
|
Updated version to 2.4.0 in anticipation of upcoming release.
|
2021-05-18 20:19:56 -04:00 |
video.cpp
|
Compiler warning cleanup of unused variables and exception handling.
|
2021-03-19 20:59:03 -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
|
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
|
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 |