Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199609.adf » Regulars » StarInfo/Lurcock/!SpiroLat/h/events
StarInfo/Lurcock/!SpiroLat/h/events
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199609.adf » Regulars |
Filename: | StarInfo/Lurcock/!SpiroLat/h/events |
Read OK: | ✔ |
File size: | 00B7 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
#ifndef __events_h #define __events_h #define menu_quit_event 0x1 #define update_drawfile_event 0x100 static int wimp_messages[] = {8,0}; static int toolbox_events[] = {0}; #endif
00000000 23 69 66 6e 64 65 66 20 5f 5f 65 76 65 6e 74 73 |#ifndef __events| 00000010 5f 68 0a 23 64 65 66 69 6e 65 20 5f 5f 65 76 65 |_h.#define __eve| 00000020 6e 74 73 5f 68 0a 0a 23 64 65 66 69 6e 65 20 6d |nts_h..#define m| 00000030 65 6e 75 5f 71 75 69 74 5f 65 76 65 6e 74 20 30 |enu_quit_event 0| 00000040 78 31 0a 23 64 65 66 69 6e 65 20 75 70 64 61 74 |x1.#define updat| 00000050 65 5f 64 72 61 77 66 69 6c 65 5f 65 76 65 6e 74 |e_drawfile_event| 00000060 20 30 78 31 30 30 0a 73 74 61 74 69 63 20 69 6e | 0x100.static in| 00000070 74 20 77 69 6d 70 5f 6d 65 73 73 61 67 65 73 5b |t wimp_messages[| 00000080 5d 20 20 3d 20 7b 38 2c 30 7d 3b 0a 73 74 61 74 |] = {8,0};.stat| 00000090 69 63 20 69 6e 74 20 74 6f 6f 6c 62 6f 78 5f 65 |ic int toolbox_e| 000000a0 76 65 6e 74 73 5b 5d 20 3d 20 7b 30 7d 3b 0a 0a |vents[] = {0};..| 000000b0 23 65 6e 64 69 66 0a |#endif.| 000000b7