Fw: WinCoupe (Was Re: Fred n' Speccy)

1999-09-03 Thread Dave Hooper
This from Aley ... looks like he's managed to actually USE my soundchip
emulation (I only wrote it ... but didn't have any real way to test the
thing!) ... fingers crossed for the Win32 port whenever that comes out. To
be honest, I think the SAM emulation scene is where it's at.

dave


- Original Message -
From: Aley Keprt [EMAIL PROTECTED]
To: Dave Hooper [EMAIL PROTECTED]
Sent: Thursday, September 02, 1999 8:35 AM
Subject: Re: WinCoupe (Was Re: Fred n' Speccy)



 Hello Dave,

 I have made a working example of your emulator of SAA1099.
 I've included it in my emulator SAAemu.
 Can I now release it?
 Maybe you wowuld like to see (I can send) or send me
 a new version.

 The sound is quite well, but onlly 8bit mono works,
 frequencies 11,22,44kHz.
 I'd like too see other frequencies (can you support any
 frequency?).
 The current (first) version is quite unstable but
 it plays and you can hear all the effects which
 are not emulated by my SAAemu.

 You did a good work!

 regards,
 Aley Keprt

 
  Aley [eili] Keprt - student, programmer (multimedia soft. etc.)
 phone: +420-68-538 70 35
  e-mail: [EMAIL PROTECTED]  ***  http://get.to/aley
 





Re: Fred n' speccy

1999-08-13 Thread Andrew Collier
Andrew

Try Bob Wilkinson.  He did a very good debugger (excuse the language),
called SINGLE STEP, for the Speccy.  I'm sure he converted it for the SAM or
was it the Amstrad.  Ask him anyway, he needs a project.

Ah, that's not quite the point - I already have a good sam-hosted single
stepper (two good ones in fact... I generally use GI_Mon by Paul Horridge
for that sort of thing because I like the GUI, but TurboMon is also good).
But these both use part of Sam's memory, and naturally the Sam's CPU can't
emulate itself at full speed (closer to 2% speed)

But something external to the Sam, that would be different... and it's
exactly the sort of thing which could be tacked onto the side of SimCoupe.
It would take up almost no extra system resources, it would introduce no
compatibilities, and best of all it would have minimal impact on execution
speed.

But hey, this is all pie in the sky at the moment...

Andrew

--
 --  Andrew Collier  ([EMAIL PROTECTED])  --My other
  --  http://mnemotech.ucam.org  --   .sig is a
   -- Part 3 Materials Science, Cambridge --  PDF file
   --




Re: Fred n' speccy

1999-08-13 Thread Paul Walker
  Mm. Sounds like The Tick was a damn sight funnier. Orders of magnitude, in 
  fact.
 Ahh, what do you know?  ;)

Nowt, since I've never seen the critic. ;) Earthworm Jim was good too, 
though.

== Begin JIMTAGS.TAG
Earthworm Jim, this time-time-time-time you shall not escape-cape-cape!
Fear not, my super suit gives me the strength of a thousand tree surgeons.
Gosh darn them all to heck!
He feels that he's a monkey trapped in the body of an ape.
I am Titania, Qun of the Fairies... slap
I don't suppose you'd change your mind if I explained that this will 
ultimately lead to the end of the universe? Nah, I thought not.
I have a sudden desire to wear ... corduroy jackets with leather patches on 
the elbows!
I yearn for the sweet embrace of the grave.
I'm ... a HAGGIS? NO!
It is done. The universe is just as it was ... except that for some reason, 
the main character in `Death of a Salesman' is now called Erkel. This I do 
not understand.
It was either love, or a stuffed-crust pizza...
Jim, that's your pants phone, aren't you going to answer it? - In a sec, 
I'm kinda enjoying it.
Just say /no/ to running into walls.
Let's just acknowledge that I made a mistake and move on. - Move on?! How 
can we move on, the entire /universe/ is destroyed!
Okay, a dog in a dress - just take off your helmet, pinhead!
Pat my facial hair? Please make furry ham? - IT'S PROFESSOR MONKEY FOR A 
HEAD, PMFH, PROFESSOR MONKEY FOR A HEAD!
Peter, do you happen to have an aromatherapy kit on you? - By a mind-
boggling coincidence, yes.
Refresh my memory, exactly why didn't I just stay in bed today?
Test patterns get more viewers than we do!
That is unquestionably the worst line of dialogue I've ever heard.
We'd better hurry - I think I'm starting to congeal.
We're doomed, doomed I tell you, doomed in case you weren't paying 
attention, doomed!
What's that muttering about? - Oh, he's just going to turn into a monster 
and maul us. - Kind of a drawback in a sidekick, y'know.
slam I have eaten my words and found them bitter as the lingering regrets 
of a failed love affair...
I think they like you. -EWJim  THEY'RE DEVOURING MY FLESH! - Peter
== End

Paul
--
Don't *WHAM* touch *WHAM* that! *WHAM*WHAM*WHAM*
 -- Michael J. Peterson



Re: WinCoupe (Was Re: Fred n' Speccy)

1999-08-13 Thread Ian Collier
On Thu, Aug 12, 1999 at 11:38:00PM +0100, Dave Hooper wrote:
 (Having said that, I would be very surprised if there wasn't ALREADY some
 kind of single-stepping / debugging stuff in the source. Vital for emulator
 development, shurely)

Not really.  The code for xz80 (on which SimCoupé's cpu emulation is based)
contains a simple-minded thing for printing out a log of register contents
(not even the code being executed), which generates a *lot* of output as the
thing runs.  If that was not sufficient then debugging the emulator involved
using a C-debugger to set breakpoints, examine and set registers, etc. A
breakpoint in the Z80 code is set by setting the C variable breakpoint
and putting a C breakpoint at the code:

  if(pc==breakpoint  pc)
 breaks++; /* some code at which to set a breakpoint */

And all this isn't compiled in by default as it slows the emulator down.

imc


Re: Fred n' speccy

1999-08-12 Thread Paul Walker
 problem.  What about that other word I invented, Dukelicious?  No-
 one's using it?!  What a Duketastrophy!

Mm. Sounds like The Tick was a damn sight funnier. Orders of magnitude, in 
fact.

Paul
--
A good hacker should never leave a trail.  A GREAT hacker leaves a
 fake trail.
 -- Robert A. Allen, quoting Hacker X in news.admin.net-abuse.email



Re: Fred n' speccy

1999-08-12 Thread Robert Wilkinson
Did it for Spectrum then CPC6128 finally Sam.

Lerm got the Credits Though..

Bob W.


-Original Message-
From: michael sleight [EMAIL PROTECTED]
To: sam-users@nvg.ntnu.no sam-users@nvg.ntnu.no
Date: 11 August 1999 13:54
Subject: Re: Fred n' speccy


Andrew

Try Bob Wilkinson.  He did a very good debugger (excuse the language),
called SINGLE STEP, for the Speccy.  I'm sure he converted it for the SAM
or
was it the Amstrad.  Ask him anyway, he needs a project.


Mick Sleight

- Original Message -
From: Andrew Collier [EMAIL PROTECTED]
To: sam-users@nvg.ntnu.no
Sent: Wednesday, August 11, 1999 8:55 AM
Subject: Re: Fred n' speccy


 On Wed, 11 Aug 1999, Dave Hooper wrote:

  As far as I remember, there ain't no infinite lives *cheat* unless you
POKE
  it yrself.
  There is a level skip cheat, though. There's two versions of Manic
Miner:
 
  Bug Byte version: type 6031769
  Software Projects version: as above, but the cheat is TYPEWRITER

 Or three, if you count the Sam version which is the one everybody's
 talking about... neither of the above cheats work...

 Note that if you press the NMI (Break) Button, the words TEST MODE
 appear flashing at the bottom left of the scren. I remeber talking to
 David Ledbury some time ago, and he said they put that feature in just
 to see how many people would write to them about it, saying I've got
into
 the test mode, but nothing else changes or whatever

 Then again, I think someone mentioned that in fact there actually was a
 cheat, but didn't say what it was. Oh well, tricky to find out at this
 stage without hacking the code.

 Hmmm, did somebody mention something about adding a debugger to SimCoupe?

 Andrew

 --
  --  Andrew Collier  ([EMAIL PROTECTED])  --My other
   --  http://mnemotech.ucam.org  --   .sig is a
-- Part 3 Materials Science, Cambridge --  PDF file
--







Re: Fred n' speccy

1999-08-12 Thread Graham Goring
In message [EMAIL PROTECTED], Paul Walker
[EMAIL PROTECTED] writes
 problem.  What about that other word I invented, Dukelicious?  No-
 one's using it?!  What a Duketastrophy!

Mm. Sounds like The Tick was a damn sight funnier. Orders of magnitude, in 
fact.

No taste at all... 

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-12 Thread James R Curry

 Mm. Sounds like The Tick was a damn sight funnier. Orders of magnitude, in 
 fact.

Ahh, what do you know?  ;)
--
James R Curry - [EMAIL PROTECTED]

The Balloon Doggies DEMANDED it!


Re: Fred n' speccy

1999-08-11 Thread Johnna Teare
[god i hate the way outlook puts the reply message afterwards...]

regarding sam manic miner - i seem to remember pressing teh nmi button put
the game in test mode, but i didn't know anything from there.

There was a cheat wherby you could press f9 and willy would turn green
(nurse?) and become invincible, but i can't remember it, or be bothered
digging out my sam to load it up again.

anybody?


Peace Love and Kisses,
[JohnnaPig Teare]
[EMAIL PROTECTED]
[www.theunstoppablesexmachine.freeserve.co.uk]
- Original Message -
From: Rob Smith [EMAIL PROTECTED]
To: sam-users@nvg.ntnu.no
Sent: Tuesday, August 10, 1999 10:36 AM
Subject: Re: Fred n' speccy



 
   For the Sam Manic Miner
 
 Which screen(s) in particular?
 
 Andrew

 I was actualy looking for an infinite live cheat for that one, it's a
great
 game but I'm prety rubbish at it... I always get so far then die stupidly
 and have to start over and spend another half hour getting to where I last
 died only to get killed just a fraction further on.  maybe I need to
develop
 my learning curve.

 Rob


 __
 Get Your Private, Free Email at http://www.hotmail.com




Re: Fred n' speccy

1999-08-11 Thread Gouranga
 Couple of questions to anyone who can answer them...
 
 What are Colin McDonald and Colin Anderson of FRED fame up to these days?

Colin Anderson completed his degree, and is now working towards being a 
Chartered Accountant somewhere in Nottingham.

And myself, I'm still doing games - up at DMA Design. I'm Producer on Grand 
Theft Auto 2 which comes out in just a few months, so the (unpaid!) overtime is 
only getting marginally tedious


Re: Fred n' speccy

1999-08-11 Thread Dave Hooper
 I was actualy looking for an infinite live cheat for that one, it's a
great
 game but I'm prety rubbish at it... I always get so far then die stupidly
 and have to start over and spend another half hour getting to where I last
 died only to get killed just a fraction further on.  maybe I need to
develop
 my learning curve.

 Rob

As far as I remember, there ain't no infinite lives *cheat* unless you POKE
it yrself.
There is a level skip cheat, though. There's two versions of Manic Miner:

Bug Byte version: type 6031769
A 'boot' will appear and you can skip level by holding down the 6 key and
also a combination of keys from 1 to 5. (eg press 6+1+3 at the same time,
etc)

Software Projects version: as above, but the cheat is TYPEWRITER


ps - I just laughed when I got told 6031769 was also I cheat in Grand Theft
Auto. I lurve DMA for it.
dave



Re: Fred n' speccy

1999-08-11 Thread Graham Goring
In message [EMAIL PROTECTED],
James R Curry [EMAIL PROTECTED] writes

 
 Graham Goring wrote:
 snip
  www.duketastrophy.demon.co.uk
 
 Should that be read duke catastrophe or duck catasrophe?

Hmm, that's a real quizibuk.

Hello? Webster? How much to make dukelicious a word?

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-11 Thread Graham Goring
In message [EMAIL PROTECTED], Martin Fitzpatrick
[EMAIL PROTECTED] writes
Funnier than The Simpsons? I dont believe it.  Is is around in the UK
then?...  Besides, I hate TMNT (or more accurately TMHT)  I can't
believe there was talk of putting Cowabunga in the dictionary.

It's only been run on The Paramount Comedy channel and Bravo, I'm
afraid.

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-11 Thread Graham Goring
In message [EMAIL PROTECTED], Martin Fitzpatrick
[EMAIL PROTECTED] writes
HTH : Hand To Heart (I'm being honest) 

Surely that'd be HOH, Hand *ON* Heart? (Or Head Over Heels... Eek!)

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-11 Thread Andrew Collier
On Wed, 11 Aug 1999, Dave Hooper wrote:

 As far as I remember, there ain't no infinite lives *cheat* unless you POKE
 it yrself.
 There is a level skip cheat, though. There's two versions of Manic Miner:
 
 Bug Byte version: type 6031769
 Software Projects version: as above, but the cheat is TYPEWRITER

Or three, if you count the Sam version which is the one everybody's
talking about... neither of the above cheats work...

Note that if you press the NMI (Break) Button, the words TEST MODE 
appear flashing at the bottom left of the scren. I remeber talking to
David Ledbury some time ago, and he said they put that feature in just
to see how many people would write to them about it, saying I've got into
the test mode, but nothing else changes or whatever

Then again, I think someone mentioned that in fact there actually was a
cheat, but didn't say what it was. Oh well, tricky to find out at this
stage without hacking the code.

Hmmm, did somebody mention something about adding a debugger to SimCoupe? 

Andrew

-- 
 --  Andrew Collier  ([EMAIL PROTECTED])  --My other
  --  http://mnemotech.ucam.org  --   .sig is a
   -- Part 3 Materials Science, Cambridge --  PDF file
   --



Re: Fred n' speccy

1999-08-11 Thread James R Curry

 Hello? Webster? How much to make dukelicious a word?
 
 Graham Goring

From memory:

...Playing scrabble.

Duke: There.  Quizibuk.

Jay:  That's not a word!

Duke: Get Webster on the phone.  Hey, how you doing?  How much to 
make Quizibuk a word?  What's it mean?  Oh, I dunno.  A big 
problem.  What about that other word I invented, Dukelicious?  No-
one's using it?!  What a Duketastrophy!
--
James R Curry - [EMAIL PROTECTED]

The Balloon Doggies DEMANDED it!


Re: Fred n' speccy

1999-08-11 Thread James R Curry

 Funnier than The Simpsons? I dont believe it.  Is is around in the UK
 then?...  Besides, I hate TMNT (or more accurately TMHT)  I can't
 believe there was talk of putting Cowabunga in the dictionary.

The Critic is, IMHO, one of the finest shows ever to grace 
television.
--
James R Curry - [EMAIL PROTECTED]

The Balloon Doggies DEMANDED it!


Re: Fred n' speccy

1999-08-11 Thread James R Curry

 ..Still have no idea what a quizibuk is though (James)

Oh, I dunno.  A big problem... :)
--
James R Curry - [EMAIL PROTECTED]

The Balloon Doggies DEMANDED it!


Re: Fred n' speccy

1999-08-11 Thread Johnna Teare
How about the episode of The Simspons where Jay Sherman comes to visit
Springfield?

Surely the best of both worlds (although the episode was a bit crap if I
remember - me not like The Critic...)

Peace Love and Kisses,
[JohnnaPig Teare]
[EMAIL PROTECTED]
[www.theunstoppablesexmachine.freeserve.co.uk]
- Original Message -
From: James R Curry [EMAIL PROTECTED]
To: sam-users@nvg.ntnu.no
Sent: Wednesday, August 11, 1999 7:11 AM
Subject: Re: Fred n' speccy



  Funnier than The Simpsons? I dont believe it.  Is is around in the UK
  then?...  Besides, I hate TMNT (or more accurately TMHT)  I can't
  believe there was talk of putting Cowabunga in the dictionary.

 The Critic is, IMHO, one of the finest shows ever to grace
 television.
 --
 James R Curry - [EMAIL PROTECTED]

 The Balloon Doggies DEMANDED it!




Re: Fred n' speccy

1999-08-11 Thread Johnna Teare
From: Andrew Collier [EMAIL PROTECTED]
To: sam-users@nvg.ntnu.no
Sent: Wednesday, August 11, 1999 8:55 AM
Subject: Re: Fred n' speccy

 Note that if you press the NMI (Break) Button, the words TEST MODE
 appear flashing at the bottom left of the scren. I remeber talking to
 David Ledbury some time ago, and he said they put that feature in just
 to see how many people would write to them about it, saying I've got into
 the test mode, but nothing else changes or whatever


sarcasm ha ha ha - hilarious eh? /sarcasm




Re: Fred n' speccy

1999-08-11 Thread Martin Fitzpatrick


Graham Goring wrote:
 
 In message [EMAIL PROTECTED], Martin Fitzpatrick
 [EMAIL PROTECTED] writes
 HTH : Hand To Heart (I'm being honest)
 
 Surely that'd be HOH, Hand *ON* Heart? (Or Head Over Heels... Eek!)

Dont argue with *me*... I only mindlessly cut and paste from search
engines.

...They have some obscure acronyms on there...  And the definition of
MI5 is British version of FBI  Pretty lame for something which
is supposed to explain what acronyms stand for.  Perhaps the MI5 should
be called BVOFBI?

Martin

-- 
Email: [EMAIL PROTECTED]
ICQ#: 11077801
AOL/CServeIM: Flupert


Re: Fred n' speccy

1999-08-11 Thread Dave Hooper
  There is a level skip cheat, though. There's two versions of Manic
Miner:

 Or three, if you count the Sam version which is the one everybody's
 talking about... neither of the above cheats work...

blush Sorry - I msut've got confused between this thread and the one
asking for help with Strontium Dog, etc


 Hmmm, did somebody mention something about adding a debugger to SimCoupe?

I thought there already WAS one, but you had to compile it in yourself from
the source. Never tried it, though. (My djgpp setup didn't seem to like
Allan's makefile :(

dave



Re: Fred n' speccy

1999-08-11 Thread michael sleight
Andrew

Try Bob Wilkinson.  He did a very good debugger (excuse the language),
called SINGLE STEP, for the Speccy.  I'm sure he converted it for the SAM or
was it the Amstrad.  Ask him anyway, he needs a project.


Mick Sleight

- Original Message -
From: Andrew Collier [EMAIL PROTECTED]
To: sam-users@nvg.ntnu.no
Sent: Wednesday, August 11, 1999 8:55 AM
Subject: Re: Fred n' speccy


 On Wed, 11 Aug 1999, Dave Hooper wrote:

  As far as I remember, there ain't no infinite lives *cheat* unless you
POKE
  it yrself.
  There is a level skip cheat, though. There's two versions of Manic
Miner:
 
  Bug Byte version: type 6031769
  Software Projects version: as above, but the cheat is TYPEWRITER

 Or three, if you count the Sam version which is the one everybody's
 talking about... neither of the above cheats work...

 Note that if you press the NMI (Break) Button, the words TEST MODE
 appear flashing at the bottom left of the scren. I remeber talking to
 David Ledbury some time ago, and he said they put that feature in just
 to see how many people would write to them about it, saying I've got into
 the test mode, but nothing else changes or whatever

 Then again, I think someone mentioned that in fact there actually was a
 cheat, but didn't say what it was. Oh well, tricky to find out at this
 stage without hacking the code.

 Hmmm, did somebody mention something about adding a debugger to SimCoupe?

 Andrew

 --
  --  Andrew Collier  ([EMAIL PROTECTED])  --My other
   --  http://mnemotech.ucam.org  --   .sig is a
-- Part 3 Materials Science, Cambridge --  PDF file
--





Re: Fred n' speccy

1999-08-10 Thread Graham Goring
In message [EMAIL PROTECTED], Martin Fitzpatrick
[EMAIL PROTECTED] writes


Graham Goring wrote:
snip
 www.duketastrophy.demon.co.uk

Should that be read duke catastrophe or duck catasrophe?

:)

Neither.

Duke-tast-roff-ee

It's a word taken from the excellent cartoon The Critic.

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-10 Thread Graham Goring
In message [EMAIL PROTECTED], Rob Smith
[EMAIL PROTECTED] writes
Thanks for the offer of help

For the Speccy Slaine and Stontium Dog
For the Sam Manic Miner and the lords of Midnight clone which name alludes 
me and Days of Sorcery

Hmm, can't help with any of the SAM stuff, tbh (oh, and it's Legend Of
Eshan, btw). But I've pretty much finished Strontium Dog in the past,
but again Slaine I'm useless at. Have you tried paging the Spectrum
Oracle, yet?

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-10 Thread Rob Smith



Hmm, can't help with any of the SAM stuff, tbh (oh, and it's Legend Of
Eshan, btw). But I've pretty much finished Strontium Dog in the past,
but again Slaine I'm useless at. Have you tried paging the Spectrum
Oracle, yet?

Graham Goring


In Strontium Dog I used to get passed the door where the guy (mutie) comes 
out shooting, but I can't work out how to do it anymore. Any sugestions?


Er and what or who is the Spectrum Oracle?

Rob


__
Get Your Private, Free Email at http://www.hotmail.com


Re: Fred n' speccy

1999-08-10 Thread Andrew Collier
On Mon, 9 Aug 1999, Rob Smith wrote:

 For the Sam Manic Miner

Which screen(s) in particular?

Andrew

-- 
 --  Andrew Collier  ([EMAIL PROTECTED])  --My other
  --  http://mnemotech.ucam.org  --   .sig is a
   -- Part 3 Materials Science, Cambridge --  PDF file
   --



Re: Fred n' speccy

1999-08-10 Thread Nick Humphries

-Original Message-
From: Rob Smith [EMAIL PROTECTED]

Er and what or who is the Spectrum Oracle?



SPOT - Spectrum Oracle on Trumpton.

It's somewhere off the Your Spectrum Unofficial Archive at
http://www.users.globalnet.co.uk/~jimg/

Nick





Re: Fred n' speccy

1999-08-10 Thread Rob Smith




 For the Sam Manic Miner

Which screen(s) in particular?

Andrew


I was actualy looking for an infinite live cheat for that one, it's a great 
game but I'm prety rubbish at it... I always get so far then die stupidly 
and have to start over and spend another half hour getting to where I last 
died only to get killed just a fraction further on.  maybe I need to develop 
my learning curve.


Rob


__
Get Your Private, Free Email at http://www.hotmail.com


Re: Fred n' speccy

1999-08-10 Thread Rob Smith




SPOT - Spectrum Oracle on Trumpton.

It's somewhere off the Your Spectrum Unofficial Archive at
http://www.users.globalnet.co.uk/~jimg/

Nick



Thanks Nick,
I'll try and take a quick look at it while my boss is not looking.

Rob


__
Get Your Private, Free Email at http://www.hotmail.com


Re: Fred n' speccy

1999-08-10 Thread Martin Fitzpatrick


Graham Goring wrote:
 Should that be read duke catastrophe or duck catasrophe?
 
 :)
 Neither.
 Duke-tast-roff-ee
 It's a word taken from the excellent cartoon The Critic.

Well, you learn something everyday  In a similar vein..

Cowabunga, dudes :o) Classic... Hmm

Martin

-- 
Email: [EMAIL PROTECTED]
ICQ#: 11077801
AOL/CServeIM: Flupert


Re: Fred n' speccy

1999-08-10 Thread Andrew Collier
On Tue, 10 Aug 1999, Martin Fitzpatrick wrote:

 Well, you learn something everyday  In a similar vein..
 
 Cowabunga, dudes :o) Classic... Hmm

FSVO Classic...

Andrew

-- 
 --  Andrew Collier  ([EMAIL PROTECTED])  --My other
  --  http://mnemotech.ucam.org  --   .sig is a
   -- Part 3 Materials Science, Cambridge --  PDF file
   --



Re: Fred n' speccy

1999-08-10 Thread Martin Fitzpatrick


Andrew Collier wrote:
 
 On Tue, 10 Aug 1999, Martin Fitzpatrick wrote:
 
  Well, you learn something everyday  In a similar vein..
 
  Cowabunga, dudes :o) Classic... Hmm
 
 FSVO Classic...

Which would mean?... The only reference to 'FSVO' anywhere was about
uploading something, saying uploaded to non-US (FSVO) 

So what is it? Tell me, tell me,... Now now now

Martin

-- 
Email: [EMAIL PROTECTED]
ICQ#: 11077801
AOL/CServeIM: Flupert


Re: Fred n' speccy

1999-08-10 Thread Lee Willis
Martin Fitzpatrick [EMAIL PROTECTED] writes:

   Cowabunga, dudes :o) Classic... Hmm
  
  FSVO Classic...
 
 Which would mean?... The only reference to 'FSVO' anywhere was about
 uploading something, saying uploaded to non-US (FSVO) 


For Some Valus Of

HTH  HAND

Lee.
-- 
I was doing object-oriented assembly at 1 year old ...  
For some reason my mom insists on calling it Playing with blocks


Re: Fred n' speccy

1999-08-10 Thread Andrew Collier
On Tue, 10 Aug 1999, Martin Fitzpatrick wrote:
 Andrew Collier wrote:
   Cowabunga, dudes :o) Classic... Hmm
  
  FSVO Classic...
 
 Which would mean?... The only reference to 'FSVO' anywhere was about
 uploading something, saying uploaded to non-US (FSVO) 
 
 So what is it? Tell me, tell me,... Now now now

For Some Values Of.

i.e. iff Classic means old or outdated then Teenage Mutant Ninja
Turtles is Classic. 

Heath,

Andrew

-- 
 --  Andrew Collier  ([EMAIL PROTECTED])  --My other
  --  http://mnemotech.ucam.org  --   .sig is a
   -- Part 3 Materials Science, Cambridge --  PDF file
   --



Re: Fred n' speccy

1999-08-10 Thread Andrew Collier
On Tue, 10 Aug 1999, Andrew Collier wrote:

  Which would mean?... The only reference to 'FSVO' anywhere was about
  uploading something, saying uploaded to non-US (FSVO) 
  
  So what is it? Tell me, tell me,... Now now now
 
 For Some Values Of.

This, BTW, is mentioned at
http://home.golden.net/~rebeccaj/docs/acronym.txt which comes up on a
search for FSVO at Altavista...

Andrew

-- 
 --  Andrew Collier  ([EMAIL PROTECTED])  --My other
  --  http://mnemotech.ucam.org  --   .sig is a
   -- Part 3 Materials Science, Cambridge --  PDF file
   --



Re: Fred n' speccy

1999-08-10 Thread Graham Goring
In message [EMAIL PROTECTED], Rob Smith
[EMAIL PROTECTED] writes

Hmm, can't help with any of the SAM stuff, tbh (oh, and it's Legend Of
Eshan, btw). But I've pretty much finished Strontium Dog in the past,
but again Slaine I'm useless at. Have you tried paging the Spectrum
Oracle, yet?

Graham Goring

In Strontium Dog I used to get passed the door where the guy (mutie) comes 
out shooting, but I can't work out how to do it anymore. Any sugestions?

You have to be brilliant at timing, basically, and get into his stream
of fire and shoot him back. VERY difficult.

Er and what or who is the Spectrum Oracle?

SPOT-ON, the Spectrum Oracle On Trumpton. And sorta' massive database of
Speccy information that has huge amounts of information. I forget the
URL, but if you go to WOS (www.void.demon.nl/spectrum, IIRC) you'll be
able to find a link to it, no doubt.

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-10 Thread Graham Goring
In message [EMAIL PROTECTED], Martin Fitzpatrick
[EMAIL PROTECTED] writes


Graham Goring wrote:
 Should that be read duke catastrophe or duck catasrophe?
 
 :)
 Neither.
 Duke-tast-roff-ee
 It's a word taken from the excellent cartoon The Critic.

Well, you learn something everyday  In a similar vein..

Cowabunga, dudes :o) Classic... Hmm

Tsk! How could you compare TMNT to The Critic (which was consistently
funnier than The Simpsons during it's short 23 episode life)? Pah!

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-10 Thread James R Curry

 
 Graham Goring wrote:
 snip
  www.duketastrophy.demon.co.uk
 
 Should that be read duke catastrophe or duck catasrophe?

Hmm, that's a real quizibuk.
--
James R Curry - [EMAIL PROTECTED]

The Balloon Doggies DEMANDED it!


Re: Fred n' speccy

1999-08-10 Thread Rob Smith



SPOT-ON, the Spectrum Oracle On Trumpton. And sorta' massive database of
Speccy information that has huge amounts of information. I forget the
URL, but if you go to WOS (www.void.demon.nl/spectrum, IIRC) you'll be
able to find a link to it, no doubt.


Thanks, I'll give it a look.

Rob


__
Get Your Private, Free Email at http://www.hotmail.com


Re: Fred n' speccy

1999-08-10 Thread Martin Fitzpatrick


Andrew Collier wrote:
 
 On Tue, 10 Aug 1999, Andrew Collier wrote:
 
   Which would mean?... The only reference to 'FSVO' anywhere was about
   uploading something, saying uploaded to non-US (FSVO) 
  
   So what is it? Tell me, tell me,... Now now now
 
  For Some Values Of.
 
 This, BTW, is mentioned at
 http://home.golden.net/~rebeccaj/docs/acronym.txt which comes up on a
 search for FSVO at Altavista...
 

Ohh well, i guess I didn't look hard enough - I did search on alta-vista
though... But, if I can't see anything in the first few lines that looks
*remotely* right, I generally give up (its a method thats served me well
so far... :o)..

I checked on two acronym searches and found nothing tho..  Are you sure
you didn't make it up? :o)

Martin

-- 
Email: [EMAIL PROTECTED]
ICQ#: 11077801
AOL/CServeIM: Flupert


Re: Fred n' speccy

1999-08-10 Thread Martin Fitzpatrick


Graham Goring wrote:
 
 In message [EMAIL PROTECTED], Martin Fitzpatrick
 [EMAIL PROTECTED] writes
 
 
 Graham Goring wrote:
  Should that be read duke catastrophe or duck catasrophe?
 
  :)
  Neither.
  Duke-tast-roff-ee
  It's a word taken from the excellent cartoon The Critic.
 
 Well, you learn something everyday  In a similar vein..
 
 Cowabunga, dudes :o) Classic... Hmm
 
 Tsk! How could you compare TMNT to The Critic (which was consistently
 funnier than The Simpsons during it's short 23 episode life)? Pah!

Funnier than The Simpsons? I dont believe it.  Is is around in the UK
then?...  Besides, I hate TMNT (or more accurately TMHT)  I can't
believe there was talk of putting Cowabunga in the dictionary.

Martin
-- 
Email: [EMAIL PROTECTED]
ICQ#: 11077801
AOL/CServeIM: Flupert


Re: Fred n' speccy

1999-08-10 Thread Martin Fitzpatrick


Lee Willis wrote:
 
 Martin Fitzpatrick [EMAIL PROTECTED] writes:
 
Cowabunga, dudes :o) Classic... Hmm
  
   FSVO Classic...
 
  Which would mean?... The only reference to 'FSVO' anywhere was about
  uploading something, saying uploaded to non-US (FSVO) 
 
 For Some Valus Of
 
 HTH  HAND

Agghghhh... acronyms ...Ugh... Ugh... 

But... which version would it be:

HTH : Hand To Hand combat 
HTH : Hand To Heart (I'm being honest) 
HTH : Happy To Help 
HTH : Hope This Helps 

...and as for 'HAND'... 

... Have A Nice Day or Hell And Nuclear Devices? ;o)

Dont mess with the guy whos just found an acronym finder. :)

..Still have no idea what a quizibuk is though (James)


Martin
-- 
Email: [EMAIL PROTECTED]
ICQ#: 11077801
AOL/CServeIM: Flupert


Re: Fred n' speccy

1999-08-10 Thread Martin Fitzpatrick


Andrew Collier wrote:
 
  For Some Values Of.
 
 This, BTW, is mentioned at
 http://home.golden.net/~rebeccaj/docs/acronym.txt which comes up on a
 search for FSVO at Altavista...

I've found this specific altavista tool thing which seems to do the
biz...

http://www.mtnds.com/af/gadget.html

Martin

-- 
Email: [EMAIL PROTECTED]
ICQ#: 11077801
AOL/CServeIM: Flupert


Re: Fred n' speccy

1999-08-10 Thread Lee Willis
Martin Fitzpatrick [EMAIL PROTECTED] writes:

  HTH  HAND
 
 HTH : Hope This Helps 

 ... Have A Nice Day

You commonly see these together on application help-lists ...

Lee.
-- 
I was doing object-oriented assembly at 1 year old ...  
For some reason my mom insists on calling it Playing with blocks


Re: Fred n' speccy

1999-08-09 Thread Graham Goring
In message [EMAIL PROTECTED], Rob Smith
[EMAIL PROTECTED] writes
Couple of questions to anyone who can answer them...

What are Colin McDonald and Colin Anderson of FRED fame up to these days?

Can anyone recommend a web site with hints, tips, cheats etc for SAM and 
SPECCY games?... I have searched and searched for them and all I can find 
are tips for modern platforms... so much for the dawning of the retro gaming 
(and er.. cheating) era.

I've got a few cheats and maps on my site... But only a few. What are
you stuck on?

www.duketastrophy.demon.co.uk

Graham Goring

-- 

/\
| Ber-Limey! There's not even enough |
|room to swing a cat in this sodding-|
\=== ICQ: 5333545 ===/


Re: Fred n' speccy

1999-08-09 Thread Rob Smith




I've got a few cheats and maps on my site... But only a few. What are
you stuck on?

www.duketastrophy.demon.co.uk

Graham Goring



Thanks for the offer of help

For the Speccy Slaine and Stontium Dog
For the Sam Manic Miner and the lords of Midnight clone which name alludes 
me and Days of Sorcery


Rob Smith


__
Get Your Private, Free Email at http://www.hotmail.com


Re: Fred n' speccy

1999-08-09 Thread Martin Fitzpatrick


Graham Goring wrote:
snip
 www.duketastrophy.demon.co.uk

Should that be read duke catastrophe or duck catasrophe?

Martin

-- 
Email: [EMAIL PROTECTED]
ICQ#: 11077801
AOL/CServeIM: Flupert