Fix missing (hex) in D5 code

This commit is contained in:
3d-gussner 2020-03-28 10:40:50 +01:00
parent 5106831ba2
commit 159c1d68a6
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ void dcode_4()
#### Parameters
- `A` - Address (x00000-x3ffff)
- `C` - Count (1-8192)
- `X` - Data
- `X` - Data (hex)
- `E` - Erase
#### Notes

View File

@ -8882,7 +8882,7 @@ Sigma_Exit:
#### Parameters
- `A` - Address (x00000-x3ffff)
- `C` - Count (1-8192)
- `X` - Data
- `X` - Data (hex)
- `E` - Erase
#### Notes