Skip to content

Commit 2c27dfb

Browse files
committed
Updates for v2.0.
1 parent 5ccf4a7 commit 2c27dfb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Sinclair ZX Spectrum and related computers primarily stored their software o
66

77
[The PZX format](http://zxds.raxoft.cz/pzx.html) is a more recent attempt to produce a flexible format that can support all software produced for the ZX Spectrum and related machines but is relatively simple to encode and support.
88

9-
This program translates a recording of a ZX Spectrum tape in WAV format (preferably a mono 8-bit file with maximum volume without clipping the samples) into a PZX file, recognising the standard Spectrum files saved by the ROM routines and preserving any data it doesn't directly support.
9+
This program translates a recording of a ZX Spectrum tape in WAV format (preferably a mono 8-bit file with maximum volume without clipping the samples) into a PZX file, recognising the standard Spectrum files saved by the ROM routines, many custom loaders and preserving any data it doesn't directly support.
1010

1111
It currently expects to be run from the command line and has the following arguments:
1212

13-
$ java -jar wav2pzx-1.0.jar <infile.wav> <outfile.pzx>
13+
$ java -jar wav2pzx-2.0.jar <infile.wav> <outfile.pzx>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>xyz.meunier</groupId>
55
<artifactId>wav2pzx</artifactId>
6-
<version>2.0-SNAPSHOT</version>
6+
<version>2.0</version>
77
<packaging>jar</packaging>
88
<dependencies>
99
<dependency>
@@ -69,7 +69,7 @@
6969
<goal>copy-dependencies</goal>
7070
</goals>
7171
<configuration>
72-
<!-- exclude junit, we need runtime dependency only -->
72+
<!-- exclude junit etc., we need runtime dependency only -->
7373
<includeScope>runtime</includeScope>
7474
<outputDirectory>${project.build.directory}/dependency-jars/</outputDirectory>
7575
</configuration>

0 commit comments

Comments
 (0)