We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b021d70 commit 5280593Copy full SHA for 5280593
xaudio/Devs/AHI/replay.audio
-28 Bytes
xaudio/src/replay_audio.s
@@ -57,13 +57,13 @@
57
ENDC
58
59
60
-VERSION EQU 4
+VERSION EQU 1
61
REVISION EQU 0
62
DATE MACRO
63
- dc.b "05.08.2020"
+ dc.b "7.4.2022"
64
ENDM
65
VERS MACRO
66
- dc.b "replay.audio 0.4"
+ dc.b "replay.audio 1.0"
67
68
69
VSTRING MACRO
@@ -754,7 +754,7 @@ RomTag:
754
dc.l RomTag
755
dc.l EndCode
756
dc.b RTF_AUTOINIT
757
- dc.b VERSION
+ dc.b 4 ;AHI VERSION
758
dc.b NT_LIBRARY
759
dc.b 0 ;pri
760
dc.l LibName
@@ -2454,7 +2454,7 @@ ga_Copyright:
2454
lea .copyright(pc),a0
2455
move.l a0,d0
2456
rts
2457
-.copyright dc.b "� 2017 All rights reserved",0
+.copyright dc.b "© 2022 All rights reserved",0
2458
even
2459
2460
ga_Version:
xaudio/xaudio_ahi.lha
127 Bytes
0 commit comments