Skip to content

Commit 2f47323

Browse files
committed
final files ready for release of v5.1.0
1 parent bbae5af commit 2f47323

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

AR5.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10281,7 +10281,7 @@ ChangedToText:
1028110281

1028210282
aboutText:
1028310283
DC.B "********************************************************************************"
10284-
DC.B " ACTION REPLAY AMIGA V5.1.0-dev (10-Jun-2025)",$D
10284+
DC.B " ACTION REPLAY AMIGA V5.1.0 (12-Jun-2025)",$D
1028510285
DC.B " Developed by REbEL / QUARTEX",$D
1028610286
DC.B " Hardware Engineering by NA103 and GERBIL",$D,$D
1028710287
DC.B " Based upon Action Replay MKIII (Datel Electronics)",$D
@@ -46247,7 +46247,7 @@ LAB_A2A340:
4624746247
.1
4624846248
JSR PrintCR
4624946249
.2
46250-
MOVE.L (A7)+,A0
46250+
MOVEM.L (A7)+,A0/D7
4625146251
MOVEQ #0,D0
4625246252
BRA.S LAB_A2A31C
4625346253

Action Replay 5 Manual.pdf

7.9 KB
Binary file not shown.

Complete Command List.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Action Replay 5 Complete Command List
5959
C <1|2|address>
6060

6161
CACHE (Enable/disable cache)
62-
CACHE (<0|1>)
62+
CACHE (newval)
6363

6464
CCOPY (Alias for CODECOPY)
6565
CCOPY <source-drive> <dest-drive>
@@ -528,8 +528,8 @@ Action Replay 5 Complete Command List
528528
SETAPI (Set api handler)
529529
SETAPI
530530

531-
SETTYPE (Set exception handler)
532-
SETTYPE
531+
SETEXCEPT (Set exception handler)
532+
SETEXCEPT
533533

534534
SETMAP (Keymap editor)
535535
SETMAP

file_id.diz

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
_____ ____
2+
_____ ____ _\ |_(____)______ _________
3+
\ . \_/ ._|_\_ __ __\ /__\ /
4+
_ / |\ / |/ /REPLAY/ / /
5+
|___\_______| |___|\ / / st!/
6+
__|-----------|__|-----\ V /----\---------->
7+
| \ / Created by |
8+
| Action Replay 5 Y REbEL/QTX |
9+
| V5.1.0 + |
10+
`---------------------------[12.06.25]----+-

0 commit comments

Comments
 (0)