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
docs: remove unnecessary repetition in othertools.rst
Header claims "Developer-focused" tools, repeating "Most users will not need to work with this." is an unnecessary hyperbole considering all these tools expect specific domain knowledge already.
Copy file name to clipboardExpand all lines: docs/source/tools/othertools.rst
+7-12
Original file line number
Diff line number
Diff line change
@@ -21,42 +21,37 @@ pngcmp
21
21
22
22
This tool is used in regression testing to compare PNG screenshot results with the runtest.cmd script found in the source archive. This script works only on Microsoft Windows.
23
23
24
-
25
24
nltool
26
25
------
27
26
28
-
Discrete component conversion tool. Most users will not need to work with this.
27
+
Discrete component conversion tool.
29
28
30
29
nlwav
31
30
-----
32
31
33
-
Discrete component conversion and testing tool. Most users will not need to work with this.
34
-
32
+
Discrete component conversion and testing tool.
35
33
36
34
jedutil
37
35
-------
38
36
39
-
PAL/PLA/PLD/GAL dump handling tool. It can convert between the industry-standard JED format and MAME's proprietary packed binary format and it can show logic equations for the types of devices it knows the internal logic of. Most users will not need to work with this.
40
-
37
+
PAL/PLA/PLD/GAL dump handling tool. It can convert between the industry-standard JED format and MAME's proprietary packed binary format and it can show logic equations for the types of devices it knows the internal logic of.
41
38
42
39
ldresample
43
40
----------
44
41
45
-
This tool recompresses video data for laserdisc and VHS dumps. Most users will not need to work with this.
42
+
This tool recompresses video data for laserdisc and VHS dumps.
46
43
47
44
ldverify
48
45
--------
49
46
50
-
This tool is used for comparing laserdisc or VHS CHD images with the source AVI. Most users will not need to work with this.
51
-
47
+
This tool is used for comparing laserdisc or VHS CHD images with the source AVI.
52
48
53
49
romcmp
54
50
------
55
51
56
-
This tool is used to perform basic data comparisons and integrity checks on binary dumps. With the -h switch, it can also be used to calculate hash functions. Most users will not need to work with this.
57
-
52
+
This tool is used to perform basic data comparisons and integrity checks on binary dumps. With the -h switch, it can also be used to calculate hash functions.
58
53
59
54
unidasm
60
55
-------
61
56
62
-
Universal disassembler for many of the architectures supported in MAME. Most users will not need to work with this.
57
+
Universal disassembler for many of the architectures supported in MAME.
0 commit comments