mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-18 11:08:26 +00:00
5 lines
178 B
C
5 lines
178 B
C
|
#define sm_harddisk_width 16
|
||
|
#define sm_harddisk_height 6
|
||
|
static unsigned char sm_harddisk_bits[] = {
|
||
|
0xff, 0xff, 0x01, 0x80, 0x01, 0x80, 0x05, 0x80, 0x01, 0x80, 0xff, 0xff};
|