e01f0977cbAdd pythonL_Reg struct list for emulib and loop in binding
gfp34
2022-10-12 02:51:11 -0400
a415977089Implemented python script running with emu_frameadvance and loop_test.py
gfp34
2022-10-12 02:16:58 -0400
06c3473c29Undo packaging of LUA DLLs for Qt Win64 GUI. Static lib seems to be more stable.
harry
2022-10-10 22:04:48 -0400
83c529efb6Package lua DLLs and auxlib.lua into Qt win64 zip for IUP functionality.
harry
2022-10-10 09:54:52 -0400
900305b587For Qt GUI, added option to use palette background color as video background color. This option can be accessed from via main menu -> option submenu.
harry
2022-10-09 21:09:52 -0400
06467ce73aFix for Qt GUI OpenGL blending parameters.
harry
2022-10-09 20:11:54 -0400
1ad9a3d857For Qt GUI, added logic to prevent controller buttons that are bound to the keyboard from being active when family keyboard is enabled. Controller buttons that are mapped to physical gamepad or joystick are unaffected. For issue #572.
harry
2022-10-08 09:56:49 -0400
edae2d4f57Updated download links for interim auto builds for new interim-build pre-release setup (uploaded from appveyor using github release deployment)
mjbudd77
2022-10-01 17:33:17 -0400
99eb406b1aAdded 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.
mjbudd77
2022-10-01 16:29:02 -0400
Merge branch 'TASEmulators:master' into master
Cyneprepou4uk
2022-09-08 23:56:44 +0300
eaa5d6f88fFor Qt GUI, added code to update debugger window ASM view when RAM or ROM edits are made from the hex editor. Fixes#508.
harry
2022-09-01 20:32:51 -0400
6b0d1a52cawinport - apply ROM file pasting as a single undoable action using the multi-byte capability already in ApplyPatch. Fixes#394
zeromus
2022-08-28 17:14:55 -0400
069727c191fix a bug in applying some IPS files
zeromus
2022-08-28 04:41:45 -0400
60f7b875f8winport - support loading ips files on top of already loaded roms. I guess this could be factored to an FCEUI_TestFileIsPatch and an FCEUI_ReloadWithPatch?? well, that's for whoever does this on other platforms to do.
zeromus
2022-08-28 04:33:38 -0400
20d03d4434minimum framework to support loading ips files on top of already loaded roms
zeromus
2022-08-28 04:32:23 -0400
9d831d8b8bok, I realized we need to realloc buffers allocated by FCEU_malloc (why didn't I guess that..) which makes the fact that they're aligned be horrible. so I added FCEU_amalloc and FCEU_afree instead to do aligned allocs and frees.
zeromus
2022-08-28 04:31:34 -0400
bd3b4df827add option to toggle PC following
warmCabin
2022-08-24 04:04:42 -0400
959a3fd4d2futz with the menu
warmCabin
2022-08-24 03:30:38 -0400
1798fca76aproper deemph handling for win32 aviout. used 57ec344b1f from 7 years ago as a reference (when the png writing was fixed). fixes#429
zeromus
2022-08-23 22:58:00 -0400
ff633d5acdadd new function FCEU_abort() for calling abort() with a message; use it when memory allocation fails instead of exit()
zeromus
2022-08-23 22:01:11 -0400
96e570ae44don't doubly memzero new allocations
zeromus
2022-08-23 21:48:32 -0400
179a5f0ffafix the size parameter of newly-introduced aligned_alloc call to be properly aligned (as the api requires)
zeromus
2022-08-23 21:28:07 -0400
d4f7de38a8clean up syntax highlighter
warmCabin
2022-08-23 19:22:49 -0400
d0add7a609For Qt GUI added separate hot keys for soft and hard reset functions. Changed soft reset to be default Ctrl+R and hard reset to Ctrl+Shift+R.
harry
2022-08-23 18:36:39 -0400
b97b24a5e9Fix for unix build, aligned_free does not exist in unix should use plain free instead.
harry
2022-08-23 18:18:25 -0400
935061868dadd some accelerators
warmCabin
2022-08-23 18:06:17 -0400
3457863d53add a submenu for CDL flags
warmCabin
2022-08-23 18:05:54 -0400
892e7cb5f5change 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).
zeromus
2022-08-22 22:52:40 -0400
41feba2074newppu - process grayscale (and maybe deemph, not sure) on a per-pixel basis to fix the FF1 polygon effect (fixes#529)
zeromus
2022-08-22 22:43:26 -0400
77b18ba989Added keyboard state feedback to lua input.get() function for Qt GUI. Returned key codes are slightly different but at least it does something. Issue #536.
harry
2022-08-21 22:43:35 -0400