Update README.md

This commit is contained in:
David Schmidt 2021-07-02 23:23:10 -04:00 committed by GitHub
parent 1873055fa3
commit ed7af037fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@
}
```
`"repo`: The GitHub repo, or other source of truth for this driver
`"asm"`: The upstream source of the main assembly file
`"asm"`: The upstream source of the main assembly file (or potentially disk image), concatenated with `repo` to arrive at upstream source of truth
`"sha`: If from a GitHub repo, the sha of the commit resulting in the upstream source
`"local_asm"`: The downstream ca65-assembly version of `"asm"`
`"local_asm"`: The downstream ca65-assembly version of `"asm"`, if it wasn't already in `ca65` form