home *** CD-ROM | disk | FTP | other *** search
- #include "iconclock.h"
-
- // Module definition - no functions, but we get called on startup
- ModuleInfo
- module_info={
- 1,
- "iconclock.module",
- "iconclock.catalog",
- MODULEF_CALL_STARTUP,
- 0};
-
-
- USHORT __chip
-
- numeral_data[10][13]={
-
- {0x7e00,0xbd00,0xc300,0xc300,0xc300,0x8100,0x0000,0x8100,
- 0xc300,0xc300,0xc300,0xbd00,0x7e00},
-
- {0x0000,0x0100,0x0300,0x0300,0x0300,0x0100,0x0000,0x0100,
- 0x0300,0x0300,0x0300,0x0100,0x0000},
-
- {0x7e00,0x3d00,0x0300,0x0300,0x0300,0x3d00,0x7e00,0xbc00,
- 0xc000,0xc000,0xc000,0xbc00,0x7e00},
-
- {0x7e00,0x3d00,0x0300,0x0300,0x0300,0x3d00,0x7e00,0x3d00,
- 0x0300,0x0300,0x0300,0x3d00,0x7e00},
-
- {0x0000,0x8100,0xc300,0xc300,0xc300,0xbd00,0x7e00,0x3d00,
- 0x0300,0x0300,0x0300,0x0100,0x0000},
-
- {0x7e00,0xbc00,0xc000,0xc000,0xc000,0xbc00,0x7e00,0x3d00,
- 0x0300,0x0300,0x0300,0x3d00,0x7e00},
-
- {0x7e00,0xbc00,0xc000,0xc000,0xc000,0xbc00,0x7e00,0xbd00,
- 0xc300,0xc300,0xc300,0xbd00,0x7e00},
-
- {0x7e00,0xbd00,0xc300,0xc300,0xc300,0x8100,0x0000,0x0100,
- 0x0300,0x0300,0x0300,0x0100,0x0000},
-
- {0x7e00,0xbd00,0xc300,0xc300,0xc300,0xbd00,0x7e00,0xbd00,
- 0xc300,0xc300,0xc300,0xbd00,0x7e00},
-
- {0x7e00,0xbd00,0xc300,0xc300,0xc300,0xbd00,0x7e00,0x3d00,
- 0x0300,0x0300,0x0300,0x3d00,0x7e00}},
-
- colon_data[3][13]={
-
- {0x0000,0x0000,0x3000,0x3000,0x3000,0x0000,0x0000,0x0000,
- 0x3000,0x3000,0x3000,0x0000,0x0000},
-
- {0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x3000,0x3000,0x3000,0x0000,0x0000},
-
- {0x0000,0x0000,0x3000,0x3000,0x3000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000}};
-