Skip to content

Commit cda3221

Browse files
update CAS_LCD_REFRESH to 7002 offset
1 parent 7af371f commit cda3221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doom/i_video.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define POINTER_WARP_COUNTDOWN 1
4646

4747
#define CAS_FRAMEBUFFER ((short *)0x8C000000)
48-
#define CAS_LCD_REFRESH ((void (*)(void))0x8003733E)
48+
#define CAS_LCD_REFRESH ((void (*)(void))0x800373B0) // 8003733E)
4949

5050
#define LINE_SIZE 1024
5151

0 commit comments

Comments
 (0)