Skip to content

Commit 7ce71b7

Browse files
authored
Update ZXGraphics.c
add notify
1 parent 892e0ce commit 7ce71b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZXGraphics.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ static const unsigned char lByte[] =
735735
// If you do not want to go to hell, then do not go into this code.
736736
// This function is working of 100%, but is very hard for mind.
737737
// Any changes of this fuction or any BitBlit functions should be accompanied
738-
// running test functions in zxGraphicsTest.h.
738+
// running "ZXGraphicsGen.py" and running test functions in zxGraphicsTest.h.
739739
// BEGIN $RawBitBlit(WriteByte1, WriteByte2, WriteByte3, WriteByte4)$. Do not change this line!
740740
void ZXRawBitBlitCopy(ZXBitmapRef bitmap, int x, int y,
741741
ZXBitmapRef src, int srcX, int srcY, int srcWidth, int srcHeight)

0 commit comments

Comments
 (0)