diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-09-06 11:48:23 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-09-06 11:48:23 +0100 |
commit | e1dcecf9d221f030c041657c5f69f15236cd3c43 (patch) | |
tree | a4ef1b1ac4e37d521acfad39c5465f173e1d90ca /src/label.h | |
parent | a637b47b962e37d46c4ac7c54dd8090679a679da (diff) |
Made '$' expansion account for bank in 24-bit address mode.V1.5
Diffstat (limited to 'src/label.h')
-rw-r--r-- | src/label.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/label.h b/src/label.h index a7cb720..04f01d4 100644 --- a/src/label.h +++ b/src/label.h @@ -126,6 +126,10 @@ void LabelWriteBlob(FILE *fp); */ void LabelReadBlob(FILE *fp, int offset); +/* Set 24-bit address mode +*/ +void LabelSetAddress24(int onoff); + #endif |