home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / atari / st / 20973 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  2.5 KB

  1. Path: sparky!uunet!seismo!darwin.sura.net!spool.mu.edu!cass.ma02.bull.com!mips2!bull.bull.fr!julienas!laas!ripolin!doucet
  2. From: doucet@ripolin.laas.fr (Jean-Etienne Doucet)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: Hexmines v1.2
  5. Message-ID: <8698@laas.laas.fr>
  6. Date: 21 Jan 93 14:24:55 GMT
  7. References: <H.ea.kVX8Hq&7qfI@semprini.tdkcs.waterloo.on.ca>
  8. Sender: news@laas.fr
  9. Reply-To: doucet@ripolin.laas.fr
  10. Organization: LAAS-CNRS, Toulouse (France)
  11. Lines: 53
  12. Nntp-Posting-Host: ripolin
  13.  
  14.  
  15. In article 7qfI@semprini.tdkcs.waterloo.on.ca, cherborth@semprini.tdkcs.waterloo.on.ca (Chris Herborth) writes:
  16. >In <gehnen.727352377@apathix>, Gerrit Gehnen writes:
  17. >> doucet@ripolin.laas.fr (Jean-Etienne Doucet) writes:
  18. >> 
  19. >> >To all people who have liked Hexmines:
  20. >> >the new version 1.2 is being uploaded at a.a.u.e .....
  21. >> >These games are for STs/STEs only, no TTs, neither Falcons.
  22. >>                                     ^^^^^^^
  23. >> 
  24. >> What have you done ? Hexmines 1.1 runs well on my TT....
  25. >
  26. >He must be using GFA BASIC...
  27. >-- 
  28. >-------------------========================================-------------------
  29. >Chris Herborth
  30. >cherborth@semprini.tdkcs.waterloo.on.ca
  31.  
  32.  
  33. Yessiree, you're right...
  34.  
  35. Quite a long time ago, I've asked -- on the net -- if there were
  36. some ways to simulate the GET/PUT GFA Basic instructions in C ?
  37. (Preferably HSC)
  38.  
  39. I've got exactly NOT A SINGLE reply...
  40. So what ? I stick to GFA Basic for writing games and only use
  41. C for writing programs with no (or little) graphics
  42. (such as a CD collection database prog I'm currently finishing).
  43.  
  44. For people who don't know what GET and PUT are:
  45. GET x1,y1,x2,y2,CH$
  46.     copy the screen portion given by x1,x2,y1,y2 into the string CH$
  47. PUT x,y,CH$
  48.     copy back the screen portion in CH$ as a rectangle with x,y being
  49.     the upper left point coordinates.
  50. Note that there's no restriction such as x and/or y coordinates having to be 
  51. multiples of 16 as in some BITBLT routines...
  52.  
  53. Maybe someone'll get an idea this time :-)
  54. Maybe even I'll get ONE reply...
  55. But I guess it will say "I don't know :-(".
  56.  
  57. See you perhaps later...
  58.  
  59.     +-------------------------+-------------------------+
  60.     |   Jean-Etienne DOUCET   |       LAAS - CNRS       |
  61.     |   doucet@laas.laas.fr   |   Toulouse   FRANCE     |
  62.     +-------------------------+-------------------------+
  63.     | If you put your ear against a snail's shell,      |
  64.     | you can hear its heart beat.                      |
  65.     | Particularly when it's just been running...       |
  66.     +---------------------------------------------------+
  67.