diff --git a/SourceGen/RuntimeData/Commodore/1541-RAM-use.sym65 b/SourceGen/RuntimeData/Commodore/1541-RAM-use.sym65 index 8c8bcc7..57fcd39 100644 --- a/SourceGen/RuntimeData/Commodore/1541-RAM-use.sym65 +++ b/SourceGen/RuntimeData/Commodore/1541-RAM-use.sym65 @@ -99,8 +99,8 @@ driveNum @ $007f ;Drive number (on 1541 always 00) curTrk @ $0080 ;Current Track number curSec @ $0081 ;Current Sector number chnlNum @ $0082 ;Channel number (Logical index) -2ndAddr @ $0083 ;Secondary address -2ndAddrOriginal @ $0084 ;Original Secondary address $6f +scndAddr @ $0083 ;Secondary address +scndAddrOrig @ $0084 ;Original Secondary address $6f curDataByte @ $0085 ;Current Data byte $3f tmpArea4 @ $0086 9 ;Temp Results area curBufPtr @ $0094 2 ;Current dir buffer pointer diff --git a/SourceGen/RuntimeData/Commodore/C64-Kernal-ROM.sym65 b/SourceGen/RuntimeData/Commodore/C64-Kernal-ROM.sym65 index 6337727..de4d082 100644 --- a/SourceGen/RuntimeData/Commodore/C64-Kernal-ROM.sym65 +++ b/SourceGen/RuntimeData/Commodore/C64-Kernal-ROM.sym65 @@ -1,7 +1,3 @@ -https://raw.githubusercontent.com/c64cryptoboy/c64_ghidra/main/ghidra_scripts/c64LabelAddrs.py - --------------------------------------------------------------------------- - ; See the LICENSE file for distribution terms (Apache 2.0). ; ; Parts adapted from multiple sources: