Home » Archimedes archive » Acorn User » AU 1996-Xmas.adf » Features » Arcade/!Popcorn/c/Vars

Arcade/!Popcorn/c/Vars

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 » Archimedes archive » Acorn User » AU 1996-Xmas.adf » Features
Filename: Arcade/!Popcorn/c/Vars
Read OK:
File size: 00FC bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
#include "Popcorn:h.Popcorn"

struct window	        game_window;
struct window	        user_window;

struct resource         *resource[MAX_RESOURCES];
struct prototype        *prototype[MAX_PROTOTYPES];
int    			prototype_free = 0, resource_free = 0;
00000000  23 69 6e 63 6c 75 64 65  20 22 50 6f 70 63 6f 72  |#include "Popcor|
00000010  6e 3a 68 2e 50 6f 70 63  6f 72 6e 22 0a 0a 73 74  |n:h.Popcorn"..st|
00000020  72 75 63 74 20 77 69 6e  64 6f 77 09 20 20 20 20  |ruct window.    |
00000030  20 20 20 20 67 61 6d 65  5f 77 69 6e 64 6f 77 3b  |    game_window;|
00000040  0a 73 74 72 75 63 74 20  77 69 6e 64 6f 77 09 20  |.struct window. |
00000050  20 20 20 20 20 20 20 75  73 65 72 5f 77 69 6e 64  |       user_wind|
00000060  6f 77 3b 0a 0a 73 74 72  75 63 74 20 72 65 73 6f  |ow;..struct reso|
00000070  75 72 63 65 20 20 20 20  20 20 20 20 20 2a 72 65  |urce         *re|
00000080  73 6f 75 72 63 65 5b 4d  41 58 5f 52 45 53 4f 55  |source[MAX_RESOU|
00000090  52 43 45 53 5d 3b 0a 73  74 72 75 63 74 20 70 72  |RCES];.struct pr|
000000a0  6f 74 6f 74 79 70 65 20  20 20 20 20 20 20 20 2a  |ototype        *|
000000b0  70 72 6f 74 6f 74 79 70  65 5b 4d 41 58 5f 50 52  |prototype[MAX_PR|
000000c0  4f 54 4f 54 59 50 45 53  5d 3b 0a 69 6e 74 20 20  |OTOTYPES];.int  |
000000d0  20 20 09 09 09 70 72 6f  74 6f 74 79 70 65 5f 66  |  ...prototype_f|
000000e0  72 65 65 20 3d 20 30 2c  20 72 65 73 6f 75 72 63  |ree = 0, resourc|
000000f0  65 5f 66 72 65 65 20 3d  20 30 3b 0a              |e_free = 0;.|
000000fc