mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-09 18:30:19 +00:00
0eeb36f59a
This involved adding a list to the DisasmProject, creating a new UndoableChange type, and writing the project file serialization code. While doing the latter I realized that the new Width field was redundant with the FormatDescriptor Length field, and removed it. I added a placeholder line type, but we're not yet showing the table in the display list. (To edit the tables you just have to know where they are.)