Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_35.ADF » P/+dMAN1

P/+dMAN1

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 ADFS disks » Electron_User_Group » EUG_35.ADF
Filename: P/+dMAN1
Read OK:
File size: 0472 bytes
Load address: FFFFFF47
Exec address: 20551
Duplicates

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

File contents
MANUAL FOR OSWDTCT (BBC BASIC)


This file describes the program OSWDTCT which makes several OS calls to your

version of the operating system and additional ROMs to see if you have suitable

hard and software to allow the 'Doomsday' ROM to be used.

The 'Doomsday' ROM extends the date range of 8bit Acorns from 1900-1999 to the

year 1800-2199,and also adds several useful *commands.


The manual and software is (C)1997 SPROW


INSTRUCTIONS-

At the BASIC prompt,type CHAIN"OSWDTCT"


The program will then report back to you which OS calls you have available,

which it needs to run.Plus an overall opinion whether 'Doomsday' will function

or not in your machine.


EXIT MESSAGES-

"Doomsday is suitable for your machine" - the calls reqd are supported

"Doomsday is unsuitable for you machine" - the calls reqd are not supported

"Doomsday is only suitable for 8 bit machines" - only 6502 based machines run Doomsday 


KNOWN PROBLEMS/FUTURE ENHANCEMENTS-

No known problems


HISTORY-

V1.00 Original submitted to 8 Bit software,EUG,and Acorn User magazines.

V1.05 Check for machine id so that 32 bit Acorns are rejected.

00000000  4d 41 4e 55 41 4c 20 46  4f 52 20 4f 53 57 44 54  |MANUAL FOR OSWDT|
00000010  43 54 20 28 42 42 43 20  42 41 53 49 43 29 0a 0d  |CT (BBC BASIC)..|
00000020  0a 0d 54 68 69 73 20 66  69 6c 65 20 64 65 73 63  |..This file desc|
00000030  72 69 62 65 73 20 74 68  65 20 70 72 6f 67 72 61  |ribes the progra|
00000040  6d 20 4f 53 57 44 54 43  54 20 77 68 69 63 68 20  |m OSWDTCT which |
00000050  6d 61 6b 65 73 20 73 65  76 65 72 61 6c 20 4f 53  |makes several OS|
00000060  20 63 61 6c 6c 73 20 74  6f 20 79 6f 75 72 0a 0d  | calls to your..|
00000070  76 65 72 73 69 6f 6e 20  6f 66 20 74 68 65 20 6f  |version of the o|
00000080  70 65 72 61 74 69 6e 67  20 73 79 73 74 65 6d 20  |perating system |
00000090  61 6e 64 20 61 64 64 69  74 69 6f 6e 61 6c 20 52  |and additional R|
000000a0  4f 4d 73 20 74 6f 20 73  65 65 20 69 66 20 79 6f  |OMs to see if yo|
000000b0  75 20 68 61 76 65 20 73  75 69 74 61 62 6c 65 0a  |u have suitable.|
000000c0  0d 68 61 72 64 20 61 6e  64 20 73 6f 66 74 77 61  |.hard and softwa|
000000d0  72 65 20 74 6f 20 61 6c  6c 6f 77 20 74 68 65 20  |re to allow the |
000000e0  27 44 6f 6f 6d 73 64 61  79 27 20 52 4f 4d 20 74  |'Doomsday' ROM t|
000000f0  6f 20 62 65 20 75 73 65  64 2e 0a 0d 54 68 65 20  |o be used...The |
00000100  27 44 6f 6f 6d 73 64 61  79 27 20 52 4f 4d 20 65  |'Doomsday' ROM e|
00000110  78 74 65 6e 64 73 20 74  68 65 20 64 61 74 65 20  |xtends the date |
00000120  72 61 6e 67 65 20 6f 66  20 38 62 69 74 20 41 63  |range of 8bit Ac|
00000130  6f 72 6e 73 20 66 72 6f  6d 20 31 39 30 30 2d 31  |orns from 1900-1|
00000140  39 39 39 20 74 6f 20 74  68 65 0a 0d 79 65 61 72  |999 to the..year|
00000150  20 31 38 30 30 2d 32 31  39 39 2c 61 6e 64 20 61  | 1800-2199,and a|
00000160  6c 73 6f 20 61 64 64 73  20 73 65 76 65 72 61 6c  |lso adds several|
00000170  20 75 73 65 66 75 6c 20  2a 63 6f 6d 6d 61 6e 64  | useful *command|
00000180  73 2e 0a 0d 0a 0d 54 68  65 20 6d 61 6e 75 61 6c  |s.....The manual|
00000190  20 61 6e 64 20 73 6f 66  74 77 61 72 65 20 69 73  | and software is|
000001a0  20 28 43 29 31 39 39 37  20 53 50 52 4f 57 0a 0d  | (C)1997 SPROW..|
000001b0  0a 0d 49 4e 53 54 52 55  43 54 49 4f 4e 53 2d 0a  |..INSTRUCTIONS-.|
000001c0  0d 41 74 20 74 68 65 20  42 41 53 49 43 20 70 72  |.At the BASIC pr|
000001d0  6f 6d 70 74 2c 74 79 70  65 20 43 48 41 49 4e 22  |ompt,type CHAIN"|
000001e0  4f 53 57 44 54 43 54 22  0a 0d 0a 0d 54 68 65 20  |OSWDTCT"....The |
000001f0  70 72 6f 67 72 61 6d 20  77 69 6c 6c 20 74 68 65  |program will the|
00000200  6e 20 72 65 70 6f 72 74  20 62 61 63 6b 20 74 6f  |n report back to|
00000210  20 79 6f 75 20 77 68 69  63 68 20 4f 53 20 63 61  | you which OS ca|
00000220  6c 6c 73 20 79 6f 75 20  68 61 76 65 20 61 76 61  |lls you have ava|
00000230  69 6c 61 62 6c 65 2c 0a  0d 77 68 69 63 68 20 69  |ilable,..which i|
00000240  74 20 6e 65 65 64 73 20  74 6f 20 72 75 6e 2e 50  |t needs to run.P|
00000250  6c 75 73 20 61 6e 20 6f  76 65 72 61 6c 6c 20 6f  |lus an overall o|
00000260  70 69 6e 69 6f 6e 20 77  68 65 74 68 65 72 20 27  |pinion whether '|
00000270  44 6f 6f 6d 73 64 61 79  27 20 77 69 6c 6c 20 66  |Doomsday' will f|
00000280  75 6e 63 74 69 6f 6e 0a  0d 6f 72 20 6e 6f 74 20  |unction..or not |
00000290  69 6e 20 79 6f 75 72 20  6d 61 63 68 69 6e 65 2e  |in your machine.|
000002a0  0a 0d 0a 0d 45 58 49 54  20 4d 45 53 53 41 47 45  |....EXIT MESSAGE|
000002b0  53 2d 0a 0d 22 44 6f 6f  6d 73 64 61 79 20 69 73  |S-.."Doomsday is|
000002c0  20 73 75 69 74 61 62 6c  65 20 66 6f 72 20 79 6f  | suitable for yo|
000002d0  75 72 20 6d 61 63 68 69  6e 65 22 20 2d 20 74 68  |ur machine" - th|
000002e0  65 20 63 61 6c 6c 73 20  72 65 71 64 20 61 72 65  |e calls reqd are|
000002f0  20 73 75 70 70 6f 72 74  65 64 0a 0d 22 44 6f 6f  | supported.."Doo|
00000300  6d 73 64 61 79 20 69 73  20 75 6e 73 75 69 74 61  |msday is unsuita|
00000310  62 6c 65 20 66 6f 72 20  79 6f 75 20 6d 61 63 68  |ble for you mach|
00000320  69 6e 65 22 20 2d 20 74  68 65 20 63 61 6c 6c 73  |ine" - the calls|
00000330  20 72 65 71 64 20 61 72  65 20 6e 6f 74 20 73 75  | reqd are not su|
00000340  70 70 6f 72 74 65 64 0a  0d 22 44 6f 6f 6d 73 64  |pported.."Doomsd|
00000350  61 79 20 69 73 20 6f 6e  6c 79 20 73 75 69 74 61  |ay is only suita|
00000360  62 6c 65 20 66 6f 72 20  38 20 62 69 74 20 6d 61  |ble for 8 bit ma|
00000370  63 68 69 6e 65 73 22 20  2d 20 6f 6e 6c 79 20 36  |chines" - only 6|
00000380  35 30 32 20 62 61 73 65  64 20 6d 61 63 68 69 6e  |502 based machin|
00000390  65 73 20 72 75 6e 20 44  6f 6f 6d 73 64 61 79 20  |es run Doomsday |
000003a0  0a 0d 0a 0d 4b 4e 4f 57  4e 20 50 52 4f 42 4c 45  |....KNOWN PROBLE|
000003b0  4d 53 2f 46 55 54 55 52  45 20 45 4e 48 41 4e 43  |MS/FUTURE ENHANC|
000003c0  45 4d 45 4e 54 53 2d 0a  0d 4e 6f 20 6b 6e 6f 77  |EMENTS-..No know|
000003d0  6e 20 70 72 6f 62 6c 65  6d 73 0a 0d 0a 0d 48 49  |n problems....HI|
000003e0  53 54 4f 52 59 2d 0a 0d  56 31 2e 30 30 20 4f 72  |STORY-..V1.00 Or|
000003f0  69 67 69 6e 61 6c 20 73  75 62 6d 69 74 74 65 64  |iginal submitted|
00000400  20 74 6f 20 38 20 42 69  74 20 73 6f 66 74 77 61  | to 8 Bit softwa|
00000410  72 65 2c 45 55 47 2c 61  6e 64 20 41 63 6f 72 6e  |re,EUG,and Acorn|
00000420  20 55 73 65 72 20 6d 61  67 61 7a 69 6e 65 73 2e  | User magazines.|
00000430  0a 0d 56 31 2e 30 35 20  43 68 65 63 6b 20 66 6f  |..V1.05 Check fo|
00000440  72 20 6d 61 63 68 69 6e  65 20 69 64 20 73 6f 20  |r machine id so |
00000450  74 68 61 74 20 33 32 20  62 69 74 20 41 63 6f 72  |that 32 bit Acor|
00000460  6e 73 20 61 72 65 20 72  65 6a 65 63 74 65 64 2e  |ns are rejected.|
00000470  0a 0d                                             |..|
00000472
P/+dMAN1.m0
P/+dMAN1.m1
P/+dMAN1.m2
P/+dMAN1.m4
P/+dMAN1.m5