Skip to content

Commit 834a8f1

Browse files
committed
[rtg] bump version and rebuild
1 parent 3453495 commit 834a8f1

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

rtg/Replay.card

208 Bytes
Binary file not shown.

rtg/replay.card.asm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
;
1414
;
1515

16+
; 2.1 - Use official P96 struct definitions
17+
; Support the new meaning of BIF_CACHEMODECHANGE (no fallback for MMU)
18+
; Warn (RECOVERY_ALERT) if missing mmu.library / failed MMU operation
19+
; Fix incorrect MMU memory region fitting
1620
; 2.0 - Embed Replay.card inside replay.com
1721
; 1.26 - Set pixelclocks for 24bit TrueColor
1822
; 1.25 - Use mmu.library to set MMU cache mode (if available) (eriQue)
@@ -180,7 +184,7 @@ ReplayCard:
180184
dc.b 'Replay.card',0,0
181185
dc.b '$VER: '
182186
IDString:
183-
dc.b 'Replay.card 2.0 (15.3.2022)',0
187+
dc.b 'Replay.card 2.1 (7.4.2022)',0
184188
dc.b 0
185189
expansionLibName:
186190
dc.b 'expansion.library',0
@@ -206,7 +210,7 @@ DataTable:
206210
INITLONG LN_NAME,ReplayCard
207211
INITBYTE LIB_FLAGS,LIBF_SUMUSED|LIBF_CHANGED
208212
INITWORD LIB_VERSION,2
209-
INITWORD LIB_REVISION,0
213+
INITWORD LIB_REVISION,1
210214
INITLONG LIB_IDSTRING,IDString
211215
INITLONG card_Name,CardName
212216
dc.w 0,0

rtg/replay_rtg_driver_2.0.zip

-2.67 KB
Binary file not shown.

rtg/replay_rtg_driver_2.1.zip

2.86 KB
Binary file not shown.

0 commit comments

Comments
 (0)