1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-27 03:54:31 +00:00

Updated TO DO List (markdown)

Andy McFadden 2020-06-05 21:26:49 -07:00
parent 0ea1ce5475
commit 7d7876916d

@ -86,8 +86,6 @@ Contents:
is outside the ASCII range. Could be global, could be custom.
* Extension script enhancements.
* Add 2D line vector and 3D mesh visualizers. Useful for 3D games,
Atari DVG, etc.
* Define file access primitives so scripts have limited access to files
outside the sandbox. Only useful if something needs data beyond
what it can extract from a .sym65, or more data than we want to
@ -367,7 +365,7 @@ Contents:
* Use Visual Studio style docking windows, allowing the UI to be configured
freely. (I have no idea how to do this.)
* Multi-operand editing for instructions. Like what we do for data, but
* Multi-line editing for instructions. Like what we do for data, but
for code. Not sure how often that will be useful, or how it will work
for an arbitrary selection. (A keyboard shortcut that rotates through
the various numeric forms might be sufficient.)