Search found 74 matches

by AnachronyX
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".
by AnachronyX
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 :)
by AnachronyX
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...
by AnachronyX
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 ...
by AnachronyX
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...
by AnachronyX
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...
by AnachronyX
Tue Mar 01, 2022 6:56 pm
Forum: Games - General
Topic: where to download games
Replies: 7
Views: 1319

Re: where to download games

by AnachronyX
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 :)
by AnachronyX
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.
by AnachronyX
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...
by AnachronyX
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 :)
by AnachronyX
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...
by AnachronyX
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 ;
by AnachronyX
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:
by AnachronyX
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.
by AnachronyX
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...
by AnachronyX
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 :)
by AnachronyX
Sun Feb 20, 2022 10:39 am
Forum: Coding
Topic: FORTH for every Atari
Replies: 104
Views: 8587

Re: FORTH for every Atari

Fascinating :o Your forth system is so smart and flexible, it's a really professional grade software. Many thanks :)
by AnachronyX
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 ...
by AnachronyX
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.
by AnachronyX
Sat Feb 19, 2022 10:53 am
Forum: Coding
Topic: FORTH for every Atari
Replies: 104
Views: 8587

Re: FORTH for every Atari

So you don't like bazd ?
Maybe "bazinga" would be better :lol:
by AnachronyX
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".
by AnachronyX
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.

Go to advanced search