a3DriverDepot/build/README.md

19 lines
688 B
Markdown
Raw Normal View History

2021-07-03 03:02:31 +00:00
# Build System
### Json database
```
{
"driver_dib1": ".VSDRIVE",
"description": "Apple /// Virtual Serial Drive Driver by David Schmidt 2012 - 2014",
"dir": "vsdrive",
"repo": "https://github.com/ADTPro/adtpro",
"asm": "blob/main/src/client/sos/serial/drive/vsdrive.asm",
"sha": "552170569181b05e810bdbcca6828efab3b3ae83",
"local_asm": "vsdrive.asm"
}
```
`"repo`: The GitHub repo, or other source of truth for this driver
`"asm"`: The upstream source of the main assembly file
`"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"`