Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 5.67 KB

File metadata and controls

97 lines (53 loc) · 5.67 KB
description
Atari

Atari ST

Computer - Lifespan: 1985 - 1993

{% embed url="https://en.wikipedia.org/wiki/Atari_ST" %}

Information

Emulators
  • libretro: hatari
  • libretro: hatarib
  • hatari
Games Location📁 roms \ 📂 atarist
File extensions.st .msa .stx .dim .ipf .m3u .gemdos .zip .7z

System Features

RetroachievementsNetplayController autoconfig
lr-hatari: NO
lr-hatarib: NO
Hatari: NO
lr-hatari: NO
lr-hatarib: NO
Hatari: NO
lr-hatari: NO
lr-hatarib: NO
Hatari: NO

BIOS

BIOS fileFoldermd5 hash / remark
tos.img\biosb2a8570de2e850c5acf81cb80512d9f6
emutos.img\bios\hatari\tos
\bios\hatarib
tos102.img\bios\hatari\tos
\bios\hatarib
tos106.img\bios\hatari\tos
\bios\hatarib
tos104.img\bios\hatari\tos
\bios\hatarib
tos206.img\bios\hatari\tos
\bios\hatarib

Controls

Use Pad2Key for this system if you need specific mapping, see the Pad2Key section of this Wiki.

Here is the default mapping.

Retrobat ButtonAtari ST key (libretro)
STARTShow/Hide virtual keyboard
SELECTToggle Mouse/Joy mode
D-PAD
Left analog stickDirections (up, dow, left, right)
Right analog stick
Mouse button B
Fire/Mouse button A / press key in virtual keyboard
lr-hatari GUI
L1Toggle Num Joy
R1Change Mouse speed 1 to 6 (for gui and emu)
L2Show/Hide status
R2Sound on/off
L3
R3

Hatari

Retrobat ButtonHatari
SELECTOpen emulator menu
D-PADJoystick - D-pad
Joystick - FIRE
F11Toggle fullscreen
F12Emulator Menu
ALTGr + QQuit emulator

Specific system information

Mounting a "gemdos" hard drive image

Libretro Hatari-B core can automatically mount a "gemdos" hdd image within the emulated system.

In order to do this, the hdd to mount must be stored in the roms folder :

Next, create an empty text file in the same folder, name it with the exact same name as the folder and save it with the .GEM extension:

Additionnaly, it is possible to make lr-hatarib automatically run one of the program stored on the mounted gemdos HDD image.

To do so, create an empty text file in the roms\atarist folder that is named with the exact same name as the gemdos folder.

In the file, specify the following information:

#EXTM3U
#AUTO:<name of the program to autorun>
<name of the GEM file>

Finally: save the text file with the ".m3u" extension and place it in the same folder as the image folder and the GEM file:

In this example, RetroBat automatically:

  • Launches hatarib and mounts the "The New Zealand Story" image in the emulated device
  • Runs the program RUNME.TOS from the mounted drive (program is located in C:\AUTO)

{% hint style="warning" %} Running .gemdos folders requires the TOS version 2.06 or emuTOS. {% endhint %}