devinacker
1f10eac106
run to next NMI/IRQ for CPU and SA1
2019-05-26 23:13:04 -04:00
devinacker
cc8ad13011
don't truncate last char of some instruction formats
2019-05-26 02:35:38 -04:00
devinacker
822df30bb2
small formatting cleanup
2019-05-26 02:19:51 -04:00
devinacker
39903688d5
show labels for base addresses and not effective addresses ( fixes #218 )
2019-05-26 02:18:11 -04:00
devinacker
c2d836ce64
use named opcode flag in SMP too
2019-03-10 00:19:18 -05:00
Benjamin Schulte
a93c36638d
faster loading of symbols from file
2019-03-10 00:12:31 -05:00
Benjamin Schulte
89d4168aa8
add SMP symbols
2019-03-10 00:03:19 -05:00
devinacker
ca0c4ad4aa
use usage flag by name more consistently
2019-03-09 23:51:11 -05:00
Benjamin Schulte
29dfae20e6
integrate memory viewer into debugger
2019-03-09 23:49:47 -05:00
Benjamin Schulte
6f1751fa8a
allow to open more than one memory editor
2019-03-09 23:38:42 -05:00
Benjamin Schulte
90429af768
add support for ca65 VICE symbol files
2019-03-07 22:30:26 -05:00
Benjamin Schulte
542b38166c
additionally support FMA symbol files
2019-03-07 22:29:18 -05:00
devinacker
735b65c1b8
Merge branch 'qt5' into newdebugger
2019-02-17 17:51:16 -05:00
devinacker
44955f8de7
Merge branch 'master' into qt5
2019-02-17 17:51:03 -05:00
devinacker
99727cf7a2
release mouse when canvas loses focus (should fix #212 )
2019-02-17 17:50:45 -05:00
devinacker
57a90f119d
Merge branch 'qt5' into newdebugger
2019-01-19 16:47:05 -05:00
devinacker
06abe0b5b5
Merge branch 'master' into qt5
2019-01-19 16:46:52 -05:00
Devin Acker
57b1d3ea3a
Merge pull request #209 from undisbeliever/tilemap-character-address
...
Tilemap character address
2019-01-19 16:44:33 -05:00
Devin Acker
98ea9059a7
Merge pull request #207 from undisbeliever/new-oam-viewer
...
New OAM Viewer
2019-01-19 16:37:48 -05:00
Devin Acker
439896c54f
Merge pull request #194 from raphnet/ntt_data_keypad
...
Add support for the NTT Data Keypad
2019-01-19 16:27:40 -05:00
devinacker
d66b770d4d
disable vram expansion option for non-accuracy builds
2019-01-06 02:15:30 -05:00
devinacker
46469637eb
Merge branch 'qt5' into vramexpand
2019-01-06 02:03:03 -05:00
devinacker
a8d60b9a96
Merge branch 'master' into qt5
2019-01-06 02:02:40 -05:00
devinacker
1d93fffa88
add vram expansion support to accuracy build (WIP)
2019-01-06 01:59:22 -05:00
devinacker
98f4e1f102
use same uint16 joypad values in performance builds
2019-01-05 18:25:02 -05:00
Marcus Rowe
85a5f963b3
Increment selected tile address if in mode 7
...
This will make the Tile Viewer selected tile address match the Tilemap
Viewer character address.
2018-12-22 21:27:49 +10:00
Marcus Rowe
f4dc571699
Add 0x prefix to selected tile address
2018-12-22 21:24:19 +10:00
Marcus Rowe
8fd0301299
Show character address in the Tilemap Viewer
2018-12-22 21:18:09 +10:00
Marcus Rowe
3107ef54d0
Rename BG_TRANSPARENT to TRANSPARENT_BG
...
This commit will make the `*_BG` constants in the BackgroundType enum
have a consistent name.
2018-12-19 09:07:07 +10:00
Marcus Rowe
e94be79714
Fix compilation error in Windows
...
wingdi.h contains the following line:
#define TRANSPARENT 1
which prevents OamGraphicsScene from being compiled.
This commit renames TRANSPARENT to BG_TRANSPARENT so the class can be
successfully compiled on Windows.
2018-12-18 12:12:41 +10:00
David Crooks
dfa70343ba
Fixes to add some missing output files
2018-12-09 21:16:13 -05:00
David Crooks
c117ed61e4
Updating submodule
2018-12-09 19:01:18 -05:00
David Crooks
fed604182e
Update to utilize a light, local, distribution of Qt for Windows dev
...
This breaks the implicit dependency on a fully installed Qt distribution on Windows platform, as well as the dependency on the PATH env var being set up.
2018-12-06 21:14:12 -05:00
Marcus Rowe
b612abe57d
Add first sprite support to Sprite Viewer
2018-12-05 21:46:24 +10:00
Marcus Rowe
1d6fb0282c
Adjust screen outline height based on overscan register
2018-12-05 18:07:27 +10:00
Marcus Rowe
102c3a543e
Show/Hide objects in the Sprite Viewer
2018-12-05 17:57:15 +10:00
devinacker
608fa46c50
clean up symbol map code + fix some memory issues elsewhere
2018-12-04 23:25:29 -05:00
devinacker
591b92032e
show tools window tabs from main menu by widget instead of by index (since effect toggle tab is unused in accuracy builds)
2018-12-04 23:25:29 -05:00
Devin Acker
749d325d6d
Merge pull request #203 from CypherSignal/qt5-dpi-fix
...
Fixing incorrect scaling/positioning of controls in hidpi Windows env in Qt5
2018-12-02 02:25:09 -05:00
Marcus Rowe
24b564fdcb
Add selection to OamGraphicsScene
2018-12-01 21:34:57 +10:00
David Crooks
260287fa34
Switching dpiAware setting in manifest to support sub-Win10 platforms
2018-11-30 16:45:29 -05:00
David Crooks
6f0dcedc1b
Fixing incorrect scaling/positioning of controls in hidpi Windows env
2018-11-30 10:52:54 -05:00
devinacker
3f1fc35251
add save symbols option to debugger options menu
2018-11-25 20:50:44 -05:00
Benjamin Schulte
a85fce3d33
allow to navigate through code
2018-11-25 20:45:51 -05:00
Benjamin Schulte
0954453574
display loops
2018-11-25 18:35:56 -05:00
Benjamin Schulte
ef98df5ed0
fixed relative pc addresses
2018-11-25 18:30:25 -05:00
devinacker
b28b5b0c20
don't apply the exec flag when only analyzing code
2018-11-25 18:28:17 -05:00
devinacker
5b7186bdec
also don't analyze unused interrupt vectors
2018-11-25 17:49:59 -05:00
devinacker
e9fb53c36f
don't try to auto analyze bogus/missing interrupts
2018-11-25 17:45:34 -05:00
Benjamin Schulte
7233da3b87
allow to set symbols by context menu
2018-11-25 17:42:45 -05:00