Skip to content

Commit

Permalink
Fixed amiga playlists. Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
sasq64 committed Nov 9, 2017
1 parent 476923e commit 4cc36e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ $ pacman -S mingw32/mingw-w64-i686-cmake msys/git mingw32/mingw-w64-i686-gcc min

## Building

# git clone https://github.com/sasq64/apone.git
# git clone https://github.com/sasq64/chipmachine.git
# cd chipmachine
# git clone https://github.com/sasq64/apone.git
# mkdir build ; cd build
# cmake ../chipmachine -GNinja -DCMAKE_BUILD_TYPE=Release
# ninja
Expand Down
7 changes: 3 additions & 4 deletions data/playlists/amiga/Amiga Classic Mods.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modland::Protracker/Tomas Danko/complications.mod
modland::Protracker/Firefox/coop-Tip/hyperbased (musiklinjen, enigma).mod
modland::Protracker/Firefox/coop-Tip/hyperbased.mod
modland::Protracker/Firefox/coop-Tip/disaster is obvious.mod
modland::Protracker/Mantronix/coop-Tip/animotion.mod
modland::Protracker/Mantronix/coop-Tip/joyride.mod
Expand All @@ -20,7 +20,7 @@ modland::Protracker/4-Mat/waterfall.mod
modland::Protracker/4-Mat/cloudream.mod
modland::Protracker/4-Mat/share and enjoy.mod
modland::Protracker/Bit Arts/reach tech-no limit.mod
modland::Protracker/Bit Arts/synergy (part i).mod
modland::Protracker/Bit Arts/modulationequilizer.mod
modland::Protracker/Dizzy/just for blues.mod
modland::Protracker/Dizzy/girl from ipanema.mod
modland::Protracker/Dreamweaver/a king is born.mod
Expand Down Expand Up @@ -55,7 +55,7 @@ modland::Protracker/Nightlight/dirt.mod
modland::Protracker/Spaceman/china groove.mod
modland::Protracker/Romeo Knight/boesendorfer p.s.s.mod
modland::Protracker/Romeo Knight/cream of the earth.mod
modland::Protracker/Romeo Knight/i'm gonna be infectious.mod
modland::Protracker/Romeo Knight/i'm gonna be inf.mod
modland::Protracker/Static/coma.mod
modland::Protracker/Static/total triple trouble.mod
modland::Protracker/Static/planetarium.mod
Expand All @@ -68,7 +68,6 @@ modland::Protracker/Uncle Tom/spell-amelioration.mod
modland::Protracker/Virgill/interference.mod
modland::Protracker/Marillion/fly by night.mod
modland::Protracker/Marillion/hysterical baby.mod
modland::Protracker/Marillion/hysterical baby.mod
modland::Protracker/Travolta/condom corruption.mod
modland::Protracker/Travolta/testlast.mod
modland::Protracker/Interphace/nexus seven.mod
Expand Down
4 changes: 2 additions & 2 deletions data/playlists/amiga/Amiga Old Synthetic.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modland::Delitracker Custom/TSM/paranoimia.cus
modland::Delitracker Custom/TSM/paranoimia-2.cus
modland::SunTronic/TSM/msx-cracktro 2.sun
modland::SunTronic/TSM/msx-intro.sun
modland::Future Composer 1.4/- unknown/tristardcs.fc
modland::BP SoundMon 3/Zzzax/spaceship 505.bp3
modland::Future Composer 1.4/- unknown/skid row1.fc
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once
#define VERSION_STR "1.3b"
#define VERSION_NO 1032
#define VERSION_STR "1.3d"
#define VERSION_NO 1034

0 comments on commit 4cc36e1

Please sign in to comment.