]> Shamusworld >> Repos - apple2/blobdiff - src/fd-img-128x128.c
Added Prodos detection for .dsk images, fixes to 80STORE switch.
[apple2] / src / fd-img-128x128.c
index b1cd0a79c4d546201d7ce9687685c0926b198ee1..80b9ffb72394ee6681cf174484b4ececadd00fae 100755 (executable)
@@ -1,6 +1,6 @@
 /* GIMP RGBA C-Source image dump (fd-img-128x128.c) */
 
-uint8 floppyDiskImg[] = {
+uint8_t floppyDiskImg[] = {
 //     128 / 256, 128 % 256,   // width (HI byte, LO byte)
 //     128 / 256, 128 % 256,   // height (HI byte, LO byte)
        "\000\200\000\200"              // Same thing as above, just in octal... :-P