You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `m3u` support is built-in, no need to modify the `es_systems.cfg` anymore
* BIOS file location set to standard, no need to copy to the TOS file to RA's install folder.
Copy file name to clipboardExpand all lines: docs/Atari-ST-STE-TT-Falcon.md
+11-23Lines changed: 11 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,24 +17,20 @@ lr-hatari can currently be found under the experimental installs in RetroPie.
17
17
18
18
### BIOS
19
19
20
-
TOS (The Operating System; also Tramiel Operating System, from Jack Tramiel, owner of Atari Corp. at the time) is the operating system of the Atari ST range of computers. Atari's TOS was usually run from ROM chips contained in the computer. See https://en.wikipedia.org/wiki/Atari_TOS
20
+
TOS (The Operating System; also Tramiel Operating System, from Jack Tramiel, owner of Atari Corp. at the time) is the operating system of the Atari ST range of computers. Atari's TOS was usually run from ROM chips contained in the computer. See <https://en.wikipedia.org/wiki/Atari_TOS>.
21
21
22
-
To use this core you need a valid TOS ROM image named 'tos.img' in your RetroArch system directory:
22
+
To use this core you need a valid TOS ROM image named `tos.img` in BIOS folder:
23
23
```
24
24
~/RetroPie/BIOS/tos.img
25
25
```
26
-
For compatibility purposes it may also help to put the file in this folder:
27
-
```
28
-
/opt/retropie/emulators/retroarch/bin/tos.img
29
-
```
30
26
31
27
Using a Version 1.04 TOS file is also a good choice for general compatibility.
Unlike the standalone Hatari, lr-hatari supports .m3u files and .zip files.
33
+
Unlike the standalone Hatari, lr-hatari supports `.m3u` files and `.zip` files.
38
34
39
35
Place your Atari ST/STE/TT/Falcon ROMS in
40
36
```
@@ -45,7 +41,7 @@ Place your Atari ST/STE/TT/Falcon ROMS in
45
41
46
42
The Atari ST was a disk based computer so you need a disk image of the software you want to use with the emulator.
47
43
48
-
Accepted File Extensions: .st .msa .ipf
44
+
Accepted File Extensions: **.st .msa .ipf**
49
45
50
46
When launched with a valid disk image the emulator will automatically launch the program (most of the time) or open the TOS with disk inserted into drive A. In the TOS you need to manually launch the program by opening Drive A (double-click on the drive icon) and finding/selecting a .prg file (double-click on the file icon).
51
47
@@ -61,11 +57,11 @@ This will over-ride the global retroarch configuration and should allow access t
61
57
62
58
When you have a multi disk game, you can use a m3u file to specify each disk of the game and change them from the RetroArch Disk control interface.
63
59
64
-
A M3U file is a simple text file with one disk per line (see https://en.wikipedia.org/wiki/M3U).
60
+
A M3U file is a simple text file with one disk per line (see <https://en.wikipedia.org/wiki/M3U>).
65
61
66
62
Example:
67
63
68
-
Simpsons, The - Bart vs. The Space Mutants.m3u
64
+
File: _Simpsons, The - Bart vs. The Space Mutants.m3u_, containing:
69
65
70
66
```
71
67
Simpsons, The - Bart vs. The Space Mutants_Disk1.st
@@ -76,19 +72,11 @@ Path can be absolute or relative to the location of the M3U file.
76
72
77
73
When a game asks for it, you can change the current disk in the RetroArch 'Disk Control' menu :
78
74
79
-
Eject the current disk with 'Disk Cycle Tray Status'.
80
-
Select the right disk index.
81
-
Insert the new disk with 'Disk Cycle Tray Status'.
82
-
83
-
Note : zip support is provided by RetroArch and is done before passing the game to the core. So, when using a m3u file, the specified disk image must be uncompressed (.st, .msa, .ipf file formats).
84
-
85
-
It may be necessary to add .m3u as a supported file format to the Atari ST section of:
75
+
* Eject the current disk with 'Disk Cycle Tray Status'.
76
+
* Select the right disk index.
77
+
* Insert the new disk with 'Disk Cycle Tray Status'.
86
78
87
-
```
88
-
/opt/configs/all/emulationstation/es_systems.cfg
89
-
```
90
-
91
-
In order to be able to see the created m3u files directly in emulationstation.
79
+
Note : zip support is provided by RetroArch and is done before passing the game to the core. So, when using a `.m3u` file, the specified disk image must be uncompressed (**.st, .msa, .ipf** file formats).
92
80
93
81
### Default Controls
94
82
@@ -140,4 +128,4 @@ Left: left
140
128
Right: right
141
129
Fire: RCTRL
142
130
to exit the emulator you can use alt+q or select quit from the F12 menu
0 commit comments