hfsutils/images/floppy.xbm
Pablo Lezaeta Reyes 60d1b2c293
Initial import from https://www.mars.org/home/rob/proj/hfs/
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
2017-09-27 00:10:03 -03:00

15 lines
890 B
C

#define floppy_width 32
#define floppy_height 32
static unsigned char floppy_bits[] = {
0xfe, 0xff, 0xff, 0x0f, 0x81, 0x00, 0x80, 0x10, 0x81, 0x00, 0x8e, 0x20,
0x81, 0x00, 0x91, 0x40, 0x81, 0x00, 0x91, 0x80, 0x81, 0x00, 0x91, 0x80,
0x81, 0x00, 0x91, 0x80, 0x81, 0x00, 0x91, 0x80, 0x81, 0x00, 0x8e, 0x80,
0x81, 0x00, 0x80, 0x80, 0x01, 0xff, 0x7f, 0x80, 0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0xe1, 0xff, 0xff, 0x87,
0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88,
0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88,
0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88,
0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88,
0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88, 0x11, 0x00, 0x00, 0x88,
0x11, 0x00, 0x00, 0x88, 0xfe, 0xff, 0xff, 0x7f};