Compiler, logra convertir un .BAS a .XEX hecho por Pelusa soft 1989.
https://devwebcl.atarionline.pl/pelusa/COMPILER.COM
(talento en video juegos)
Compiler, logra convertir un .BAS a .XEX hecho por Pelusa soft 1989.
https://devwebcl.atarionline.pl/pelusa/COMPILER.COM
Ademas del clasico memory test que viene al hacer un BYE, existe otros programas como XRam
rev.3 rom analiza los bancos de memoria de 130XE
Tambien esta el revisador de ROM.
http://atari.sk/extended-ram-test-0-22-0-xram0220-xex/
https://www.wudsn.com/index.php/productions-atari800/tools/atariromchecker
La version de utilitarios 1.
https://www.atariware.cl/wiki/Biblioteca/CompuUtilitariosVol1
https://www.atariware.cl/archivos/compu-util1/compu-util.atr
------
UPDATE (2026/08)
Como sucedio con el cassette de Coelsa, este libro/folleto tambien copio los programas de Compute!
Cabe destacar que lo declara en el folleto, queda por confirmar si hubo permisos oficiales.
Este obra esté preparada con material recopilado y adaptado por su autor técnico en informática Sr. Miltón Campos Sidler.
Seccion 1: What To Do If You Don't Have Joysticks
https://archive.org/details/1980-09-compute-magazine/page/74/mode/2up
Seccion 2: Using The Atari Timer
https://archive.org/details/1983-06-compute-magazine/page/n239/mode/2up
Seccion 3: Error Reporting System for the Atari
https://archive.org/details/Computes_First_Book_of_Atari/page/n133/mode/2up
Seccion 4: String Arrays
https://archive.org/details/ataribooks-computes-third-book-of-atari/page/n37/mode/2up
Seccion 5: Made In The Shade: An Introduction To "Three-Dimensional' , Graphics on the Atari Computers
https://archive.org/details/Computes_First_Book_of_Atari/page/n81/mode/2up
Seccion 6: The Fluid Brush
https://archive.org/details/Computes_First_Book_of_Atari/page/n85/mode/2up
Seccion 7: An Atari BASIC Tutorial: Monthly Bar Graph Program
https://archive.org/details/Computes_First_Book_of_Atari/page/n149/mode/2up
(del gran Jerry White!)
Seccion 8: CIRCLES
https://archive.org/details/1983-07-compute-magazine/page/164/mode/2up
Cartridge chileno de compañia llamado Galaga que contiene 2 applicaciones y un juego
Exomizer es un buen utilitario para comprimir programas (juegos) multiplataforma.
https://bitbucket.org/magli143/exomizer/wiki/Home
Version: Exomizer v3.1.1
Esperando nueva feature preguntada al autor...
---
Exomizer is a program that compresses files in a way that tries to be as efficient as possible but still allows them to be decompressed in environments where CPU speed and RAM are limited. For some popular 8-bit computers using 6502 compatible CPUs it can also generate executable files that decompress themselves in memory when run.
The exomizer program itself is a console application written in ANSI-C.
Exomizer operates in two major modes. It has a raw mode that compresses plain files and produces plain files. This mode is used by the raw subcommand. All other subcommands use the second mode. It requires all source files to be targeted to be decrunched at specific addresses in the 16-bit address space of the target computer. In this mode, no file can be larger than 64kB since all data must be addressable using 16-bits. The targeted mode has the following features:
Included in the downloadable zip file are the source code and a precompiled binary for Win32. It also includes a makefile for Gnu make and gcc so it should be easy to build on any system where these tools are available.
Any suggestions, comments and/or bug reports can be sent to me, the author.
Changes since the 3.1.1 release:
A complete changelog is included in the zip file. Download it here.
Major changes since the 3.1.0 release:
(download removed)
Changes since the 3.0.2 release:
(download removed)
Changes since the 3.0.1 release:
A complete changelog is included in the zip file. Download it here.
Changes since the 3.0.0 release:
(download removed)
Changes since the 2.0.x releases:
(download removed)
Changes since the 2.0.10 release:
A complete changelog is included in the zip file. Download it here.
Changes since the 2.0.9 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0.8 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0.7 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0.6 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0.5 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0.4 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0.3 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0.2 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0.1 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0 beta 7 release: * Fixed a bug in sfx decruncher setup where data was copied unnecessary. * Added the i_line_number symbol to be able to change the default line number of the basic line of the sfx decruncher. * Added various improvements and documentation of the desfx command.
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0 beta 6 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0 beta 5 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0 beta 4 release:
A complete changelog is included in the zip file. (download removed)
Changes since the 2.0 beta 3 release:
A complete changelog is included in the zip file. (download removed)
First public 2.x beta release. (Download removed)
If you're looking for builds for other operating systems, here's some external links:
For older releases, see the old website here.
Updated
RastaConverter para Linux:
rastaconv ~/Downloads/vtennis.png /threads=8 /s=1000
./rastaconv ~/Downloads/pitkat1.png /threads=8 /s=1000 /pal=../Palettes\altirra.act
prerequisite:
sudo apt update && apt install build-essential g++
sudo apt install libfreeimage3 libfreeimage-dev
sudo apt install liballegro4.4 liballegro4-dev allegro4-doc
make
https://github.com/ilmenit/RastaConverter
Mac OS
The correct version is Allegro 4. In v5 they broke backward compatibility.
brew install freeimage
RastaConverter Windows:
https://atariage.com/forums/topic/229467-rasterconverter-windows-binaries/
RastaConverter.exe vtennis.png /filter=box /h=200 /pal=palettes\altirra.act /dither=chess /init=smart /s=1 /distance=euclid
start RastaConverter.exe test.jpg /dither=knoll /details=test-details.png
RastaConverter.exe c64.png /filter=box /h=200 /pal=palettes\laoo.act
The converter uses Late Acceptance Hill Climbing algorithm: https://web.archive.org/web/20150225171429/http://www.cs.nott.ac.uk/~yxb/LAHC
Explorador de ATR hecho en htm5/js :
https://github.com/rossumur/esp_8_bit/blob/master/atr_image_explorer.htm
UPDATE: https://rossumur.github.io/esp_8_bit/atr_image_explorer.htm
Famoso formato de compresion de sistemas retro: arc
Utilitarios mas estandares de versiones antiguas:
linux / macos :
arc-5.21p: (unarc/arc)
https://sourceforge.net/projects/arc/
windows:
arc-5.21j-1-bin
https://sourceforge.net/projects/gnuwin32/files/arc/5.21j-1/
Subi un fork de Franny a github:
https://github.com/devwebcl/franny-mirror
Ya que es un proyecto viejo, pero util, ademas existe un parche desde foro Polaco.
Ademas, no existe versiones ejecutable win32 fácil de encontrar.
https://github.com/devwebcl/franny-mirror/releases/tag/v1.1.3
http://www.atari.org.pl/forum/viewtopic.php?id=8073&p=2
patch -p0 <franny-20140107-sdx2x512bps.diff
---
franny -L pollo.atr
http://www.atarimania.com/game-atari-400-800-xl-xe-trivia-quest-utility-disk_5515.html
http://www.atarimania.com/game-atari-400-800-xl-xe-trivia-quest_5514.html
De todas maneras en la coleccion de Holmes hay un programa de dominio publico que hace lo mismo (en Aleman) : http://ftp.pigwa.net/stuff/collections/holmes%20cd/Holmes%203/HAPS/PDTO500/PD0069B.ATR
