pacth gfxbase.h for KICK1.3

This commit is contained in:
bebbo 2023-12-15 16:37:38 +01:00
parent 44f120f8e1
commit a135dcab16
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
--- old/graphics/gfxbase.h 2022-02-03 11:59:08.000000000 +0100
+++ new/graphics/gfxbase.h 2023-12-15 10:19:22.648814358 +0100
@@ -116,6 +116,7 @@
UWORD MonitorFlags;
UBYTE ScanDoubledSprites;
UBYTE BP3Bits;
+#ifndef __KICK13__
struct AnalogSignalInterval MonitorVBlank;
struct MonitorSpec *natural_monitor;
APTR ProgData;
@@ -127,6 +128,7 @@
ULONG *HWEmul[9];
struct RegionRectangle *Scratch;
ULONG ScratchSize;
+#endif
};
#define ChunkyToPlanarPtr HWEmul[0]