summarylogtreecommitdiffstats
path: root/previous-r1466-fix-build.patch
blob: d402b63738b9429d9986c887bb2944b129176ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --unified --recursive --text previous/src/ioMemTabNEXT.c previous-new/src/ioMemTabNEXT.c
--- previous/src/ioMemTabNEXT.c	2024-05-27 12:04:38.493507639 +0200
+++ previous-new/src/ioMemTabNEXT.c	2024-05-27 12:26:54.843722955 +0200
@@ -312,5 +312,5 @@
 	{ 0x0201a002, 0x0001e003, SIZE_BYTE, IoMem_ReadWithoutInterception, IoMem_WriteWithoutInterceptionButTrace },
 	{ 0x0201a003, 0x0001e003, SIZE_BYTE, IoMem_ReadWithoutInterception, IoMem_WriteWithoutInterceptionButTrace },
 
-	{ 0, 0, NULL, NULL }
+	{ 0, 0, 0, NULL, NULL }
 };
diff --unified --recursive --text previous/src/ioMemTabTurbo.c previous-new/src/ioMemTabTurbo.c
--- previous/src/ioMemTabTurbo.c	2024-05-27 12:04:38.493507639 +0200
+++ previous-new/src/ioMemTabTurbo.c	2024-05-27 12:28:38.718446720 +0200
@@ -233,5 +233,5 @@
 	{ 0x0201c002, 0x0001e003, SIZE_BYTE, RAMDAC_Read, RAMDAC_Write },
 	{ 0x0201c003, 0x0001e003, SIZE_BYTE, RAMDAC_Read, RAMDAC_Write },
 	
-	{ 0, 0, NULL, NULL }
+	{ 0, 0, 0, NULL, NULL }
 };