1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 05:28:55 +00:00
6502bench/SourceGen/RuntimeData/Apple
Andy McFadden 8c87ce3004 Check formatted string structure at load time
If we have a bug, or somebody edits the project file manually, we
can end up with a very wrong string, such as a null-terminated
string that isn't, or a DCI string that has a mix of high and low
ASCII from start to finish.  We now check all incoming strings for
validity, and discard any that fail the test.  The verification
code is shared with the extension script inline data formatter.

Also, added a comment to an F8-ROM symbol I stumbled over.
2019-10-06 17:07:07 -07:00
..
A3-IO.sym65 More Apple /// details 2018-09-29 00:31:32 -04:00
A3-ROM.sym65 More Apple /// details 2018-09-29 00:31:32 -04:00
Applesoft.sym65 Update Apple II data files 2019-10-03 15:18:59 -07:00
Cxxx-IO.sym65 Update Apple II data files 2019-10-03 15:18:59 -07:00
DOS33.sym65 Update Apple II data files 2019-10-03 15:18:59 -07:00
F8-ROM.sym65 Check formatted string structure at load time 2019-10-06 17:07:07 -07:00
GSOS.cs Expand set of symbols available to plugins 2019-10-04 16:57:57 -07:00
GSOS.sym65 Initial file commit 2018-09-28 10:05:11 -07:00
IIgs-ROM.sym65 Initial file commit 2018-09-28 10:05:11 -07:00
IIgs-Toolbox.cs Expand set of symbols available to plugins 2019-10-04 16:57:57 -07:00
ProDOS8.cs Expand set of symbols available to plugins 2019-10-04 16:57:57 -07:00
ProDOS8.sym65 Update Apple II data files 2019-10-03 15:18:59 -07:00
SOS.cs Expand set of symbols available to plugins 2019-10-04 16:57:57 -07:00
SOS.sym65 More Apple /// details 2018-09-29 00:31:32 -04:00