Home » Personal collection » Acorn hard disk » zipped_disks » 2000_games » games/!HOLEDOUT/Driver

games/!HOLEDOUT/Driver

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 » Personal collection » Acorn hard disk » zipped_disks » 2000_games
Filename: games/!HOLEDOUT/Driver
Read OK:
File size: 00EA bytes
Load address: 0000
Exec address: 0000
File contents
   10REM > DRIVER
   20Screen=2:Sprites=3
   30PROCSetArea(Screen,240*1024)
   40PROCSetArea(Sprites,240*1024)
   50CHAIN"HoledOut2"
   60
   70DEFPROCSetArea(Area,Size)
   80SYS"OS_ReadDynamicArea",Area TO ,OldSize
   90SYS"OS_ChangeDynamicArea",Area,Size-OldSize
  100ENDPROC

� > DRIVER
Screen=2:Sprites=3
�SetArea(Screen,240*1024)
(�SetArea(Sprites,240*1024)
2�"HoledOut2"
<
F��SetArea(Area,Size)
P*ș"OS_ReadDynamicArea",Area � ,OldSize
Z.ș"OS_ChangeDynamicArea",Area,Size-OldSize
d�
�
00000000  0d 00 0a 0e f4 20 3e 20  44 52 49 56 45 52 0d 00  |..... > DRIVER..|
00000010  14 16 53 63 72 65 65 6e  3d 32 3a 53 70 72 69 74  |..Screen=2:Sprit|
00000020  65 73 3d 33 0d 00 1e 1d  f2 53 65 74 41 72 65 61  |es=3.....SetArea|
00000030  28 53 63 72 65 65 6e 2c  32 34 30 2a 31 30 32 34  |(Screen,240*1024|
00000040  29 0d 00 28 1e f2 53 65  74 41 72 65 61 28 53 70  |)..(..SetArea(Sp|
00000050  72 69 74 65 73 2c 32 34  30 2a 31 30 32 34 29 0d  |rites,240*1024).|
00000060  00 32 10 d7 22 48 6f 6c  65 64 4f 75 74 32 22 0d  |.2.."HoledOut2".|
00000070  00 3c 04 0d 00 46 18 dd  f2 53 65 74 41 72 65 61  |.<...F...SetArea|
00000080  28 41 72 65 61 2c 53 69  7a 65 29 0d 00 50 2a c8  |(Area,Size)..P*.|
00000090  99 22 4f 53 5f 52 65 61  64 44 79 6e 61 6d 69 63  |."OS_ReadDynamic|
000000a0  41 72 65 61 22 2c 41 72  65 61 20 b8 20 2c 4f 6c  |Area",Area . ,Ol|
000000b0  64 53 69 7a 65 0d 00 5a  2e c8 99 22 4f 53 5f 43  |dSize..Z..."OS_C|
000000c0  68 61 6e 67 65 44 79 6e  61 6d 69 63 41 72 65 61  |hangeDynamicArea|
000000d0  22 2c 41 72 65 61 2c 53  69 7a 65 2d 4f 6c 64 53  |",Area,Size-OldS|
000000e0  69 7a 65 0d 00 64 05 e1  0d ff                    |ize..d....|
000000ea