]> Shamusworld >> Repos - apple2/blob - src/apple2-icon-64x64.h
Add support for .hdv hard drive images, new "Rob Color TV" palette.
[apple2] / src / apple2-icon-64x64.h
1 #ifndef __APPLE2_ICON_64X64_H__
2 #define __APPLE2_ICON_64X64_H__
3
4 #include <stdint.h>
5
6 extern uint8_t icon[];
7
8 #endif  // __APPLE2_ICON_64X64_H__
9