Home
SCP 049 Plague (DEMO) Mac OS

SCP 049 Plague (DEMO) Mac OS

June 01 2021

SCP 049 Plague (DEMO) Mac OS

SCP-049
  1. Running Virtual Machine software allows you to have a 'guest' operating system, likely free Linux, which has separate software from the 'host' OS. A great option for this is running VirtualBox on your Host OS (Windows or Mac) with a Linux distribution as the 'Guest' OS.
  2. Jan 26, 2021 Running Virtual Machine software allows you to have a 'guest' operating system, likely free Linux, which has separate software from the 'host' OS. A great option for this is running VirtualBox on your Host OS (Windows or Mac) with a Linux distribution as the 'Guest' OS.

This piece feature SCP 049 the 'plague doctor' SCP. There is a green computerized effect around the borders, coupled with chromatic aberration which would look great under a black light! The plague doctor mask is scary and might fit in at a Halloween party or event. This creature is also seen in the popular containment breach video game. Better than Mac OS, I guess. 1495 17 comments. Mark really was giving the 2 actors shame in 2009. Relevant SCP đź’‰ SCP-049-J The Plague Fellow.

Table of Contents

  • 1. Overview
  • 2. UMN/CSE Unix Computing Resources
  • 3. Linux Environments on Your own machine

1 Overview

1.1 Rationale

This guide is meant to inform UMN students on options they have toaccess a Unix/Linux environment for course work in computerscience. This applies to courses that use the C programming languagelike CSCI 2021 and CSCI 4061 and may be useful for other courses aswell.

The first section provides information on UMN Unix computing resourcesand some links to tutorials on how to install Unix one personalcomputers. In the latter case, the focus is on the use of VirtualMachines so that a Linux environment can coexist with an existingWindows or Mac OSX installation rather than overwriting these morefamiliar environments.

1.2 Executive Summary

Have Several Options
Familiarize yourself with several ways to edit/compile/run code in aUnix environment so that if your primary mechanism fails, you have abackup. Expect your Internet Connection to go down at some pointand have a non-networked solution (Virtual Machine or WSL).
All Students
Learn about SSH and SCP to log into remote computers in aterminal. The commands ssh / scp are installed by default onalmost all platforms (Windows/Mac/Linux). Read the sections on SSHand SCP for quick introductions.
Windows Users
You are strongly encouraged to install the Windows Subsystem forLinux (WSL) which provides a an easy-to-set-up, local Unixenvironment largely identical to school machines.
Mac Users
You will need to either install a Virtual Machine for edit theircode remotely as Apple no longer supports the tools we use for thisclass running natively.
Linux Users
You're already set for the most part as you're using the same OS asyour professor and will reap the benefits thereof.

2 UMN/CSE Unix Computing Resources

The UMN College of Science and Engineering (CSE) provides a wealth ofcomputing resources including several ways to easily access UNIXenvironments.

2.1 Physical Access

CSE Labs provides several physical lab locations many of which haveLinux computers with a Unix environment. Visiting a lab physically andworking on their computers is a plausible way to get work done incourses that require such an environment.

This link lists the lab locations and their usage / hours of operation:

Labs that list 'Ubuntu' have Linux machines as Ubuntu Linux is apopular 'flavor' of Linux.

If you are reading this guide during a PLAGUE make sure to checkwhich labs are open/closed. Plagues tend to limit availability toprevent the spread of disease.

2.2 Vole for Graphical Login: http://vole.cse.umn.edu

CSE Labs provides a slick graphical login to Linux machines through aweb browser via its VOLE system. Navigate to http://vole.cse.umn.edu,enter your login credentials, and initial a graphical login.

A couple observations on Vole

  • It is full-ish graphical environment with a 0-cost setup
  • Being graphical environment, it can be 'laggy' if your networkconnection isn't fast. Many students notice see this when the systemfails to respond for a short time or a single press of the 'x' keyresults in 'xxxxxxxxxxxxxxxxxxxxxx' showing up on their screen

For these reasons, it is also good to familiar with alternatives toVole described later.

Note: unless you are doing dedicated graphics programming, don't usethe Vole 3D nodes. Use normal Vole. I have received reports that thememory checking program Valgrind can report spurious errors on Vole3Dand should therefore be avoided.

2.3 Graphical Login to Specific Lab Machines

CSE Labs has implemented the same technology used in VOLE to allowgraphical logins to physical lab machines. This can be done byvisiting a web site with the machine name it the title. For example,to get a graphical login to the machines, visit the correspondingURLs:

MachineURL
csel-kh4250-01https://csel-kh4250-01.cselabs.umn.edu
csel-kh4250-20https://csel-kh4250-20.cselabs.umn.edu
csel-kh1250-05https://csel-kh1250-05.cselabs.umn.edu
……

All machines that can be accessed are in the big list of machines onthe CSE Labs help site.

This method provides only minor advantages over using VOLE. Thetrade-offs are roughly

  • You have to remember the individual machine names rather than justvole.cselabs.umn.edu
  • It is still a graphical environment so you're likely to experiencelag if your network connection is slow
  • It is NOT virtualized like VOLE so you get access to the physicalmachine resources but must share them with whoever else is loggedinto the machine
  • VOLE automatically assigns you to nodes that have fewer users to getyou somewhat better performance but it is a virtualized environmentso may not be appropriate for all situations

2.4 SSH to CSE Lab Machines

There is a full video course on Learning SSH on LinkedIn Learning,available free through the UMN Library.

CSE Labs allows you to remotely log into a variety of machines usingthe secure shell Spiderman slot machine. or SSH for short. For this you will need an SSHtool.

  • Mac / Linux: Open a terminal and use the ssh command
  • Windows: Open cmd.exe and check that the ssh command is presentby typing ssh Enter. Most recent Windows installs have it.

    If ssh is not installed, examine these choices of which PuTTY is aclassic favorite.

SSH connections are non-graphical and therefore are much more robustagainst slow network connections compared to tools like Vole.

To use SSH, you must first know the network address of a machine tolog into. Select a machine name from the big list of machines in CSELabs and log in. My go-to is often

To access apollo or other machines via SSH on a Unix terminal, type the command below

A login would look something like this:

2.5 Transferring Files To/From Lab Machines

When working on remote machines, it is often necessary to transferfiles between a local (home) computer and the remote (lab) machines.There are a number of graphical tools to do this on all platforms:just use search terms like

  • 'secure file transfer on windows'
  • 'secure file transfer on mac osx'

and you are likely to find free versions.

Non-graphical tools for file transfer are usually very fast, robust,and easy to use once your learn their quirks.

scp: remote copying on the terminal

If you have access to ssh in a terminal on your home computer, youvery likely have access to scp which uses the same secure connectionprotocol but to transfer files rather than set up an interactiveshell. It has a syntax that combines ssh and the Unix cp (copy)program. A few examples show common use cases

sshfs and FUSE

Some systems support a way to 'mount' a remote machine filesystemthrough an SSH connection. The net effect of this is that copyingfiles into what looks like a local folder actually transfers them toa remote machine and copying them from that folder transfers from thatmachine. How do i use bluestacks. This behavior is often not present by default but isincredibly useful and has saved me countless hours of toil. You caninvestigate these for your system of choice

  • Mac OSX FUSE / sshfs: https://osxfuse.github.io/
  • SSHFS on Linux: Most Distributions have a package for SSHFS
    • Ubuntu: https://help.ubuntu.com/community/SSHFS
    • Mint: https://community.linuxmint.com/software/view/sshfs
    • Arch Linux: https://wiki.archlinux.org/index.php/SSHFS
    • etc.
  • Windows: best achieved through the Windows Subsystem for Linux

Once set up, an sshfs command can be issued to mount a remote folderon an empty local folder. I often use the following command to mountmy home directory on remote machine apollo.cselabs.umn.edu on alocal directory called apollo:

2.6 Visual Studio Code and Remote Access

Visual Studio Code (VS Code) has become a popular code editor /Integrated Development Environment (IDE) that many students and staffuse. While our course has no 'official' code editing environment,many staff members are knowledgeable about VS Code and have point toits remote code editing features/plugins as particularly useful forcourses like ours. The capability allows you to edit code on othercomputers as if it were on your local machine. While this capabilityis not unique to VS Code (and is in fact based on SSH), VS Codeprovides a easy and useful means of accessing this ability. Below areseveral sets of instructions on how to do this.

Many students have found this method of accessing school Unix/Linuxenvironments to meet their needs very well.

Official Tutorial from Course Staff: https://tienpdinh.com/posts/remote-vscode

TA Tien Dinh constructed the linked guide to setting up remote editingin VS Code which is comprehensive and has been vetted by the teachingstaff.

Local Guide by a Student

The following information was shared by student Dan Runningen wasreported as very useful by several other students. It hasn't beenvetted by the staff but looks legit and useful.

As long as you have access to your labs account, your credentialsshould work via SSH. Instructions on how to set-up SSH for VSCode canbe found here, however my set-up was a little different.

  1. You do need to ensure you have an ssh client installed.
  2. You will need the plug-ins below. I believe the first three may bealready installed for you, but 'Remote Development' is theimportant one.

  3. After installing the plug-ins, you will need to reload the editor.
  4. Open up the 'Remote Explorer' panel.

  5. Change the drop-down to 'SSH Targets'
  6. Click the '+' directly underneath to add a new connection.
  7. The window will ask you for your ssh command. You need the fullcommand and be sure to include the -A option otherwise theconnection won't complete. Example:

    This will connect to machine atlas. Other possible labcomputers are here. How to play medusa.

  1. Click on the option to save the command in your personal files,not your program files.
  2. Click the connection and enter your password in the new window.
  3. This will allow you you work in an interactive IDE through theschool's environment. The connection is faster since all therendering is done client-side and not being transmitted through aweb browser. You also have access to the terminal directly throughthe 'Terminal' menu.

2.7 Physical Access to CSE Labs Machines

You can sit down at a variety of machines managed by CSE Labs whichare listed here: https://cseit.umn.edu/computer-classrooms

Be mindful of the times these labs are open and which labs have Unixmachines listed as Ubuntu 16.04. Keller 4-250 is likely the mostpopular.

3 Linux Environments on Your own machine

Serial key backuptrans iphone. It is fun and profitable to set up your own machine to compile codefor the class. While not strictly required, most students find it moreconvenient to compile and run code on their own computer rather thanrelying on remote access to other machines. The following sectionsoutline some options on how to set up a local Unix environment.

3.1 Virtual Machines on Mac or Windows

Running Virtual Machine software allows you to have a 'guest'operating system, likely free Linux, which has separate software fromthe 'host' OS. A great option for this is running VirtualBox on yourHost OS (Windows or Mac) with a Linux distribution as the 'Guest' OS.

In almost all cases, compiling and running code on a Linux VM (virtualmachine) will behave identically to a 'native' Linux.

Below are a list of beginner tutorials on installing VirtualBox and a Linux VM.

  • How to Install Linux on Windows or Mac with VirtualBox - BeginnerVideo by IT Career Questions (YouTube)
    • ~15min video
    • Install Ubuntu Linux for easiest experience, NOT Kali Linux
    • No need to make any monetary contributions when downloading anything
    • Mac OSX users will need to adjsut their security settings to allowVirtualBox to work, see the guide How to Fix VirtualBox’s “KernelDriver Not Installed (rc=-1908)” Error on a Mac.
    • WINDOWS USERS ARE NOT recommended to use Virtualbox, use theWindows Subsystem for Linux instead
  • How to set up VirtualBox and Install Ubuntu OS (Mac) by ISOM Suffolk(YouTube)
    • ~22min video
    • Mac OSX install of Ubuntu Linux Guest
    • Mac OSX users will need to adjsut their security settings to allowVirtualBox to work, see the guide How to Fix VirtualBox’s “KernelDriver Not Installed (rc=-1908)” Error on a Mac.
  • Create Shared Folder Between Mac OS X and Ubuntu Linux viaVirtualBox by Abanoub Hanna (YouTube)
    • ~4min video
    • Allows files to be accessed both between both Host (Mac) and Guest(Linux)
    • Setup is very short and easy

After installing Linux, you are likely to need some tools. The namesfor these vary but on Ubuntu they are usually as follows

  • build-essential: compiler toolchain based on gcc
  • valgrind: memory checker
  • gdb: debugger

Usually performing the following command in an Ubuntu Linux terminalwill update the package lists and install all of these:

Scp 049 Wiki

3.2 Windows Specific Options

While Windows does not have Unix tools by default, Windows 10 supportsthe very nice Windows Subsystem for Linux on Windows 10. This allowsa Linux system to be installed with very little effort complete withcompiler and debugging tools.

  • Install a flavor of Linux such as Ubuntu (Video Tutorial, highly recommended)
  • Start a linux command line via the bash program
  • Follow the Linux installation instructions appropriate to the distro(see Linux/Unix instructions)
  • After installing Linux, you are likely to need some tools. The namesfor these vary but on Ubuntu they are usually as follows

    • build-essential: compiler toolchain based on gcc
    • valgrind: memory checker
    • gdb: debugger

    Usually performing the following command will update the packagelists and install all of these:

NOTE: Assembly produced by gcc will target the Windows architectureand is not likely to work on lab Linux machines where we willgrade. Make sure to verify your code works in those environments aswell.

NOTE: Older options for getting a Unix environment include Cygwin andMinGW but these are discouraged as they will not be fully compatiblewith the tools used in the course.

3.3 Mac OSX

Unfortunately, Mac OSX no longer has good support for the tools usedin this course.

To get a local working environment, Mac OSX users are encouraged toinstall a virtual machine software like Virtual Box and UbuntuLinux. The earlier section on Virtual Machines gives some tutorialson how to perform the install.

SCP-049 / 'The Plague Doctor' : DestinyFashion

Historically Mac OSX had better support for native Unix developmentbut changes over the last few years to the default configuration ofOSX has made it unlikely to be able to work use tools that are centralthe course. These are as follows.

  • gcc: Most OSX installations come with a command called gcc BUTit is not actually the GNU Compiler Collection. It is usually theCLANG compiler. This is not compatible with our tools and it is notstraightforward to get a real GCC installed.
  • gdb: A learning goal for this course is to understand the basicutility of debuggers. We will focus on gdb. Unfortunately OSX doesnot come with this tool by default and installing it is a HUGEheadache.
  • valgrind: Testing C programs is not easy and the Valgrind memorychecker makes it a lot easier. However, the most recent versions ofOSX are not compatible with this tool. This is regrettable andthere is no known solution at this time.
  • Assembly produced by any compiler on Macs will target the OSXarchitecture and is not likely to work on lab Linux machines wherewe will grade. This can lead to loss of credit.

3.4 Native Linux

Linux is a Unix-like OS. Installing Linux naively on your own computeris NOT required but can be quite useful. For those new to Linux, goodbeginner distributions (flavors) of Linux include.

The site DistroWatch maintains an up-to-date list of popular Linuxdistributions and various properties of them.

4 Basic Navigation in a Unix Terminal

On logging into the machine you will work on, you will need to makesure that you get the codepack linked at the top associated with thelab and unzip it which will create a directory called lab01-codewith C files for you to analyze. To compile and run these, open aterminal and navigate to the directory lab01-code. This is usuallydone by issuing a series of 'change directory' or cd commands as inthe following brief demo.

If you are inexperienced working with a terminal (also called commandline or shell), then the following tutorial should give you the basicsto get through most of the course.

See Full List On Hero.fandom.com

You might also examine some videos on Learning the Linux Command Lineand Learning SSH as this is helpful for this and LOTS of othercourses. These videos are available through LinkedIn Learning which isfree for UMN students to access through the University Librarysystem.

5 CHANGELOG:

Fri Jan 22 11:23:34 AM CST 2021
Added apt update and unzippackages to the recommended packages for Linux/WSL installs.
Thu Jan 14 02:52:22 PM CST 2021
Added an executive summary andupdated some links to reflect Spring 2021.
Thu Sep 3 11:05:11 AM CDT 2020
Updates to the Virtual Machinesection to apprise Mac OSX users to a common security setting thatmust be changed to make Virtualbox work.
Fri 28 Aug 2020 11:52:13 AM CDT
Updated instructions onVS Code to remotely edit CSE lab machines code to includeofficial staff-produced guide.
Mon 24 Aug 2020 09:30:15 AM CDT
Added graphical access to CSE Labmachines through the web via vole-like technology.
Mon 03 Aug 2020 02:52:31 PM CDT
Added overview of using VS Codeto remotely edit CSE lab machines code.
Tue 07 Jul 2020 11:12:03 PM CDT
Added some information ontransferring files via scp and sshfs along with someadditional notes on the CSE Labs Vole system.
Archive-name: atari-8-bit/vendev
Posting-Frequency: 61 days
Last-modified: September 13, 2016
Welcome to the comp.sys.atari.8bit newsgroup!
Atari 8-Bit Computers
Vendors and Developers List
'A comprehensive list of vendors, developers, publishers,
and repair shops for Atari 8-bit computers and their users'
Additions/suggestions/comments/corrections are needed! Please send to:
Michael Current, mic..@mcurrent.name
Library Department, University of Wisconsin-La Crosse
This document is in a constant state of development and comes with no
guarantees. If you see any problems, I need to hear from you!
The latest version of this document is posted to the following Usenet
newsgroups every 61 days:
comp.sys.atari.8bit, comp.answers, news.answers
Known web locations for the latest version of this document:
ftp://rtfm.mit.edu/pub/faqs/atari-8-bit/vendev
http://faqs.cs.uu.nl/na-dir/atari-8-bit/vendev.html
http://www-ftp.lip6.fr/pub/doc/faqs/atari-8-bit/vendev
You may also request my latest working version at: mic..@mcurrent.name
UPDATES SINCE PREVIOUS POSTING:
2016.09.13 Konrad M. Kokoszkiewicz: U-BASIC v.1.7
2016.09.13 Avery Lee: Altirra 2.80
2016.09.11 BAKTRA Software: Turgen System 8.6.0
2016.08.28 updated: Atari8Warez
2016.08.13 updated: Konrad M. Kokoszkiewicz
------------------------------
Subject: Introduction
Conventions
-----------
All commercial vendors, developers, publishers, and repair shops should be
listed here. 'Active' PD/freeware/shareware developers should also be listed.
Persons or entities holding rights to products, but not selling or supporting
them in any way, should NOT be listed here.
'Vendor' = Reseller of products produced by others. Types of products
sold are given in categories: new hardware, used hardware, PD/freeware/
shareware, (new) commercial software, used (commercial) software.
'Developer' = Producer of products. Titles of products produced by the
developer are listed. No prices are given.
'Publisher' = Publishes a print or disk magazine, or a book. Complete
subscription or ordering information should be given, including prices.
Authorized online publishers of originally print or disk magazines are also
listed. Online books are not listed.
'Repair Shop' = Can repair 8-bit Atari or related hardware devices. Be
sure to make advance contact before sending anything to work on!
Entries are presented alphabetically by company name, or publication
title. If no company name exists, a personal name is used. 'See'
references indicate complete information may be found under the given
heading. 'See also' references indicate closely-related information may
be found under the given heading.
The month/year that vendor information was most recently fully verified is
given at the 'upper-right' of each entry.
Every entry should contain a valid postal address or web page address.
Entries do not include an email address due to the overwhelming amount of
spam that would result.
Internation Reply Coupons
-------------------------
The following is from: (2010.09.12)
http://www.upu.int/en/activities/international-reply-coupons/about-irc.html
About International Reply Coupons
When one writes to a stranger and requests a reply, it is considered polite to
enclose a self-addressed stamped envelope. This works well when both persons
live in the same country; however, if they are from different countries, the
enclosed postage stamp will not be valid.
All member countries
This technical problem was solved in 1906 when the Universal Postal Union,
during its Congress in Rome, introduced the International Reply Coupon
service. As the service began before the days of airmail, the earliest
coupons could only be redeemed for a single-rate ordinary postage stamp to a
foreign country. In terms of today's UPU Convention, International reply
coupons (IRC) are exchangeable in all member countries for the minimum postage
of a priority item or an unregistered airmail letter sent to a foreign
country.
Mandatory to exchange
The UPU's International Bureau processes several million coupons each year and
deals with of all accounting aspects. The International Bureau does not sell
IRCs directly to customers; they must buy them from their local post office.
Although Posts are not obliged to sell IRCs, it is mandatory for Posts to
exchange the coupons. If a Post does not sell IRCs, it is possible to
purchase them in a post office located in a neighbouring country.
DISCLAIMER
----------
Appearance in this list does not constitute a recommendation or endorsement of
the business, individual, product, or service listed.
Verfications -> YOU!
--------------------
This list is in a constant state of development, and comes with no
guarantees. Information of this nature constantly ages; therefore, the
information contained in this list is constantly updated. Please use the
latest release of this list whenever possible!
Remember, the success of this list is dependent on YOU, the reader, to
send me updates that correct errors that you find. If you use this
list, please do your part in keeping it useful for everyone!
------------------------------
Subject: A
4JAYS Video Games (Jay Colen) 5/10
519 W 4th St
Antioch CA 94509-1246
USA
http://4jays.net/store/
Vendor: new and used hardware and commercial software
8-Bit Classics (Corey Koltz) 5/15
126 E High St
Wautoma, WI 54982
USA
Phone: (920) 786-8248
http://www.8bitclassics.com/
Vendor: Atari XL/XE APE Warp+ OS 32-in-1 Switchless Upgrade Module, Atari
XL/XE SIO2PC Universal Interface, Happy 1050 Upgrade for Atari 1050 Disk
Drive, MyIDE-II CompactFlash Interface for the Atari XL/XE
Developer: AV Cables: 5-Pin DIN to Composite AV Cable,n 5-Pin DIN to
Composite AV Converter Cable, Atari XL/XE 5-Pin DIN to Commodore 1702 AV
Cable, Atari XL/XE 5-Pin DIN to S-Video & Composite AV Cable, RF Connector.
A-ONE Online Magazine 6/16
See: Dana P. Jacobson
Atari Bit Byter User Club e.V. (ABBUC) 10/13
c/o Wolfgang Burger
Wieschenbeck 45
45699 Herten
Germany
Telefon: +49 (0) 23 66 / 3 96 23
Fax: +49 (0) 23 66 / 3 96 23
http://www.abbuc.de/abbuc/shop/
Vendor: Hardware, Software, Literature, Sound, Merchandise
Developer: (hardware) Monitor Cable RCA 0.7m, Monitor Cable 5m RCA,
Monitor Cables S-Video 0.7 m, Monitor Cable 2.5m S-Video,
Monitor Cables S-Video 5m, Monitor cable scart XEGS 1m,
Monitor cable 5m Scart XEGS,
Switching Power Supply (Europe) for Atari XL / XE / XEGS,
Switching Power Supply (international) for Atari XL / XE / XEGS,
Switching power supply universal
Jarek Adamski 6/11
Poland
http://8bit.yarek.pl/interface/atari.kmk/
http://8bit.yarek.pl/interface/atari.sio2ide/
Vendor: KMK/JZ IDE, SIO2IDE
Alltronics 2/15
2761 Scott Blvd
Santa Clara CA 95050
USA
tel: 408 778 3868
FAX: 408 778 2558
http://www.alltronics.com/
Vendor: Atari Cable Din - to RCA and BNC connectors
Ambery 9/08
12335 Denholm Dr Ste E
El Monte CA 91732-3654
USA
tel: 626-350-8956 or 626-698-6739 Mon ~ Fri (10:00AM to 4:00PM PST)
FAX: 626-771-0060
http://www.ambery.com/
Developer: various Video to VGA/RGBHV converter scalers, see
http://www.ambery.com/vitovgcosc.html. Connect your Atari to your PC monitor!
ArSoft (Arkadiusz Lubaszka) 7/11
Poland
http://www.arsoft.netstrefa.pl/
Developer: Pajaki, Przekladanka, Arkadia, Life, ArLogo, Pojedynek, Inwazja,
Wojenne ABC, Zycie Maklera, Poszukiwacze, Smok, BASIC Editor +3M,
Bitwa Morska, RAMbo+, Super Biorytmy, Auto-'B'-Test, Pole Minowe II, Gielda,
ARK Operating System, Supgen, Koala-FWA Konwerter, Kolo Fortuny, CMC Player,
Pajaki II, The Multi-Lotek Maker, Hard Copy Text, SupGen 2000 1.00,
Odwracanka, Boot Config XF551, BCXF551.COM, Super Multi Filecopy, Hektor,
LineKiler, FontSelector, Atari Reader, SupGen 2000 2.00, EAN, Pingwinek,
Pingwinek Idzie Do Szkoly, Klony, Parachute, Parachute Deja vu, LarkaNoid,
ATASCII Squad, Integrator 2.1, Integrator 3.01, PAC-TXT, Kolony 2106,
Klony 2010, Mission: ArSoft, Octopus
Art Transfair Berlin (Andre Motzkus) 5/16
Brunsbuetteler Damm 223d
13581 Berlin
Germany
http://www.art-transfair.de/
Developer: J.t.t.s.o.t.U., Amiga 500 Demo, You've got the Power,
Megaforce (I). Co-production: World of Wonders
Atari800 Emulator Developers 5/16
Petr Stehlik (maintainer), Perry McFarlane (core developer), Piotr Fusik
(core developer), Tomasz Krasuski (core developer), Mark Grebe (Mac OSX),
Kostas Nakos (Windows CE, Android), James Wilkinson (DOS, BeOS, Win32),
Christian Groessler (Sega Dreamcast), Andrey Dj (Raspberry Pi)
See also: Piotr Fusik
See also: Mark Grebe
See also: Christian Groessler
See also: Tomasz Krasuski
See also: Kostas Nakos
See also: James Wilkinson
http://atari800.sourceforge.net/ or http://atari800.atari.org/
Developer: Atari800 version 3.1.0 (2014/04/12) -- emulator of Atari 8-bit
computer systems and the 5200 console for Unix, Linux, Amiga, MS-DOS, Atari
TT/Falcon, MS Windows, MS WinCE, Sega Dreamcast, Android and systems running
the SDL library..can be configured to run in the following ways: 1. 'simple'
version (many platforms) - uses only the standard C library, 2. curses (many
platforms), 3. X Window + Optional XVIEW or MOTIF User Interface, 4. CBM
Amiga, 5. MS-DOS (DJGPP), 6. Atari Falcon/TT and compatible machines, 7. MS
Windows (DirectX), 8. SDL (running on _many_ platforms), 9. WinCE, 10. Sega
Dreamcast, 11. JVM (Java applet), 12. Android
Atari8Warez (Ray Ataergin) 8/16
Toronto, Ontario
Canada
+1 647 407 7039
http://www.atari8warez.com/
Vendor: hardware and software
Developer: SIO2PC/10502PC Dual-USB v3.3, SIO2PC/10502PC Dual-USB v3.1 Kit,
SIO2PC-USB v1.0, SIO2PC-USB v1.0 Kit, Poor Man's SIO Cable, AspeQt (Atari
Serial Peripheral Emulator for Qt) v1.0x for Windows or Ubuntu
AtariAge 1/14
USA
http://www.atariage.com/
Vendor: Castle Crisis by Bryan Edewaard, Beef Drop by Ken Siders
atariarchives.org (Kevin Savetz) 8/14
USA
http://www.atariarchives.org/
Vendor: exclusive software downloads: Simax Video Signmaker and Simax
Picture Disks by Jack Bellis; SCREENS by Joseph J. Wrobel; Slime, Fort
Apocalypse, and Dimension X by Steve Hales; Chicken, Nautilus, Protector II,
and Shadow World by Mike Potter; Dragon's TAIL (Toolkit And Integrated
Library) by Ed Churnside; Shark and OS/II by Matthew Stepka; Atari Program
Exchange (APX) titles: Lemonade, Preschool Games, Reversi, Newspaper Route
Management Program, Castle, Alien Egg, Sultan's Palace, Extended fig-FORTH,
Supersort, Lookahead, Dice Poker, Babel, Domination, Decision Maker, Terry,
Eastern Front (1941), Wizard's Revenge, Mapware, Diskette Librarian, Chameleon
CRT Terminal Emulator, Data Management System, Instedit, Pro Bowling,
Downhill, Blackjack Casino, DSEMBLER, T: A Text Display Device, Dog Daze,
Memory Match, Attank!, Insomnia (A Sound Editor), Enhancements To Graph-It,
Astrology, Weekly Planner, Family Cash Flow, Mathemetic-Tac-Toe, Ultimate
Renumber Utility, Stereo 3-D Graphics Package, Solitaire, Source Code For
Eastern Front (1941), Letterman, Number Blast, Advanced Musicsystem, Isopleth
Map-Making Package, Keypad Controller, Family Budget, Speed-O-Disk, Starware,
Instedit - Microsoft BASIC version, Midas Touch, Seven Card Stud, Rabbotz,
Algicalc, Polycalc, Family Vehicle Expense, Frogmaster, Galahad And The Holy
Grail, Cribbage, Mantis Boot Tape Development System, Math*UFO, Easygrader,
Message Display Program, Snark Hunt, Calculus Demon, Mankala, Monkey Up A
Tree, Deep Blue C Compiler, Game Show, Real Estate Cash Flow Analysis,
Diskmenu, Quarxon, Yahtman, Microsailing, BASIC/XA, Melt-Down, Deep Blue
Secrets, Magic Melody Box, I'm Different!, Air Raid!, Catterpiggle, Getaway!,
Punctuation Put-On, Drawit, Dandy, Home Inventory, Circuit Lab, Bootleg,
Smasher, Moon Marauder, Puzzler, Eastern Front Scenarios 1942 1943 1944,
Eastern Front (1941) Scenario Editor, Ringmaster, Excalibur, Cartoonist,
Bellum, Mastermatch, Weakon, Dog Daze Deluxe, Dragon's Quest or a Twist in the
Tail, Character Fun, Bumpomov's Dogs, Envision, Gossip, Erg
Publisher: authorized online editions of books: Digital Deli, Best of
Creative Computing volume 1, Best of Creative Computing volume 2, Best of
Creative Computing volume 3, The Creative Atari, Machine Language For
Beginners, Second Book of Machine Language, Mapping the Atari, Master Memory
Map for the Atari, De Re Atari, Atari Roots, Assembly Language Programming for
the Atari Computers, Atari Graphics and Arcade Game Design, Atari Player-
Missile Graphics in BASIC, Compute!'s First Book of Atari Graphics, Compute!'s
Second Book of Atari Graphics, Compute!'s First Book of Atari, Compute!'s
Second Book of Atari, Compute!'s Third Book of Atari, Computer Graphics
Primer, Computer Animation Primer, Inside Atari DOS, SpeedScript: The Word
Processor for Atari Computers, Electronic Computer Projects for Commodore and
Atari Personal Computers, Computer Controller Cookbook, Atari BASIC - A Self-
Teaching Guide, Atari Basic XL Edition, The Epson Connection: Atari XE/XL,
Creating Adventure Games On Your Computer, BASIC Computer Games, More BASIC
Computer Games, Big Computer Games, BASIC Computer Adventures, Artist and
Computer, Colossal Computer Cartoon Book. also: Cleveland Free-Net Atari SIG
Archive, The Ol' Hackers Atari Users Group (OHAUG) Newsletter (1990-2000)
Atari Fan Store (Irek) 6/11
New York NY
USA
http://afs.atari.org/
Vendor: hardware including: SIO2IDE, SIO2SD ver. 2, IDEa (KMK/JZ)
Atari klub - SPHVT 4/15
Jizni 33
Olomouc
783 01
Czech Republic
Ic: 028 01 329
http://flop.atari.org/
Publisher: FLOP disk magazine (annual; FLOP #58 published April 2015)
Atarimax (Steven J. Tucker) 11/12
USA
tel: 216-577-8329
http://www.atarimax.com/
Developer: APE, the Atari Peripheral Emulator: APE and ProSystem v3.0.8 for
Win 95/98/ME/NT/2000/XP, APE & ProSystem 1.18 for DOS/Win3/95/98, APE Warp+ OS
32-in-1 Switchless Upgrade (2 versions: XL/XE except 1200XL/XEGS; 1200XL),
Imagic 1.06 95/NT - Atari Disk Image Conversion System (ATR/XFD/DCM/SCP),
Imagic 1.06 DOS, Atari Terminal Simulator ATS 2.0 (SR2) -ATASCII Telnet/Serial
Terminal & Break Movie Player 95/NT, Break Movie Screensaver 95/NT, Maxflash
Flash Cartridges (1mbit or 8mbit), Maxflash USB Cartridge Programmer Kit,
Maxflash Studio Software for Windows 1.7. SIO2PC/ProSystem Universal Interface
(6 versions: USB Interface w/ SIO Jack or w/ Terminals; Serial Interface w/
SIO Jack or w/Terminals; Dual Port USB Interface w/ SIO Connectors; Dual Port
RS232 Interface w/ SIO Connectors). Atarimax/ABBUC USB Cartridge, Atarimax
MyIDE-II CompactFlash Cartridge (includes 512kB Flash, 512kB SRAM,
Maxflash Studio and MyBIOS Support)
Atari Online News, Etc. 6/16
See: Dana P. Jacobson
The Atari Shop (Sandra) 4/16
The Netherlands
http://www.atari-shop.nl/
Vendor: new/used hardware, new/used commercial software
The Atari Times (Gregory George) 8/13
USA
http://www.ataritimes.com/
Publisher: The Atari Times Newsletter Compendium,
The Atari Times 2001 Year End Issue, The Atari Times 2002 Year End Issue,
The Atari Times 2004 Compendium, The Atari Times 2005 Compendium
Atlantis Games Group 6/10
(Sal 'Kjmann' Esquivel, TJ 'Damage X' Edmister, Gary 'Rybags' Ryan,
Zdenek 'Psuedografx' Eisenhammer, Peter 'peteofborg' Meyer)
USA
http://www.atlantisgamesgroup.com/
Developer: Tempest Xtreem. In progress: Venture, OutRun
AV Toolbox 6/10
2791 Circleport Dr
Erlanger KY 41018-1080
USA
Phone: 800-235-3280 or 859-647-1077
Fax: 859-282-8225
http://www.avtoolbox.com/
Developer: various video scalers (up-converters). Connect your Atari to
your modern high-resolution video display television or monitor!
------------------------------
Subject: B
B & C ComputerVisions (Bruce & Cathy Carso) 8/13
5917 Stope Way
El Dorado CA 95623-4716
USA
tel: (530) 295-9270 11:00 AM to 4:00 PM Monday to Friday (Pacific Time)
http://www.myatari.com/
Vendor: new/used hardware, commercial/PD/freeware/shareware
Eric Bacher 5/16
See also: James Wilkinson
https://sourceforge.net/u/ebiguy/
Developer: Dis6502 2.2 (Interactive 6502 Disassembler for Win32,
designed to specifically support Atari binary files; Win32 Port - 2005 by
James Wilkinson), MakeMenu 1.3 (AtariMax cartridge front-end)
Matthew Bacon 7/16
United Kingdom
http://www.myatari.net/
Publisher: MyAtari online magazine (published October 2000 - February 2005)
BAKTRA Software (Michael Kalous) 9/16
Czech Republic
http://www.baktra.wz.cz/
http://turgen.sourceforge.net/
Developer: Turgen System 8.6.0 ('TURbo GENerating System'--converts files
to various turbo systems and also to standard tape records; output of the
program is a WAVE file, an electric signal on the output of the sound card, or
a tape image.; for JavaRE), XEX2CAS 2.4 (conversion of Atari DOS 2 binary
files to standard (FSK) tape records), mmSAP 3.2.5 (Slight Atari Player for
GNU/Linux), mmSAP-win32 2.1.4 (Slight Atari Player for Windows), Caverns of
the Lost Miner (game), Curse of The Lost Miner (game), jbxex (Java applet that
allows you to embed tokenized ATARI BASIC programs to binary files)
Richard Bannister 7/12
Dublin
Ireland
http://www.bannister.org/
Developer: Rainbow v1.5.7 Atari 800 Series Emulator for Mac OS X (port of
Rainbow 1.4 by Chris Lam), Emulator Enhancer v2.4.0
Lee Barnes 8/12
http://www.mathyvannisselroy.nl/mydos.htm
http://www.mathyvannisselroy.nl/aspi.htm
Developer: MyDOS RAMdisk patches, Black Box ATASPI V0.42 ('Atari (Advanced)
SCSI Programming Interface'), Black Box ATASPI V0.41
Ullrich von Bassewitz (Uz) 2/12
Germany
http://www.cc65.org/
Developer: cc65 2.13.3 - a complete cross development package for 65(C)02
systems, including a macro assembler, a C compiler, linker, librarian and
several other tools.
Matthias Belitz 6/11
See also: msc
Germany
http://www.mathyvannisselroy.nl/aspi.htm
Developer:
Black Box ATASPI V0.40 ('Atari (Advanced) SCSI Programming Interface'),
ATASPI CDPLAY V0.20 (audio CD player), ATASPI MON V0.12 (SCSI monitor)
Brian Berlin 8/09
http://kat5200.jillybunch.com/
Developer: kat5200 0.6.2 -- Atari 5200 and 8-bit computers emulator for PC
Best Electronics (Brad Koda) 6/07
672 Commercial St
San Jose CA 95112-1406
USA
Telephone: (408) 278-1070 (M-F 1:30pm to 5:00pm PST)
FAX: (408) 278-1092
E-FAX: (815) 364-3703
http://www.best-electronics-ca.com/
Vendor: new hardware, commercial software
Developer: 'XE' Touch keyboard upgrade for XE computers, Best Light Gun,
Best Gold CX40 Joystick PCB, Atari CX40 Joystick Rebuild Kit with Atari
Upgraded CX40 Handle and Best Gold CX40 PCB, Atari CX40 Joysticks upgraded
with the Best Gold CX40 PCB, Atari Jaguar Power Pad to Other Atari Systems
Adapter Cable, Sega Genesis Controllers To Atari Systems Adapter Cable,
Best CX30 Super Pots
Big Five Software (Bill Hogue, Jeff Konyu, Curtis Mikolyski) 5/15
USA
http://www.bigfivesoftware.com/
Developer: Miner 2049er and Bounty Bob Strikes Back! Emulator for PC
BITS (SOLO)(Herman Samso J.) 3/14
http://bits.atari.org/ or http://thebitsclub.tripod.com/
Developer: tools & utilities: #1000 (20080312), #1600 (20140310 -
PIXeL PaINT). intros & demos: #1502 (20080314), #1503 (20100607),
#1504 (20110326), #1505 (20110317), #1506 (20110617), #1507 (20120319),
#1508 (20120616)
Bits of the Past (Dropcheck / Lenore Underwood) 8/14
Oklahoma City OK
USA
http://www.bitsofthepast.com
Developer: 256K Memory Upgrade Kit, 4in1 OS Adapter, GTIA-PAL Adapter
(800/1200XL), GTIA-PAL Adapter (800/1200XL) Bundle, Reimaged Rambo XL 256k
Memory Upgrade, Reimaged Rambo XL 256k Memory Upgrade Combo, Reimaged Ramrod
XL Adapter, Reimaged Wizztronics 256k Memory Upgrade (ANTIC CO12296), Reimaged
Wizztronics 256k Memory Upgrade (ANTIC CO21697), Reimaged Wizztronics 256k
Memory Upgrade Combo (ANTIC CO12296), Reimaged Wizztronics 256k Memory Upgrade
Combo (ANTIC CO21697), Reimaged XF551 Disk Drive Controler w/Modern Power
Supply, Reimaged XF551 Disk Drive Controller w/Original Power Supply, Super
MMU Adapter (for an Ultimate Board or an intSDX board), Wizztronic Upgrade Kit
Dan Boris 11/15
USA
http://www.atarihq.com/danb/atari8bit.shtml
Developer: Atari Disk Explorer for Windows XP or greater Microsoft .NET
Framework 2.0 (Supports XFD and ATR disk image formats)
Grandovec Bostjan 2/12
Pot na Josta 27
4000 Kranj
Slovenia
http://bgrandovec.hostzi.com/
Developer: Pantheon 0.412 (Atari 8-bit computers emulator with collection of
98 games; also emulates Atari 2600, 5200, 7800 with games for each)
Bravo Sierra Computers (BSC) (Ben Smith) 6/14
Oregon
USA
tel: (503) 256-9974 (24 hours)
email: At..@aracnet.com or BenSells@Atari.org
http://BenSells.Atari.org or http://www.aracnet.com/~atari/
http://BensCatalogs.Atari.org or http://www.aracnet.com/~atari/catalogs.html
Vendor: new/used hardware, new/used commercial software
------------------------------
Subject: C
Mario Caillahuz ('Allas') 10/10
Lima
Peru
http://atari.limitevisual.com/
Developer: Plague Attack, Voyage to Home, Accion, MULE Wars, Animal Party,
Jewel Bits
Candle (Sebastian Bartkowicz) 5/14
See also: SIC! crew
Poland
http://spiflash.org/
Developer: SimpleStereo, IO-Board, VideoBoard XE (VBXE), SIDE Project,
SIC! Cartridge, Ultimate1MB, Incognito
Gray Chang 8/13
USA
http://ataridogdaze.com/
Developer: Dog Daze, Claim Jumper, Dog Daze Deluxe, Bumpomov's Dogs
Rafal Ciepiela (bob_er) 9/12
http://sourceforge.net/projects/atari8/ or http://atari8.sourceforge.net/
Developer: Franny 1.1.3 (ATR disk image editor), Yvonne 1.0 (Atari picture
viewer), ZooEY 1.4 (6502 crossassembler compatible with Quick Assembler)
Classic Computer Magazine Archive (Kevin Savetz) 9/13
USA
http://www.atarimagazines.com/
Publisher: authorized OCR'd editions of: Antic (all 88 issues), STart (all
42 issues), Creative Computing (35 issues), A.N.A.L.O.G. (10 issues), Compute!
(98 issues), Creative Computing Video & Arcade Games (both issues), Hi-Res
(all 4 issues), ROM (all 10 issues)
Computer Games Plus 5/12
PO Box 6144
Orange CA 92863-6144
USA
tel: (714) 639-8189
http://www.gamesplus.com/
Vendor: new/used commercial software, books, small selection of hardware
Cloud-9 (Mark Marlette, Boisy Pitre, Aaron Wolfe) 5/12
3749 County Road 30 SE
Delano MN 55328-8137
USA
http://www.cloud9tech.com/
Developer: Liber809 (Motorola 6809 microprocessor upgrade for the Atari
800XL/1200XL/130XE)
Computer Software Services (CSS) 7/16
See: NLE Computer Software Services (New Life Electronics CSS)
Contiki (Adam Dunkels, Fredrik Osterlind, Oliver Schmidt) 8/15
http://www.contiki-os.org/
http://sourceforge.net/projects/contiki/
https://github.com/contiki-os/contiki
http://contiki.cbm8bit.com/ Contiki v2.5 Configuration & Download for Atari
http://atariage.com/forums/topic/241436-contiki-august-2015/ August 2015 build
Developer: Contiki for the Atari 8-Bit Computers (with a Dragon Cart).
'Contiki is an open source operating system for the Internet of Things.
Contiki connects tiny low-cost, low-power microcontrollers to the Internet.'
Nick Coplin 7/12
Perth, Western Australia
Australia
http://www.64hdd.com/
Developer: 64JPX - JoyPad eXpander - Use your favourite Sega, SNES, NES or
PCanalog controller with your Commodore or Atari compatible system
Cosine Systems 11/13
(T.M.R The Magic Roundabout [Jason Kelk], Sack [Adam Hay], Odie [Sean])
United Kingdom
http://www.cosine.org.uk/
Developer: C.G.M. UKScene Radio Intro (30th August 2003),
1K Party (21st March 2004), Reaxion (31st December 2005),
Greetz0rz (18th March 2012), Brainpower (24th April 2012),
Callisto (28th October 2012), Battle Eagle (27th October 2013)
C.P.U. (Raster, JirkaS, Bob!k, HonzaW) 4/09
See also: Radek Sterba
Czech Republic
http://raster.infos.cz/atari/homepage.htm
Developer: S/XEGS RAMCart 128KB version 'G1.04 FIX3+',
STEREO upgrade for XL/XE, SDrive - connects to Atari XL/XE's serial (SIO)
port and simulates an Atari floppy disk drive with full read/write access to
programs and data stored on a Secure Digital flash memory card (SD),
SDrive Control Program v01 20090403
Preston Crow 10/15
USA
http://www.crowcastle.net/preston/atari/
Developer: binload v2.5 (with Chad Wagner - Atari binary load format file
analyzer), atr2unix v1.2 (with Chad Wagner - Extract files from an Atari DOS
or MyDOS .ATR file), unix2atr v0.9 (Extract files from a Unix directory
tree and create a MyDOS ATR-format disk image file), dcmtoatr v1.4
(written by Chad Wagner), MyDos Binary Menu, SIO2Linux 3.1.0 (with Pavel
Machek - a rewrite of SIO2PC software for Linux), DISK 4.0 (sector editor
and more)
Jorge Cwik 8/08
http://www.fxatari.com/
Developer: VAPI Atari 8-bits Imaging & Preservation format (.ATX) and
tools: Patched Emulator (based on Atari800Win PLus 4.0 Beta 3) +
VAPI DLL 0.3a, VAPI2SIO (SIO2PC for VAPI) 0.2a
CyberRoach Publishing (Hans Reutter) 12/13
Seattle WA
USA
http://www.cyberroach.com/analog/default.htm
Publisher: authorized digitized edition of A.N.A.L.O.G. 400/800 Magazine
(1981-1982), ANALOG Computing (1982-1989)
------------------------------
Subject: D
Rudy Delvaux (Dearhorse from Shadow Team) 4/16
France
http://ataritools.fr.gd/
Developer: AtariTools-800 0.6.5 (CHAR-Edit + SCREEN-Editor + PM-Editor +
GR-Editor + TTF ATARI Fonts + 4 PDF docs + samples for the 4 tools)
Device Side Data 4/10
USA
http://www.deviceside.com/
Developer: FC5025 (USB 5.25' floppy controller - as of Feb. 2010 included
software (Linux/Mac/Windows) supports reading Atari DOS 2 disks)
DGS (Dean Garraghty Software) 5/15
United Kingdom
http://www.dgs.clara.co.uk/
Vendor: commercial/PD/freeware/shareware: DGS Atari 8-bit Software Pack
Commercial Software Collection, containing:
- The Quick programming language V2.2 and V2.1 with 2 support disks
- Screen Aided Management (SAM) v1.25i 80-col desktop system with Budget
spreadsheet, Designer DTP package, and Extra Utilities
- 4 PPP Games: Bombi, Rubberball, Glaggs It!, and Minesweeper
- Quick Ed (a character set editor for ST-compatible mouse, joystick, or
Atari touch tablet)
- Digi-Studio digitized sounds/music package
- Issues 1-14 of the DGS News-Disk disk-based magazine
- Issues 15-19 of the DGS News-Paper printed magazine (scans of the original
mags)
- Issues 20-26 of the DGS News-Paper-on-disk on-disk magazine
- News-Paper Yearly disk (to go with the News-Paper magazine - includes lots
of Quick source code)
- Print-Filer from Rambit
- Bonus Software: MyDOS 4.5, Discomm32, UTIL (PC utility to read/write 180K
MyDOS Atari disks)
Also offered via email: Quick Programming Language, Print-Filer from Rambit,
Alien Blast, RubberBall, Glaggs It!, Bombi, Minesweeper, PPP Games Pack
File Transfer Service: transfers files between Atari and PC
Dial Group (Jager, Zenon) 8/14
Poland
http://www.serious-dial.atari.pl/
Developer: DOS Control v2.6 (08.11.2005). demos: MayDay!, Smells like a
cream?, What is love?. utilities: TwoCol v1.0, D-Font View v1.1, D-Sample
v1.0MS, D-RAM v1.1, X-RAM v1.0, DocView Maker v1.0, D-Trans v0.9, Short Test
v1.2, Moj Cartridge v0.1, TOMS Multi Drive ROM-disk Maker, ProgBaza v1.5,
Double RAM-Cart. games: Dreszcz - Fighting Fantasy Game. system: Scene
Register v5.0.
Publisher: Serious Magazine (disk mag), #1(1998)-#17(2005)
Diggerbonk 5/12
http://code.google.com/p/droid800/
Developer: Droid800 Version 7.5 (Jan 2011 -- port of Atari800 emulator
for Android)
DigitalDinos (Thomas McLaren) 6/10
BUSINESS: SHIPPING:
6087 Hopkins Rd P.O. Box 472
Mentor OH 44060-2207 Mentor OH 44061-0472
USA USA
(440) 339-8538
http://www.digitaldinos.com/
Vendor: used hardware, used commercial software
Digital Force (Mario Trams) 4/16
Germany
http://www.digital-force.net/
Developer: HyperSpeed XL/XE (public domain hardware project-- a
65C816 Processor Extension for the ATARI XL/XE)
Florian Dingler (Flo) 12/08
Germany
http://www.akk.org/~flo/
Developer: Ice-Hockey (for MultiJoy interface, March/April 2002),
Sheep-Race (for MultiJoy interface, Aug 2002),
CardGrabber (for MultiJoy interface, May-Aug 2002),
Peripheral Test 2.0 (Hardwaretester) (Dec.2008)
DLT Ltd. (Draco, Lizard, Trub, Innuendo, GoodByteXL) 7/16
See also: Konrad M. Kokoszkiewicz
See also: trub
Poland
http://sdx.atari8.info/ or http://spartados.com or http://spartadosx.com
Developer: SpartaDOS X 4.48 with Toolkit (23 Jul. 2016), SDX Imager 3.0.7
(Windows utility), SDX2Atrax converter (Windows command-line utility), MUXTIME
(SDX version), Emu-pack v.0.2, S2I (a SIO2IDE-specific tool), S2S (a SIO2SD-
specific tool), MNT (a KMK/JZ IDE 1.0 / IDEa specific tool)
Jim Drew 11/14
http://www.cbmstuff.com/
Developer: SuperCard Pro (for PC) -- make backup copies of 5.25' or 3.5'
floppy disks (including any Atari disk) directly to another disk, or store
the data as a flux image file (.scp)
Duckology ( EdwardianDuck / Jeremy ) 5/15
United Kingdom
http://duckology.co.uk/code/
Developer: Sudoku Solver Version 0.3 (10 February 2015)
Krzysztof Dudek (xxl) 7/14
Poland
http://xxl.atari.pl/
Developer: games: Apple Invaders, Chopin2010, Deathchase XE, Flowers Mania,
Galaxian, Hobgoblin, Isora, Jet Set Willy 2007, Jetboy, Knight Lore, Loops DX,
Loops of Zen, MazezaM, Night Driver Arcade, Nightshade, Scorpions,
Scorpions v2.0, Sudoku, Sudoku Sweep, The Nutty Professor. applications:
All Beep'em, Beep'em All II, All Beep'em III, Beep'em All IV, Beep'em All V,
Happy New Year 2013, Inverse, Marry Christmas Beep, Pixels, SlightSID Player,
xBIOS, xShow, xxl.atari.pl, zXEmulator. Hobgoblin II Configurator.
Mark Dusko 8/11
http://www.atari8ethernet.com/
Developer: Atari 8-Bit Ethernet Project: IP Dragon II, Dragon Cart.,
Simple Atari Telnet
------------------------------
Subject: E
Gene Ehrich - 'Computer & Video Game Garage Sale' 4/16
PO Box 3365
Spring Hill FL 34611-3365
USA
http://ehrich.com/
Vendor: used hardware, used commercial software
Eight Bit Fix (Paul Westphal) 1/15
Portland, OR
USA
http://www.eightbitfix.com/
Vendor: hardware, new/used commercial software
Repair shop.
Eli's Software Encyclopedia 1/11
USA
http://www.elisoftware.com/
Vendor: commercial software
Emulators (Derek Mihocka) 10/15
14150 NE 20th St Ste 302
Bellevue WA 98007-3700
USA
http://www.emulators.com/
Developer: Gemulator 9.0 Community Release - Atari 8-bit & Atari ST & Apple
Macintosh Plus emulator for Windows 98/Me/2000/XP/2003/Vista/2008, Xformer
2000 8.0 - 8-bit Atari emulator for Windows 95/98/Me/NT4/2000, PC Xformer
Classic 3.8 -8-bit Atari emulator for MS-DOS, ST Xformer 3.0 - Atari 8-bit
emulator for Atari ST GEM
Energy (online zine) 11/09
See: Taquart
Adrian Matoga (Epi/Tristesse) 5/11
See also: RECOIL (Retro Computer Image Library)
See also: Tristesse
ul. Jezdziecka 11
30-698 Krakow
Poland
http://epi.atari8.info/ and https://github.com/epi
Developer: brULlwurFeL, NeoTracker Winamp plugin v0.2, NeoTracker 1.7,
sapemu v0.2 (simple SAP (Slight Atari Player) file player),
Sztab Malopolska #3 Invitation, TDC Hack Demou, TIP Tools 0.3.1 (includes
TipView 1.0 and BMP2TIP 0.21), xunzip 2.1, NeoTracker 1.8, TipConv 1.1.1.
projects at github: xedisk (Atari XL/XE Disk Image Utility), TipTools,
eno (formerly NeoTracker), xebin (Atari XL/XE Binary File Utility)
Raphael Espino 8/07
United Kingdom
http://rjespino.atari.org/ or http://rjespino.webhop.org/
Developer: Ramdrive v1.0 (DOS-independent ramdisk utility), Atari 8-bit
JPEG Viewers: a8jdpeg 0.8 (14Sep02) 'The original Atari 8-bit interface',
JpegView 0.9 (17Oct03) 'A friendlier menu oriented version of a8jdpeg',
JpegShow 0.1 (07Aug01) 'A slideshow version',
CpegView 0.5 (18Aug07) 'The colour JPEG viewer for Atari 8-bit computers'
eStoreOutWest.com 2/11
2303 Englewood Ave
Yakima WA 98902-1649
USA
http://estoreoutwest.com/
Vendor: new hardware. 'Original Atari Sevice Parts. New Old Stock.'
Excel (Robert Stuart) 6/16
Scotland
United Kingdom
http://excel-retro-mag.co.uk/
Publisher: Xcel (print magazine, 2016- ; earlier disk magazines also
available)
------------------------------
Subject: F
Fandal (Frantisek Houra) 8/15
Czech Republic
http://a8.fandal.cz/stuff.php
Developer: Sturbon Intro, FreeCellXE, TriPeaksXE, HexxagonXE, Astro Road,
Cubico, The Storm, A Tribute to Quorthon, Bombex, The Steam Train,
Astro4 Road, Mysterion Preview, Mind Blast, Outlaw, Swapz,
Who Lost the Wallet?, Space Arena, Pokey Demo, Music Disk Stereo Edition,
MJ-R.I.P., Diamondz, Prototype, Milk Nuts v.1.11, Mashed Turtles,
Oilgame Deluxe, Deflektor Editor, Mahjong XE, Rubacka vo kopec,
Space Arena M4, Tajemny amulet, Broad's Revenge
Wolfram Fischer (Mega-Hz) 8/13
Dorfstrasse 1a
28870 Ottersberg
Germany
http://www.mega-hz.de/Angebote/angebote.html
Vendor: SIO2IDE, SIO2SD rev.1, SIO2SD rev.2, SIO2SD rev.3, SIO2PC
Developer: ASCB (ABBUC SIO Connector Board), mega-mem, Stereo Prototyp 2008,
Stereo Small 2010, MEGAMAX Modul, Atari Quarz 14.18757 Mhz,
512K Speichererweiterung, THE!CART Modul
FLOP disk magazine 8/14
See: Atari klub - SPHVT
Fly Software (Peter Svoboda) 9/12
Czech Republic
http://fly.atari.org/ or http://atari.panprase.cz/
Developer: Antiseno 2008cz, Day After One, Demo 2001, Gangsters 2007
Gangsters Intro, Indiana Jones 3 aneb Tajemstvi Svateho Gralu,
Indiana Jones a zlata soska keltu, Kolony 2106, Kolony cz, Logik,
Maturita 2001, Mesta CR, Mesta SR, Milk Nuts, No Name, Podraz 2001,
Pomsta Sileneho Hulice, Robbo after 20 years v1.1, Ruleta,
Rychle Sipy 2012 aneb Zahada hlavolamu, Sniper, Sniper 2007, Sniper Intro,
Stary dum, Strategi, Textovky, V.U. 5259 aneb Utek z Hejcina,
V.U. 5259 aneb Utek z Hejcina intro, Vietnamska Mise
John Foskett 8/11
United Kingdom
http://www.johnap.pwp.blueyonder.co.uk/Atari.html
Developer: Rose Gardens, Turbo Assembler Version IV, Atari CAD, The Cave,
Ye Olde House, Where Dinosaurs Rule, Space Fighter, Crazy Ball,
Crazy Ball - Updated, Anagrams, Battle Ships, Four Card Blind Hookey,
Atari Electronic Organ, Disk Sector Editor, The Sound Selector,
Basic Listing Searcher, Constant to Variable Converter
Piotr Fusik / 'Fox' / '0xF' 7/14
See also: Atari800 Emulator Developers
See also: RECOIL (Retro Computer Image Library)
See also: Taquart
See also: Yoomp!
Poland
https://github.com/pfusik
http://asap.sourceforge.net/
Developer: Bumpong (Pong version based on the bump mapping effect),
look-around (One kilobyte intro), zlib6502 (6502 inflate routine), st2vbxe
(Viewer of Atari ST/Falcon pictures for Atari 8-bit with VBXE), datamatrix6502
(Data Matrix barcodes in 6502 assembly language), sv2014a8invitro (Silly
Venture 2014 Invitation), xasm 3.1.0 for Windows, OS X, Ubuntu and Fedora
(2014-07-20; 6502 cross-assembler with original syntax extensions), Another
Slight Atari Player ASAP 3.2.0 (2014-06-23; a player of 8-bit Atari music for
modern computers and mobile devices)
------------------------------
Subject: G
Bostjan Gorisek (Firemover, Firemover/Diomedes, Gury) 9/15
Slovenia
http://gury.atari8.info/http://atari-effectus.net/
Developer: Effectus 0.2 for i386-win32 or i386-Linux, Sprite Engine v.1.0.4,
Slovenian Quiz, Slo-Quiz 4k, Don't Angry 5K, Air Threat, AtGr3
GR8 Software (Arek 'nosty' Staworzynski) 9/12
Poland
http://gr8.atari.pl/
Publisher: Hobgoblin, Robbo Forever, Bomb Jake, Isora & Loops DX,
Line Runner
Mark Grebe 7/16
See also: Atari800 Emulator Developers
USA
http://www.atarimac.com/
http://atariage.com/forums/topic/255348-sio2osx-and-atari800macx/
Developer: Atari800MacX 4.6.0 (12-29-2011; version of Atari800 emulator
for Mac OS X), Sio2OSX 2.1.1 (variation of APE or SIO2PC for Mac OS X)
Christian Groessler 8/15
See Also: Atari800 Emulator Developers
Germany
http://www.groessler.org/a800dc/
ftp://ftp.groessler.org/pub/chris/cc65/contiki/
Developer: Atari800DC 0.78 (Atari800 emulator for SEGA Dreamcast),
Contiki 1.0 web browser build for Atari
------------------------------
Subject: H
Steve Hales 5/09
Palo Alto, CA 94301
USA
http://www.igorlabs.com/etc/games/
Developer: Slime, Fort Apocalypse, Dimension X
Jonathan Halliday (flashjazzcat, RIF Software, Atari8 Software) 5/14
145 Wenlock Road
South Shields
Tyne & Wear
NE34 9AL
England
http://www.atari8.co.uk/
Developer: APT (Atari Partition Table): Ultimate PBI BIOS v.1.0, SpartaDOS X
4.46 for Ultimate (including APT Tools), Incognito PBI BIOS v.1.0, SpartaDOS X
4.46 for Incognito (including APT Tools), SpartaDOS X 4.46 for SIDE with APT
soft-driver and utilities, SpartaDOS X 4.46 for SIDE2 with APT soft-driver and
utilities, SpartaDOS X 4.46 for MyIDE/Flash with APT soft-driver, SpartaDOS X
4.46 for MYIDE II with APT soft-driver, APT PBI BIOS v.0.3 for IDEa, SpartaDOS
X 4.46 for IDE Plus 2.0 with FDISK and APT tools; APT Toolkit Rev. 5:
FDISK.COM v.4.5, MATR.COM, APTDISK.COM, APTDEV.COM, ATRMNT.COM, MOUNT.COM,
CHECKAPT.COM, uflash 1.0 for Ultimate 1MB and Incognito; The Last Word 3.3
with VBXE Support; The Last Word 3.21b
Lee Hanken 7/16
United Kingdom
http://www.hanken.co.uk/atascii/
Developer: ATASCIIView Version 1.3 for Windows PC,
ATASCIIView for Mac, ATASCIIView (.Net Version).
Nathan Hartwell 6/11
USA
http://www.magelair.com/atari_8bit_stuff.html
Developer: Atari-Debug/MiniASM v1.11 (12/19/2000), Atari-MON (.asm source,
self-test replacement), PAMP (play AMP files), IDE (12/09/00; driver for
SmartIDE project; adds GET_CONFIG), 16-bit IDE project (based on SmartIDE
project), PBI 16-bit IDE project (based on SmartIDE project), IDE_NKH.ASM
(12/19/00; driver for SmartIDE project; adds support for several hardware
modifications), The Mage's Magic Handler Version 2.20 (RS-232 driver
designed for the PSI Upgrade), PSI-Disk (RAMdisk?), DG-Term 1.87
Hasbro, Inc. 2/15
1027 Newport Ave
Pawtucket RI 02861-2539
USA
tel: 401-431-TOYS (8697)
http://www.hasbro.com/corporate/en_US/toy-game-instructions.cfm
Developer: instructions for Parker Brothers Super Cobra (search: 'atari')
Frank G. Heuser 8/13
Germany
http://www.asselheim.de/
Developer: SIO-PC Interface (APE / SIO2PC compatible), 1050-PC Interface
(ProSystem/SIO2PC compatible), BIOS Umschalter (OS Switch),
PC Tastatur Interface (PC Keyboard Interface), MIDI Schnittstellen
(MIDI Interfaces), Sprachbox (Voice board with phoneme-chip and software
from Atari Magazin article), Zusatztasten F1-F4 (Additional Keys F1-F2,
as on 1200XL), Monitorkabel universal (SCART - CHICH - KLINKEN),
130XE RAMDISK 256kB (memory upgrade), other accessories
HiassofT 3/15
c/o Matthias Reichl
Wolfgangerstr. 26
A-4820 Bad Ischl
Austria
http://www.horus.com/~hias/atari/
Developer: AtariSIO for Linux V0.30-140227 (package contains: a Linux
kernel driver; atariserver - an Atari disk drive emulator similar to SIO2PC or
APE; atarixfer - a small tool to read/write ATR images to an Atari disk drive
connected by a 1050-2-PC or ProSystem cable), Atari Tools for Win32 V0.30-
140227 (dir2atr, adir, and ataricom from AtariSIO package, compiled as a Win32
console application), AtariDsk V1.2 (read, write and format DD 180K Atari
disks on the PC), WriteAtr V0.92b (2003-07-24; write double density ATR-images
to Atari floppy disks on your PC; also create ATR-images of double density
floppy disks), MyPicoDos V4.05 (2010-11-25; small 'gamedos' that can read COM,
EXE, BIN and BAS files; supports MYDOS subdirectories and large disks), MyIDE
Tool V0.30 (2007-11-11; direct access to harddrives in MyIDE format on your
Linux/Windows PC), Highspeed SIO patch for XL/XE OS and MyIDE OS V1.30 (2010-
11-25; extends the SIO routine of the OS to support: Ultra speed ( Happy 1050,
Speedy, SIO2PC, ..) up to 126kbit/sec, 1050 Turbo, XF551, and Warp speed
(Happy 810) ), 512k SRAM extension for Atari XL/XE V1.3 (2010-12-14), Turbo
Freezer XL/XE 2011, Turbo Freezer XL/XE 2005, SDrive Highspeed SIO firmware
2009-07-05 (for the SDrive by Raster / C.P.U.), The!Cart CPLD logic, The!Cart
flasher and cartmenu software 2014-04-07, Mega Speedy CPLD logic 20141123,
Mega Speedy flasher and config drive ROM V1.00a-20150304
His Dark Majesty 5/11
Jakub Debski (Ilmenit), Marok, Adam Powroznik (Powrooz), Jakub Husak,
Krzysztof A. Ziembik (Kaz)
http://hdm.atari.pl/
Developer: His Dark Majesty
Frederik Holst (Phobotron) 12/14
Germany
http://frederik.hol.st/atari/8-bit/mystuff
http://www.phobotron.de/ (MidiJoy)
Developer: Enrico, Enrico II, Floppy Bird, Mad Marbles, PC/XL Convert,
Phantastic Journey, Phantastic Journey II, Scare Monger,
The Special Edition of Scare Monger,
MidiJoy - use an Atari computer a..

SCP 049 Plague (DEMO) Mac OS

Leave a Reply

Cancel reply