Re: [ql-users] BMP second release

2006-08-19 Thread Dilwyn Jones
Like a PIC, but with a 14 byte header instead of 10 bytes. The extra 
long word is usually a zero before the $4AFC flag.
-- 
Dilwyn Jones

- Original Message - 
From: "Ralf Reköndt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 19, 2006 5:30 PM
Subject: Re: [ql-users] BMP second release


> Hmm, what is "PSA"?
>
> Cheers...Ralf R.
>
> - Original Message - 
> From: "Dilwyn Jones"
> Subject: [ql-users] BMP second release
>
>
>> The major new feature is the facility to convert between QL file
>> formats - Screen, PIC, PSA and Page Designer formats.
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.405 / Virus Database: 268.11.3/423 - Release Date: 
> 18/08/2006
> 



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.3/423 - Release Date: 18/08/2006

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread Tony Firshman
P Witte wrote:
> Tonu [aka Tony] Firshman writes:
Whoops!

TonY


-- 
QBBS (QL fido BBS 2:252/67) +44(0)1442-828255
[EMAIL PROTECTED] http://firshman.co.uk
Voice: +44(0)1442-828254 Fax: +44(0)1442-828255 Skype: tonyfirshman
 TF Services, 29 Longfield Road, TRING, Herts, HP23 4DG
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread P Witte

Tonu [aka Tony] Firshman writes:

> As I said to you, I bet it is simply dirty pcb contacts.  Very few 
> people (romdisq is the only one I know) use gold plated contacts, so it 
> oxidises easily. One can get clever glass fibre pencils to clean them, 
> but a hard rubber does a similar job.

Sounds painful..

Per
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread Tony Firshman
Rich Mellor wrote:
> I am having problems with the ROM cartridge for Metacomco Pascal in that  
> it is only rarely recognised by the QL for some reason.
> 
> Does anyone have an image of the ROM cartridge (or can anyone remind me  
> how to make one with SBYTES...) and I can look at getting it reblown.
> 
> Looks like another little job for Tony F. - checking the actual cartridge  
> circuit board and maybe reblowing the EPROM.
> 
As I said to you, I bet it is simply dirty pcb contacts.  Very few 
people (romdisq is the only one I know) use gold plated contacts, so it 
oxidises easily. One can get clever glass fibre pencils to clean them, 
but a hard rubber does a similar job.

Tonu

-- 
QBBS (QL fido BBS 2:252/67) +44(0)1442-828255
[EMAIL PROTECTED] http://firshman.co.uk
Voice: +44(0)1442-828254 Fax: +44(0)1442-828255 Skype: tonyfirshman
 TF Services, 29 Longfield Road, TRING, Herts, HP23 4DG
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] BMP second release

2006-08-19 Thread Ralf Reköndt
Ok, "Partial Saved Area"

8-)

Cheers...Ralf R.

- Original Message - 
From: "Ralf Reköndt"
Subject: Re: [ql-users] BMP second release


> Hmm, what is "PSA"?

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] BMP second release

2006-08-19 Thread Ralf Reköndt
Hmm, what is "PSA"?

Cheers...Ralf R.

- Original Message - 
From: "Dilwyn Jones"
Subject: [ql-users] BMP second release


> The major new feature is the facility to convert between QL file 
> formats - Screen, PIC, PSA and Page Designer formats.
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


[ql-users] BMP second release

2006-08-19 Thread Dilwyn Jones
BMP

The second release of my BMP program is now available. This fixes a 
number of bugs in the first release and includes some extra facilities 
in response to feedback received on the first release.

The major new feature is the facility to convert between QL file 
formats - Screen, PIC, PSA and Page Designer formats. BMP also now 
handles PIC and PSA files where the line increment may not be the same 
as that suggested by the physical number of pixels per line. 
Improvements have been made to the handling and display of  Q40/Q60 
graphics on a QPC2 system, and conversion of Aurora mode 16 graphics 
to Q40/Q60 is now more robust (hopefully - I don't have a Q60 to test 
it on, so I hope someone will try it and let me know if it doesn't 
work!)

BMP is freeware and may be downloaded from:

www.dilwyn.uk6.net/graphics/index.html

-- 
Dilwyn Jones



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.3/423 - Release Date: 18/08/2006

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread Rich Mellor
Found it thanks - SBYTES filename,49152,16384

I also now have an image of the Pascal EPROM (thanks Bob)

Ric

On Sat, 19 Aug 2006 16:59:12 +0100, Al Feng <[EMAIL PROTECTED]> wrote:

> Okay, this is imprecise -- it is something like:
>
> SBYTES flp1_pascal 0,65536
> Where "pascal" (in this example) is the name of the file you want to save
> ...
>
> "65536" presumes you are buring a 64K EPROM.
>
> "49152" will presume you only want 48K of code ... etc.
>
> There is probably a delimiter between the file name & numbers ...
> probably, an underscore.
>
> Does that look familiar?
>
>
>
> On Sat, 19 Aug 2006 14:55:45 +0100 "Rich Mellor"
> <[EMAIL PROTECTED]> writes:
>> I am having problems with the ROM cartridge for Metacomco Pascal in
>> that
>> it is only rarely recognised by the QL for some reason.
>>
>> Does anyone have an image of the ROM cartridge (or can anyone remind
>> me
>> how to make one with SBYTES...) and I can look at getting it
>> reblown.
>>
>> Looks like another little job for Tony F. - checking the actual
>> cartridge
>> circuit board and maybe reblowing the EPROM.
>>

-- 
Rich Mellor
RWAP Services
URL:http://www.rwapsoftware.co.uk
URL:http://www.rwapadventures.com
URL:http://www.rwapservices.co.uk
URL:http://www.internetbusinessangels.com

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread Al Feng
Oops -- try this ... 

SBYTES flp1_pascal_49152,65536
 

On Sat, 19 Aug 2006 09:59:12 -0600 Al Feng <[EMAIL PROTECTED]> writes:
> Okay, this is imprecise -- it is something like:
> 
> SBYTES flp1_pascal 0,65536
>  
> Where "pascal" (in this example) is the name of the file you want to 
> save
> ...
> 
> "65536" presumes you are buring a 64K EPROM.
> 
> "49152" will presume you only want 48K of code ... etc.
> 
> There is probably a delimiter between the file name & numbers ...
> probably, an underscore.
> 
> Does that look familiar?
> 
> 
> 
> On Sat, 19 Aug 2006 14:55:45 +0100 "Rich Mellor"
> <[EMAIL PROTECTED]> writes:
> > I am having problems with the ROM cartridge for Metacomco Pascal 
> in 
> > that  
> > it is only rarely recognised by the QL for some reason.
> > 
> > Does anyone have an image of the ROM cartridge (or can anyone 
> remind 
> > me  
> > how to make one with SBYTES...) and I can look at getting it 
> > reblown.
> > 
> > Looks like another little job for Tony F. - checking the actual 
> > cartridge  
> > circuit board and maybe reblowing the EPROM.
> > 
> > -- 
> > Rich Mellor
> > RWAP Services
> > URL:http://www.rwapsoftware.co.uk
> > URL:http://www.rwapadventures.com
> > URL:http://www.rwapservices.co.uk
> > URL:http://www.internetbusinessangels.com
> > 
> > ___
> > QL-Users Mailing List
> > http://www.q-v-d.demon.co.uk/smsqe.htm
> > 
> > 
>  
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
 
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread Al Feng
OR ... 
 
SBYTES flp1_pascal (49152,65536)
 
 
On Sat, 19 Aug 2006 09:59:12 -0600 Al Feng <[EMAIL PROTECTED]> writes:
> Okay, this is imprecise -- it is something like:
> 
> SBYTES flp1_pascal 0,65536
>  
> Where "pascal" (in this example) is the name of the file you want to 
> save
> ...
> 
> "65536" presumes you are buring a 64K EPROM.
> 
> "49152" will presume you only want 48K of code ... etc.
> 
> There is probably a delimiter between the file name & numbers ...
> probably, an underscore.
> 
> Does that look familiar?
> 
> 
> 
> On Sat, 19 Aug 2006 14:55:45 +0100 "Rich Mellor"
> <[EMAIL PROTECTED]> writes:
> > I am having problems with the ROM cartridge for Metacomco Pascal 
> in 
> > that  
> > it is only rarely recognised by the QL for some reason.
> > 
> > Does anyone have an image of the ROM cartridge (or can anyone 
> remind 
> > me  
> > how to make one with SBYTES...) and I can look at getting it 
> > reblown.
> > 
> > Looks like another little job for Tony F. - checking the actual 
> > cartridge  
> > circuit board and maybe reblowing the EPROM.
> > 
> > -- 
> > Rich Mellor
> > RWAP Services
> > URL:http://www.rwapsoftware.co.uk
> > URL:http://www.rwapadventures.com
> > URL:http://www.rwapservices.co.uk
> > URL:http://www.internetbusinessangels.com
> > 
> > ___
> > QL-Users Mailing List
> > http://www.q-v-d.demon.co.uk/smsqe.htm
> > 
> > 
>  
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
 
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread Al Feng
Okay, this is imprecise -- it is something like:

SBYTES flp1_pascal 0,65536
 
Where "pascal" (in this example) is the name of the file you want to save
...

"65536" presumes you are buring a 64K EPROM.

"49152" will presume you only want 48K of code ... etc.

There is probably a delimiter between the file name & numbers ...
probably, an underscore.

Does that look familiar?



On Sat, 19 Aug 2006 14:55:45 +0100 "Rich Mellor"
<[EMAIL PROTECTED]> writes:
> I am having problems with the ROM cartridge for Metacomco Pascal in 
> that  
> it is only rarely recognised by the QL for some reason.
> 
> Does anyone have an image of the ROM cartridge (or can anyone remind 
> me  
> how to make one with SBYTES...) and I can look at getting it 
> reblown.
> 
> Looks like another little job for Tony F. - checking the actual 
> cartridge  
> circuit board and maybe reblowing the EPROM.
> 
> -- 
> Rich Mellor
> RWAP Services
> URL:http://www.rwapsoftware.co.uk
> URL:http://www.rwapadventures.com
> URL:http://www.rwapservices.co.uk
> URL:http://www.internetbusinessangels.com
> 
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
 
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread Rich Mellor
Yes that was my first thought alas !!

Rich

On Sat, 19 Aug 2006 16:08:19 +0100, Al Feng <[EMAIL PROTECTED]> wrote:

> Have you tried to clean the contacts on the dongle?
> On Sat, 19 Aug 2006 14:55:45 +0100 "Rich Mellor"

> <[EMAIL PROTECTED]> writes:
>> I am having problems with the ROM cartridge for Metacomco Pascal in
>> that
>> it is only rarely recognised by the QL for some reason.
>>
>> Does anyone have an image of the ROM cartridge (or can anyone remind
>> me
>> how to make one with SBYTES...) and I can look at getting it
>> reblown.
>>
>> Looks like another little job for Tony F. - checking the actual
>> cartridge
>> circuit board and maybe reblowing the EPROM.
>>

-- 
Rich Mellor
RWAP Services
URL:http://www.rwapsoftware.co.uk
URL:http://www.rwapadventures.com
URL:http://www.rwapservices.co.uk
URL:http://www.internetbusinessangels.com

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Metacomco Pascal

2006-08-19 Thread Al Feng
Have you tried to clean the contacts on the dongle?
 
On Sat, 19 Aug 2006 14:55:45 +0100 "Rich Mellor"
<[EMAIL PROTECTED]> writes:
> I am having problems with the ROM cartridge for Metacomco Pascal in 
> that  
> it is only rarely recognised by the QL for some reason.
> 
> Does anyone have an image of the ROM cartridge (or can anyone remind 
> me  
> how to make one with SBYTES...) and I can look at getting it 
> reblown.
> 
> Looks like another little job for Tony F. - checking the actual 
> cartridge  
> circuit board and maybe reblowing the EPROM.
> 
> -- 
> Rich Mellor
> RWAP Services
> URL:http://www.rwapsoftware.co.uk
> URL:http://www.rwapadventures.com
> URL:http://www.rwapservices.co.uk
> URL:http://www.internetbusinessangels.com
> 
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
 
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


[ql-users] Metacomco Pascal

2006-08-19 Thread Rich Mellor
I am having problems with the ROM cartridge for Metacomco Pascal in that  
it is only rarely recognised by the QL for some reason.

Does anyone have an image of the ROM cartridge (or can anyone remind me  
how to make one with SBYTES...) and I can look at getting it reblown.

Looks like another little job for Tony F. - checking the actual cartridge  
circuit board and maybe reblowing the EPROM.

-- 
Rich Mellor
RWAP Services
URL:http://www.rwapsoftware.co.uk
URL:http://www.rwapadventures.com
URL:http://www.rwapservices.co.uk
URL:http://www.internetbusinessangels.com

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm