Maybe one day...
https://twitter.com/keithclarkcouk/stat ... 9606993920
https://twitter.com/keithclarkcouk/stat ... 2440407041
Search found 74 matches
- Fri Oct 14, 2022 10:42 pm
- Forum: Games - General
- Topic: Sh*t Game Time: Shadow of The Beast (Atari ST)
- Replies: 40
- Views: 3959
- Tue Jul 19, 2022 9:52 pm
- Forum: Chat forum [ENG]
- Topic: Atari in films
- Replies: 126
- Views: 92861
Re: Atari in films
A French document on Netflix called "The Women and the Murderer".
- Sun Jun 12, 2022 8:48 am
- Forum: Coding
- Topic: Multitasking in FORTH
- Replies: 5
- Views: 642
Re: Multitasking in FORTH
Guillaume, thanks for your great work 

- Fri May 13, 2022 10:30 am
- Forum: News & Announcements
- Topic: Atari ST on Amiga 500 Mini
- Replies: 15
- Views: 2187
Re: Atari ST on Amiga 500 Mini
IMO, the Falcon just never had (and obviously never will have) a big enough software base to make this sort of project worthwhile. Would someone really design and build a device like this so that they can play Llamazap, Bad Mood, and Double-Bobble 2000? Would anyone really be interested in such a d...
- Fri May 13, 2022 8:18 am
- Forum: News & Announcements
- Topic: Atari ST on Amiga 500 Mini
- Replies: 15
- Views: 2187
Re: Atari ST on Amiga 500 Mini
IMHO recreating of Atari Falcon could be perfect move. From modern components and for affordable price. It's my dream computer of the youth and I think many people from that time feel the same. Every modern projects like Hades, Medusa or FireBee are too pricey and if anyone try to buy any Falcon on ...
- Thu May 12, 2022 8:00 pm
- Forum: News & Announcements
- Topic: Atari ST on Amiga 500 Mini
- Replies: 15
- Views: 2187
Re: Atari ST on Amiga 500 Mini
It's easy. If something like that, it could rise popularity and bring some new people in our community. If you look e.g. on communities around ZX Spectrum, C64 or Amiga, there are plenty of new projects, new machines or DIY clones (Spectrum Next, many Spectrum modern clones, C64 Mini and Maxi, Amiga...
- Thu May 12, 2022 7:38 pm
- Forum: News & Announcements
- Topic: Atari ST on Amiga 500 Mini
- Replies: 15
- Views: 2187
Atari ST on Amiga 500 Mini
O.K. There is a great silence about Amiga 500 Mini https://retrogames.biz/products/thea500-mini/ in this forum. My dream is to have something similar, like Atari STe Mini or Atari Falcon Mini. But I already hear comments like "Atari ST isn't a gaming machine" or "we don't need anythin...
- Tue Mar 22, 2022 7:52 am
- Forum: Chat forum [ENG]
- Topic: What Current-Gen gaming consoles are you guys buying?
- Replies: 7
- Views: 1558
Re: What Current-Gen gaming consoles are you guys buying?
Definitely Steam Deck 

- Tue Mar 01, 2022 6:56 pm
- Forum: Games - General
- Topic: where to download games
- Replies: 7
- Views: 1319
Re: where to download games
Hard disk adapted games: https://atari.8bitchip.info/fromhd3.php#DL
- Tue Feb 22, 2022 9:21 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
It looks like it works
Thanks for all of your work 


- Tue Feb 22, 2022 5:19 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
It could be any file. E.g. your tutorial example. I selected two last lines as block, delete it and save as a new file. You can easily see, how that file is shortened.
- Tue Feb 22, 2022 12:41 am
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
This creates an assembly routine in RAM instead of just an interpreted serie of codes. It's supposed to be faster! Fascinating feature :o I found a way to replicate that bug, which I meant before. When I use in editor function Shift+F5 (delete block), press ESC and save file (saveb), it save just o...
- Mon Feb 21, 2022 6:46 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
Yeah, my little word works, your tutorial code for Sierpinski triangle too. Many thanks 

- Mon Feb 21, 2022 5:50 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
O.K. I was experimenting a little bit. Normally I use a git version of Hatari 2.4, because stock Hatari 2.3.1 behave about a year strangely on my computer (Manjaro Linux OS). It gets stuck in configuration menus, e.g. if I try to change rom file or load other config file. But I tried this little pie...
- Mon Feb 21, 2022 11:36 am
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
I just write and execute that piece of code. After some amount of repeat this will happen. Or when I tried this simple word:
Code: Select all
: rnd_20 10 0 do random 20 mod . ." " loop ;
- Mon Feb 21, 2022 10:38 am
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
I tried to run your tutorial example and get some error. So I did a little research and get this:
- Sun Feb 20, 2022 1:56 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
I'll do some experiments and we will see. Don't bother with that, maybe I did something wrong or it happened because I'm using git version of Hatari.
- Sun Feb 20, 2022 12:59 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
Something wrong is happening with files in the last version for me. I don't know, if I can replicate this bug by words. Sometimes forth can't compile the whole file (I use command "compilb"), it just include only first line of a file. (When I use command 'vlist' I can see only the first wo...
- Sun Feb 20, 2022 11:19 am
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
Everything works perfectly now, thanks 

- Sun Feb 20, 2022 10:39 am
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
Fascinating
Your forth system is so smart and flexible, it's a really professional grade software. Many thanks 


- Sat Feb 19, 2022 9:52 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
Yeah, many thanks :) I appreciate your work. And I have a two little questions. A first one: when I'm in an editor and use F6 command to jump to the selected line, the cursor everytime jump to the second character in that line, not at the first. Is it intentional? And the second: when I use command ...
- Sat Feb 19, 2022 7:31 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
Looks like version 0.2.2 has English version of COMPSTE.PRG in English, but FORTHSTE.PRG is in French.
- Sat Feb 19, 2022 10:53 am
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
Maybe "bazinga" would be betterSo you don't like bazd ?

- Sat Feb 19, 2022 9:23 am
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
A little typo in English version. I expect, it should be "bad number".
- Wed Feb 16, 2022 4:52 pm
- Forum: Coding
- Topic: FORTH for every Atari
- Replies: 104
- Views: 8587
Re: FORTH for every Atari
It's unbelievable amount of a great work.
I think that deepl.com is a much better translator than Google.
I think that deepl.com is a much better translator than Google.