Souryo
|
850102bbdc
|
Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come)
Movies: Rewrote format to support all IO devices and console types
Netplay: Now supports all IO devices and console types
|
2017-11-19 23:08:23 -05:00 |
|
Souryo
|
be36c630f9
|
Debugger: Fixed code stepping issues when a Lua script is active
|
2017-11-10 19:04:22 -05:00 |
|
Souryo
|
eb8f01b7e9
|
Debugger: Fixed multi-threading issue that caused debugger to open up on its own while Lua scripts were running
|
2017-10-09 10:07:08 -04:00 |
|
Souryo
|
028b2ff089
|
UI: Fixed pause screen issues (was sometimes being shown when it should not have)
|
2017-10-07 21:00:02 -04:00 |
|
Souryo
|
837032f8ea
|
Debugger: Added stateLoaded/stateSaved Lua callbacks (+ fixed issues with savestate API & Lua reference cleanup)
|
2017-10-07 19:48:45 -04:00 |
|
Souryo
|
11a06926ff
|
Debugger: Lua - Added getScriptDataFolder function
|
2017-10-07 15:16:14 -04:00 |
|
Souryo
|
ba8540e4f2
|
Debugger: Fixed Lua-related multithreading bugs
|
2017-10-07 13:01:42 -04:00 |
|
Souryo
|
67b9a5c707
|
Debugger: Fixed hex editor highlight issues (when loading save state, etc.)
|
2017-10-05 20:48:18 -04:00 |
|
Souryo
|
fa091a4f76
|
Debugger: Lua - Async savestate functions + isKeyPressed
|
2017-10-05 19:44:37 -04:00 |
|
Souryo
|
5066c89570
|
UI: Fixed issue with game selection screen getting activated by keypresses when game is paused
|
2017-10-03 18:18:29 -04:00 |
|
Souryo
|
a04a8747ba
|
Debugger: Fixed freezes/crashes when switching game while debugger is opened (esp. with lua scripts)
|
2017-09-28 21:27:38 -04:00 |
|
Souryo
|
1f974dcedd
|
Debugger: Scroll overlay position is now based on the selected cycle/scanline
|
2017-09-28 20:05:00 -04:00 |
|
Souryo
|
6969caa1b8
|
Debugger: Lua memory callback fixes + allow lua script to change read/written value
|
2017-09-08 17:20:40 -04:00 |
|
Souryo
|
cf65f78d3c
|
Debugger: Fixed bug where debugger did not break when opening
|
2017-09-02 00:02:43 -04:00 |
|
Souryo
|
b80d788346
|
Debugger: LUA scripting fixes, script window & assembler window improvements
|
2017-09-01 14:57:02 -04:00 |
|
Souryo
|
5957bc2d3e
|
Debugger: LUA scripting
|
2017-08-30 18:31:27 -04:00 |
|
Souryo
|
8e2f39e3bd
|
Debugger: Added ability to revert prg/chr changes
|
2017-08-21 23:11:14 -04:00 |
|
Souryo
|
e66dd700e1
|
Debugger: Added auto-load cdl option
|
2017-08-19 22:00:12 -04:00 |
|
Souryo
|
daca866957
|
Debugger: Add option to save changes as IPS file
|
2017-08-19 19:40:02 -04:00 |
|
Souryo
|
b5ab77d547
|
Debugger: Fixed minor assembler issues
|
2017-08-19 14:36:00 -04:00 |
|
Souryo
|
47026c3ba8
|
Debugger: Copy info based on CHR ROM vs RAM (right-click in ppu viewer)
|
2017-08-13 20:45:36 -04:00 |
|
Souryo
|
2ee5b59db4
|
Debugger: Added NES header editor
|
2017-08-12 16:52:45 -04:00 |
|
Souryo
|
bdd607d94f
|
Debugger: Ability to force a specific input from the debugger
|
2017-08-05 23:26:21 -04:00 |
|
Souryo
|
4e14a83625
|
Debugger: General speed optimizations
|
2017-08-05 17:18:09 -04:00 |
|
Souryo
|
ce3e4d7c80
|
Debugger: Fixed issues with CPU/PPU state edition
|
2017-08-05 14:55:07 -04:00 |
|
Souryo
|
2753273206
|
Debugger: Added conditional logging to trace logger
|
2017-08-05 12:13:53 -04:00 |
|
Souryo
|
d78aef2b77
|
Debugger: Fixed crash on games that never call RTI
|
2017-08-02 18:43:38 -04:00 |
|
Souryo
|
f975728005
|
Debugger: Allow stepping back through the execution (by using rewind mechanic)
|
2017-08-01 22:49:50 -04:00 |
|
Souryo
|
e82371e2f8
|
HD Packs: Improvements, new features, bug fixes
|
2017-06-28 20:01:24 -04:00 |
|
Souryo
|
1db6600a64
|
Fixed some compilation warnings
|
2017-05-06 18:35:59 -04:00 |
|
Souryo
|
fbc94bee7d
|
Debugger: Fixed crash in hex editor when PRG or CHR was larger than 10mb
|
2017-05-02 21:23:28 -04:00 |
|
Souryo
|
fe8f15b17b
|
Debugger: Fixed callstack/step over bugs
|
2017-04-30 20:27:02 -04:00 |
|
Souryo
|
0c2cc8c94d
|
Code cleanup
|
2017-04-29 08:29:56 -04:00 |
|
Souryo
|
aacd2dec13
|
Linux: Fixed some GCC warnings/errors
|
2017-03-24 18:33:15 -04:00 |
|
Souryo
|
6a57fa5cb3
|
Debugger: Allow save ram to be shown in code window
|
2017-03-15 19:19:41 -04:00 |
|
Souryo
|
d72a4d8be3
|
Debugger: On-the-fly code running feature via assembler
|
2017-03-11 21:03:45 -05:00 |
|
Souryo
|
4bb9c4a8f1
|
Debugger: Assembler - Update disassembly cache when prg rom is modified
|
2017-03-11 15:01:33 -05:00 |
|
Souryo
|
7bfe260c27
|
Debugger: Small performance fix
|
2017-03-10 18:35:01 -05:00 |
|
Souryo
|
930b4f2641
|
Debugger: Several performance improvements
|
2017-03-09 23:50:20 -05:00 |
|
Souryo
|
03105846ff
|
Debugger: Assembler improvements
|
2017-03-09 20:42:53 -05:00 |
|
Souryo
|
09347d85b7
|
Debugger: Added assembler tool + allow editing of existing code by using assembler (wip)
|
2017-03-07 18:10:22 -05:00 |
|
Souryo
|
910e27f0af
|
Debugger: Ability to save modified PRG/CHR back to a rom
|
2017-03-04 22:25:25 -05:00 |
|
Souryo
|
485e8cc2ce
|
Debugger: Added tile editor feature in PPU viewer
|
2017-03-04 21:52:08 -05:00 |
|
Souryo
|
47d5dd6ecc
|
Debugger: Added break on unofficial op/brk options
|
2017-03-04 16:18:28 -05:00 |
|
Souryo
|
312a07bbdd
|
Debugger: Trace Logger improvements (Last 30k instructions visible, performance fixes, options are saved)
|
2017-03-04 15:18:00 -05:00 |
|
Souryo
|
4f6776f30b
|
Debugger: Performance fixes for conditional breakpoints
|
2017-03-03 21:03:20 -05:00 |
|
Souryo
|
51afb5ae3f
|
Debugger: Added several commands to right-click menu in hex editor (including freeze/unfreeze feature)
|
2017-03-02 20:33:25 -05:00 |
|
Souryo
|
66753c843c
|
Debugger: Highlight (and fade) read/write/exec in hex editor
|
2017-03-01 20:52:15 -05:00 |
|
Souryo
|
ee6585aa5c
|
Debugger: Allow editing memory values for all memory types
|
2017-02-26 20:47:39 -05:00 |
|
Souryo
|
4695a4c887
|
Linux: Fixed debugger (randomly) not working due to uninitalized variables
|
2016-12-13 23:28:28 -05:00 |
|