Sour
|
26b35426c1
|
Debugger: NES - Fixed tile/attribute write highlights not working
|
2024-11-01 20:32:30 +09:00 |
|
Sour
|
d751502a58
|
NES: Added Rainbow support (mapper 682)
|
2024-10-08 21:37:44 +09:00 |
|
Sour
|
13acb3fe42
|
Added GBA support
|
2024-03-30 11:42:31 +09:00 |
|
Sour
|
5308983ebb
|
Added SMS/GG/SG-1000 support
|
2023-12-14 22:23:27 +09:00 |
|
Sour
|
eb17aab85d
|
Debugger: Sprite viewer - Added option to change background color
|
2023-09-26 18:58:50 +09:00 |
|
Sour
|
f6105bbd0e
|
Debugger: Tilemap viewer - Added "attribute data" field
|
2023-02-01 00:51:17 -05:00 |
|
Sour
|
fe90b4571d
|
Fixed misc code TODOs
|
2023-01-24 18:05:50 -05:00 |
|
Sour
|
1dfaa92e30
|
Debugger: NES - Fixed edit sprite feature for 8x8 sprite mode
|
2023-01-24 06:16:05 -05:00 |
|
Sour
|
ce83eaadbc
|
Fixed subtract code/ui typos
|
2022-09-16 00:02:35 -04:00 |
|
Sour
|
152abf690b
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
|
Sour
|
ac16a14297
|
Fixed crash on power off when input controllers were displayed in the HUD + refactor GetControlManager to improve thread safety
|
2022-08-25 22:22:16 -04:00 |
|
Sour
|
df8728e107
|
Debugger: Sprite Viewer - Option to show/hide offscreen regions from preview
|
2022-08-20 18:20:14 -04:00 |
|
Sour
|
a61e559c07
|
Debugger: Performance improvements for ppu viewers (30-75% faster in core)
|
2022-08-06 13:45:40 -04:00 |
|
Sour
|
5a4b90a677
|
NES: Added more Nintendo, Whirlwind and Codemaster mappers
|
2022-07-24 19:07:34 -04:00 |
|
Sour
|
70aaca6eb0
|
Debugger: NES - Fixed incorrect tile data in tooltip for tilemap viewer
|
2022-07-23 13:51:25 -04:00 |
|
Sour
|
23c7a47832
|
Debugger: Fixed flickering in tilemap highlights
|
2022-06-27 18:05:41 -04:00 |
|
Sour
|
1f75992666
|
Debugger: Allow palette editing in palette viewer
|
2022-06-20 20:53:32 -04:00 |
|
Sour
|
35a54505b4
|
Debugger: Added tile editor
|
2022-06-19 15:05:12 -04:00 |
|
Sour
|
2f6fe86e37
|
Debugger: Tilemap viewer - Show mirroring mode for NES
|
2022-06-07 22:50:36 -04:00 |
|
Sour
|
763fc72e14
|
Debugger: Tilemap viewer - Improved highlight functionality for NES
|
2022-06-07 21:20:16 -04:00 |
|
Sour
|
dc229fd12c
|
Debugger: Tilemap/tile viewers - Added support for mode 7 extbg
|
2022-06-06 23:47:16 -04:00 |
|
Sour
|
0a6a8e92b2
|
PCE: SuperGrafx support
|
2022-05-15 20:35:56 -04:00 |
|
Sour
|
2b5416221a
|
Fixed some TODOs, minor refactoring for tile viewer
|
2022-04-30 20:42:26 -04:00 |
|
Sour
|
191304e025
|
wip - everything to review
|
2022-04-06 18:37:35 -04:00 |
|
Sour
|
e0c9d0f3ae
|
Debugger: Tilemap/Sprite viewers - Added View in Tile Viewer option
|
2022-04-02 14:39:29 -04:00 |
|
Sour
|
7cbb682126
|
Debugger: Display the original hex value for snes sprites' X coordinate when the value is negative
|
2022-03-22 21:09:15 -04:00 |
|
Sour
|
f084f85dab
|
Debugger: NES - Fixed tile address value for sprite viewer with 8x16 sprites
|
2022-02-13 17:35:17 -05:00 |
|
Sour
|
82e580d0f5
|
Debugger: Palette viewer improvements + allow selecting/copying text from info panels (all tools)
|
2022-02-01 21:42:09 -05:00 |
|
Sour
|
5501c6a6f6
|
Debugger: Tilemap Viewer - Added attribute address
|
2022-01-25 00:26:52 -05:00 |
|
Sour
|
4923768e34
|
Debugger: Tilemap viewer work (display more info, hide options/tabs based on state/console), fixed grid size for large tiles for the SNES
|
2022-01-23 18:42:58 -05:00 |
|
Sour
|
3615ef0eb1
|
Core: Enabled warning level 4, fixed/disabled warnings
|
2022-01-23 12:36:35 -05:00 |
|
Sour
|
dffbd4921a
|
Refactoring: Renamed SnesMemoryType
|
2022-01-22 12:16:10 -05:00 |
|
Sour
|
854cce4362
|
Debugger: Support for switching roms/console type while tools are opened
+ Close all tools when game stopped
+ Misc. performance fixes
+ UI code refactoring
+ Load/save position for all tools
|
2022-01-17 21:05:06 -05:00 |
|
Sour
|
3b341b284f
|
Debugger: NES - Linked P flags value to checkboxes
|
2022-01-15 19:11:16 -05:00 |
|
Sour
|
2922b1ccfe
|
Debugger: Refactor NES state updates and improved UI
|
2022-01-15 18:09:26 -05:00 |
|
Sour
|
345fbfc282
|
Tilemap/Sprite viewers: Show palette colors in tooltip/selected info
|
2022-01-02 13:31:55 -05:00 |
|
Sour
|
7de29dcc35
|
Sprite Viewer: Refactoring, fixes for tooltips, added some options
|
2021-12-31 14:48:23 -05:00 |
|
Sour
|
abf4c430ef
|
Sprite Viewer: Tooltips, improve sprite info
|
2021-12-30 22:29:01 -05:00 |
|
Sour
|
6dc2e49f85
|
Sprite Viewer: Performance fixes
|
2021-12-30 10:08:04 -05:00 |
|
Sour
|
b5ac436fda
|
Tilemap Viewer: Scroll overlay, bug fixes
|
2021-12-28 23:33:50 -05:00 |
|
Sour
|
f5d02d7607
|
Tilemap Viewer: Tile information + tooltip
|
2021-12-27 23:07:34 -05:00 |
|
Sour
|
d2a00ae3a5
|
Sprite viewer v2
|
2021-06-25 15:42:09 -04:00 |
|
Sour
|
fd7be59a1f
|
Sprite viewer v1
|
2021-06-24 20:44:10 -04:00 |
|
Sour
|
ff825fc4de
|
Tilemap viewer
|
2021-06-22 20:12:37 -04:00 |
|
Sour
|
811696f06f
|
Tile viewer refactoring/improvements
|
2021-06-21 14:56:41 -04:00 |
|