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

Updated TO DO List (markdown)

Andy McFadden 2023-03-24 08:38:00 -07:00
parent 9ccabe76d7
commit 6ed3ef1a28

@ -520,6 +520,15 @@ Contents:
(one per ROM chip). Would need to allow selection of files within an
archive/image and perhaps a "load map" for multi-file items.
* Improve support for sharing exported symbols between projects.
* Current approach requires a manual import, but can pull the symbols
directly out of another .dis65 project file.
* Could do an auto-export when a project is saved, generating a .sym65
symbol file with exported symbols.
* Could link projects together, so they automatically import symbols
from each other when the project is loaded.
* (see also https://github.com/fadden/6502bench/issues/148)
* If DEBUG features are enabled, add a "load it anyway" button when
reporting that the file length or CRC is incorrect.
@ -556,15 +565,6 @@ Contents:
sandbox disabled it works quite well, but we may be able to do better
in a regular Release environment.
* Improve support for sharing exported symbols between projects.
* Current approach requires a manual import, but can pull the symbols
directly out of another .dis65 project file.
* Could do an auto-export when a project is saved, generating a .sym65
symbol file with exported symbols.
* Could link projects together, so they automatically import symbols
from each other when the project is loaded.
* (see also https://github.com/fadden/6502bench/issues/148)
* Add a revision number to platform symbol files, which are copied into
the project file. That way the user can know if they're using the
correct version of RuntimeData symbol files. (Not convinced a single