Jump to content
Jagware

Zerosquare

Administrators
  • Content count

    2,138
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Zerosquare

  1. La Routine Ultime De Changement De Résolution

    [Français] Je sais qu'on avait parlé de moi pour cette routine, mais vue la "qualité" de mon code 68000, je pense que ça serait mieux que je fasse une doc sur les aspects vidéos de la Jaguar (modes "hautes résolutions" inclus, bien sûr), et que quelqu'un d'autre s'occupe de la réalisation Ça vous va ? [English] I know some people had thought about me doing this routine, but considering the "quality" of my 68000 code, I think it would be better for me to create documentation on the Jaguar's video features ("high-resolution" modes included, of course), and have somebody else apply it Do you agree ?
  2. Bienvenue à tous les nouveaux !

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [Français] Bienvenue à aaaaa ! [English] Welcome to aaaaa !
  3. Haute Résolution Sur Jaguar (et Mode Entrelacé)

    [Français] Voici des versions mises à jour qui gèrent correctement (si tout va bien ) aussi bien le mode 50 Hz que le mode 60 Hz. (Comme la résolution est plus faible en 60 Hz, les bords de l'image sont un peu coupés...) [English] Here are updated versions which (hopefully ) handle correctly 50 Hz mode as well as 60 Hz mode. (Since the resolution is lower in 60 Hz, I had to crop the image a bit around the borders...) hdr1u.zip hdr2u.zip
  4. Une Petite Démo

    [Français] Ouais, pour le scroll, vaut mieux pas être trop près de sa télé ! Sinon, encore une fois ça marche parfaitement sous Project Tempest [English] Yeah, you shouldn't be too close to your TV while watching the scroller ! Otherwise, it works perfectly under Project Tempest once again
  5. Bienvenue à tous les nouveaux !

    [Français] Bienvenue à Tursi et MK ! Y'a beaucoup de nouveaux ces temps-ci [English] Welcome Tursi and MK ! Many newcomers lately, it seems
  6. Haute Résolution Sur Jaguar (et Mode Entrelacé)

    [Français] GT Turbo m'a pris de vitesse, voilà donc la démo de 1376x576, toujours en 50 Hz et à charger en $4000. Branchez votre télé en RGB si vous le pouvez (Désolé GT, je ne pense pas pouvoir aller plus loin, c'est la limite du hardware !) [English] GT Turbo has been faster than me, so here is the 1376x576 demo, still in 50 Hz and at address $4000. Connect your TV set using RGB if you can (Sorry GT, I don't think I can go further, this the hardware limit !) HiResDm2.zip
  7. Haute Résolution Sur Jaguar (et Mode Entrelacé)

    Funny, I see we're thinking along the same lines I used the first trick in the demo, just as you did, but thought of the second one afterwards.
  8. Haute Résolution Sur Jaguar (et Mode Entrelacé)

    You're right, it's not a problem with the code or the Jaguar, it's an inherent limitation of interlacing. Video cards with TV-outputs use a vertical "smoothing" filter to alleviate the problem, and computer-generated graphics for TV broadcasting are made with this in mind (images from video cameras are usually OK as-is, since they rarely contain sharp vertical edges). There are 525 lines per frame in 60 Hz instead of 625 in 50 Hz, so a few values have to be modified. Not tested it yet, I need to locate a 60 Hz-ready TV set first Same thing. I guess that's either an error in the documentation, or a bug in the chip (Atari didn't seem to care much about interlacing, so maybe they had not tested it extensively). So you disassembled my code, uh ? Sorry then for the horrible coding style (recycled Atari example + first 68k code for me). The EOR is just a quick way to toggle between two different values Thanks for the comments !
  9. Les Atariques Anonymes

    (Bon, ça devrait plutôt être les Jagwariens Anonymes, mais ça sonne moins bien) [ATTENTION] : Le post qui suit contient une idée de newbie. Je ne connais pas vraiment les gens d'ici, à part ce que j'ai pu entrevoir par forums interposés. Même SCPCD m'a dit qu'il ne savait pas grand-chose sur certains. Il m'est donc venu une petite idée : offrir à tout le monde l'occasion de se présenter, un peu à la façon des réunions du groupe sus-cité, en particulier sur le plan de l'expérience, des compétences, des centres d'intérêt et d'autres infos personnelles qu'il ou elle désire faire partager avec le groupe, afin d'apprendre à chacun à mieux se connaître TM. (accessoirement, ça m'évitera de raconter des c.nn.r..s à quelqu'un qui maîtrise mieux un sujet que moi.) Petit bonus, la possibilité aux autres membres de commenter les profils en cas d'inexactitude flagrante (par exemple, si GT Turbo oubliait de mentionner qu'il le proriétaire du seul grille-pain au monde disposant d'une carte accélératrice ) J'aurais bien commencé par moi, mais si l'idée ne vaut pas le coup, inutile de vous imposer un couplet my-life.
  10. Les Atariques Anonymes

    Bienvenue Romualdl ! (faut pas être dyslexique avec ton pseudo )
  11. Bienvenue à tous les nouveaux !

    On a un nouvel arrivant qui s'appelle NEILYOUNG, mais c'est bizarre, j'ai une impression de déjà-vu...
  12. Jagwire, Usb For Bjl

    Yes. Much more, it seems. As of now, I've not had a single failed download using the JagWire. Yes, it will be available before the JagCF release, but we don't have determined a definite release date yet.
  13. Haute Résolution Sur Jaguar (et Mode Entrelacé)

    Yes, you can still use all of the others graphic features.
  14. 8 Millions De Couleurs Seulement ?

    [Français] En jetant un coup d'œil au schéma de la Jag pour trouver comment utiliser le mode entrelacé, j'ai découvert un truc bizarre : la sortie B0 de Tom est reliée à un point de test, et l'entrée B0 du DAC vidéo est reliée à la masse, ce qui veut dire qu'il n'y a que 7 bits de résolution affichés pour le canal bleu (au lieu de 8) Atari nous a-t-elle menti à propos des 16 millions de couleurs, ou est-ce que c'est une erreur sur le schéma (ou une version préliminaire) ? J'ai la flemme de démonter ma Jag maintenant pour vérifier [English] While peeking at the Jag's schematic to find out how to use the interlaced mode, I found out something weird : Tom's B0 output is connected to a test point, and the video DAC's B0 input is connected to ground, which means there are only 7 bits of resolution displayed for the blue channel (instead of 8) Did Atari lie to us about the 16 million colors, or is it a schematic error (or a preliminary version) ? I'm too lazy to take my Jag apart now to find out
  15. 8 Millions De Couleurs Seulement ?

    I created this topic to continue the discussion. Symmetry, you were right : some more tricks were needed
  16. 8 Millions De Couleurs Seulement ?

    Well... I just checked that changing this register enables the generation of a proper interlaced video signal, using the code for a little demo from SCPCD as a framework... BUT Displaying a high-res picture was my next step. I started playing with it yesterday night, but as this is my first piece of code on 68K and my first attempt at Jag programming, you can guess I'm a bit slow So you are most probably right about it being more complicated than setting a single register. Enough chatter... more code awaits
  17. 8 Millions De Couleurs Seulement ?

    So there is more to it ? Good thing, that was TOO easy I'm getting back to work then (BTW, I'm cheating : I have a video capture card on my PC with custom drivers I've written, so I can debug this stuff easily without having to stand in front of the TV with a loupe )
  18. 8 Millions De Couleurs Seulement ?

    Yeah, I was thinking about both of those things... I'll see
  19. 8 Millions De Couleurs Seulement ?

    And the answer is (for 50 Hz) : move.w #624, $F0003E ($F0003E is the Vertical Period register) I thought it couldn't be that simple (since almost nobody seemed to have done it before), so I spent several days searching information about video signals, and deciphering Atari's documentation... but that's it, and it works. Nothing wasted, though ; now I understand how to setup all the video registers, so if we need to tweak the resolutions, I can do it
  20. 8 Millions De Couleurs Seulement ?

    Don't tell me you've figured it out... I've spent those last days on it, you'd spoil my fun
  21. Bienvenue à tous les nouveaux !

    [Français] Bienvenue au petit nouveau qui est presque déjà un grand ancien [English] Welcome to the rookie who's almost an old-timer already
  22. Jagwire, Usb For Bjl

    Thanks
  23. Jagwire, Usb For Bjl

    [Français] Questions aux pros de l'Atari : le port série monte jusqu'à combien en vitesse ? Est-ce qu'il supporte le contrôle de flux matériel (lignes RTS et CTS) ? Le circuit de gestion USB du JagWire fait essentiellement la conversion USB <-> série, donc il y a moyen de le remplacer par un simple convertisseur de niveaux (genre MAX232) pour pouvoir se brancher sur un port série classique. Ça sera sûrement moins rapide, mais ça marchera. D'ailleurs, les Ataristes ont-ils vraiment besoin de la partie BJL, qui semble déjà marcher correctement pour eux sur port parallèle ? Ça vaut peut-être le coup de faire un autre petit module dédié JagCF... [English] Questions for the Atari specialists : what is the maximum speed of the serial port ? Does it support hardware flow control (RTS and CTS lines) ? The JagWire's USB chip is essentially a USB <-> serial converter, so it can be replaced by a simple level shifter (such as the MAX232) to allow the connection to a standard serial port. It will probably be slower, but it will work. By the way, do the Atarists really need the BJL part, which seems to work fine for them using the parallel port ? It would maybe be interesting to create another, JagCF-only add-on... [Français] Merci FrediFredo ! [English] Thanks FrediFredo !
  24. Jagwire, Usb For Bjl

    [Français] Merci pour la pub Quelques précisions : Il y a deux modes d'utilisation du JagWire : le mode BJL classique, en remplacement d'une connexion à un port parallèle, compatible avec la ROM BJL, la cartouche Protector:SE et le CD BJL (donc utile aussi à ceux qui n'ont pas la JagCF) ; et un mode de communication rapide avec la JagCF (jusqu'à 3 mégabits par seconde). Les logiciels seront fournis avec les sources, et compatibles avec (au moins) Windows 9x/2000/XP et Linux. Pour l'upload de Native Demo, ça prend en fait 19 secondes Pour le moment, ce n'est qu'une version bêta, il va falloir un peu de patience [English] Thanks for the publicity A few precisions : The JagWire has two modes : the classic BJL one, to replace a parallel port connection, which is compatible with the BJL ROM, the Protector:SE cartridge, and the BJL CD (therefore, also useful to those who do not own the JagCF) ; and a fast communication mode for the JagCF (up to 3 megabits per second). The software will be provided with sources, and will be compatible with (at least) Windows 9x/2000/XP and Linux. Uploading Native Demo requires about 19 seconds, in fact It is currently a beta version, so you will need a little patience
  25. Gcc Setup Trouble...

    Hi ray, I unfortunately can't offer advice since I never used GCC on this platform, I just wanted to tell you might have to wait a bit for others to reply, since : Most of us just came back from the Atari Connexion 2006, so we're still a bit tired AFAIK, the majority of coders here only use pure ASM, so they probably won't be able to help either (don't ask GT Turbo what he thinks of C, for example ) BTW, I saw your group's demo (the one with the sung lyrics) at the AC ; I was really amazed, it's truly an art piece
×