mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
7 lines
296 B
C
7 lines
296 B
C
|
#define sm_cdrom_width 16
|
||
|
#define sm_cdrom_height 16
|
||
|
static unsigned char sm_cdrom_bits[] = {
|
||
|
0xe0, 0x07, 0x18, 0x18, 0x04, 0x20, 0x0a, 0x40, 0x12, 0x40, 0xed, 0x83,
|
||
|
0xb1, 0x85, 0x61, 0x86, 0x61, 0x86, 0xa1, 0x8d, 0xc1, 0xb7, 0x02, 0x48,
|
||
|
0x02, 0x50, 0x04, 0x20, 0x18, 0x18, 0xe0, 0x07};
|