mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-08-06 05:25:10 +00:00
29 lines
982 B
Plaintext
29 lines
982 B
Plaintext
|
|
TODO:
|
|
|
|
- NaN in cycle count for macros
|
|
- debugging of scan line overflow
|
|
- confuse code/data in listing
|
|
- show memory locations hovering over lines
|
|
- don't play sound when debugging
|
|
- don't check against ROM signatures
|
|
- better errors when ROM format wrong
|
|
- debugging inside of bank switching??? relocated segs?
|
|
- support 6502 test cases
|
|
- DASM: macro forward refs
|
|
- support narrow screens
|
|
- show other TIA internal values
|
|
- case sensisitvity looking for mismatch variables
|
|
- remove pulldown when no preset?
|
|
- can't step after reset (or when funky frame; TIA frame is out of sync)
|
|
- break on BRK/illegal opcode? (or warnings?)
|
|
- skeleton for each platform/tool (check?)
|
|
- disassembler/debugger
|
|
- multiple breakpoints, expression breakpoints
|
|
- current exec. pos in gutter
|
|
- cc65: parse listing
|
|
- faster Z80 compile (maybe split up files?)
|
|
- projects w/ multiple files, navigation (need refactor UI, backend)
|
|
- nes: tools (nesst, tiled) https://shiru.untergrund.net/software.shtml
|
|
|