diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-09 09:42:11 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-09 09:42:11 +0000 |
commit | 3713f545e4c3e8f2f603be966dec919f27c469a5 (patch) | |
tree | 4c553ba3c3d9ab5ea8159ba7bc3aee7be21e7264 /src | |
parent | 057037d31ed7368790dde38b65939ed294d30579 (diff) | |
download | ubox-msx-lib-3713f545e4c3e8f2f603be966dec919f27c469a5.tar.gz ubox-msx-lib-3713f545e4c3e8f2f603be966dec919f27c469a5.zip |
Fixed export name
Diffstat (limited to 'src')
-rw-r--r-- | src/ap/ap.z80 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap/ap.z80 b/src/ap/ap.z80 index 5dc7fe2..b968853 100644 --- a/src/ap/ap.z80 +++ b/src/ap/ap.z80 @@ -29,7 +29,7 @@ _ap_uncompress:: ld h, (hl) ld l, a -ap_depack:: +ap_uncompress:: ld ixl, #128 apbranch1: |