Bochs/bochs/gui/bitmaps/saverestore.h
2011-02-24 22:05:47 +00:00

27 lines
1.1 KiB
C
Executable File

/////////////////////////////////////////////////////////////////////////
// $Id$
/////////////////////////////////////////////////////////////////////////
#define BX_SAVE_RESTORE_BMAP_X 32
#define BX_SAVE_RESTORE_BMAP_Y 32
static const unsigned char bx_save_restore_bmap[(BX_SAVE_RESTORE_BMAP_X * BX_SAVE_RESTORE_BMAP_Y)/8] =
{
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x2e, 0xdd, 0x9d, 0x3b,
0x22, 0x45, 0x45, 0x4a, 0x2c, 0xd9, 0x5d, 0x4a,
0x28, 0x51, 0x44, 0x4a, 0xee, 0x5d, 0x5c, 0x3a,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0xe0, 0x01, 0x00, 0x00, 0xe0, 0x01, 0x00,
0x00, 0xe0, 0x01, 0x00, 0x00, 0xe0, 0x01, 0x00,
0x00, 0xec, 0x0d, 0x00, 0x00, 0xee, 0x1d, 0x00,
0x00, 0xef, 0x3d, 0x00, 0x00, 0xe7, 0x39, 0x00,
0x00, 0xe7, 0x39, 0x00, 0x00, 0x07, 0x38, 0x00,
0x00, 0x07, 0x38, 0x00, 0x00, 0x07, 0x38, 0x00,
0x00, 0x07, 0x38, 0x00, 0x00, 0x07, 0x38, 0x00,
0x00, 0xff, 0x3f, 0x00, 0x00, 0xfe, 0x1f, 0x00,
0x00, 0xfc, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};