blob: abfe3b04d2ac8228de244e8b8a8c5dad9392798b (
plain)
1
2
3
4
5
|
#define diskette_width 9
#define diskette_height 9
static unsigned char diskette_bits[] = {
0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7d, 0x01,
0x75, 0x01, 0x75, 0x01, 0xfe, 0x01 };
|