1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-26 11:29:33 +00:00

Updated TO DO List (markdown)

Andy McFadden 2024-05-28 07:34:20 -07:00
parent 43be7a6d86
commit 1e2bba75fd

@ -321,10 +321,6 @@ Contents:
multiple banks. We need a way to tell the code analyzer to not follow a
JMP/JSR, so that we don't add branch targets in the middle of the wrong code.
https://github.com/fadden/6502bench/issues/147
* Add an "isolated region" checkbox to the address region editor. Factor it
into the address-to-offset calculation to allow for code that gets uploaded
to a place with a separate address space.
https://github.com/fadden/6502bench/issues/139
* Finish W65C02 support (currently ignores the ZP arg for BBR/BBS).
* Add support for the HuC6280 CPU, used in the TurboGrafx-16.
(See https://github.com/fadden/6502bench/issues/106 )