3b826875f6
- Added floppy A/B and cdrom1 "ejected" XPM files. - Renamed "cdromd" bitmaps to "cdrom1". - Return pseudo bitmap and header IDs for implementing replace_bitmap() feature. - Update mouse capture mode in specific_init() if necessary.
41 lines
1.3 KiB
C
41 lines
1.3 KiB
C
/* XPM */
|
|
static const char *floppya_eject_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"32 32 2 1 ",
|
|
" c None",
|
|
". c black",
|
|
/* pixels */
|
|
". . .",
|
|
" . . . . ",
|
|
" . . . . . ",
|
|
" . ... . ",
|
|
" . .. .. . . ",
|
|
" . .. .. . ",
|
|
" . . ",
|
|
" ...................... ",
|
|
" .... .... ",
|
|
" . ................ . ",
|
|
" . . . . . . ",
|
|
" .... ............ .... ",
|
|
" .... . . .... ",
|
|
" .... ............ .... ",
|
|
" .... . . .... ",
|
|
" .... ............ .... ",
|
|
" .... .. .... ",
|
|
" .... ............ .... ",
|
|
" .... . . .... ",
|
|
" .... ............ .... ",
|
|
" .... . . .... ",
|
|
" ...................... ",
|
|
" ...................... ",
|
|
" ...................... ",
|
|
" ...................... ",
|
|
" ....... . . . . ...... ",
|
|
" ...... ..... . . ..... ",
|
|
" ........ ... . . ....... ",
|
|
" . ...... ..... . . ..... . ",
|
|
" . ...... ... . . ...... . ",
|
|
" . .... . . . . . ..... . ",
|
|
". .... . . . . ...... ."
|
|
};
|