mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-15 22:08:47 +00:00
7 lines
299 B
C
7 lines
299 B
C
|
#define sm_floppy_width 16
|
||
|
#define sm_floppy_height 16
|
||
|
static unsigned char sm_floppy_bits[] = {
|
||
|
0xfe, 0x3f, 0x09, 0x50, 0x09, 0x96, 0x09, 0x90, 0xf1, 0x8f, 0x01, 0x80,
|
||
|
0xf9, 0x9f, 0x05, 0xa0, 0x05, 0xa0, 0x05, 0xa0, 0x05, 0xa0, 0x05, 0xa0,
|
||
|
0x05, 0xa0, 0x05, 0xa0, 0x05, 0xa0, 0xff, 0xff};
|