From f0d06e6376cc06a0876f83015fc7731e32b081d9 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 31 Oct 2015 16:54:34 +0100 Subject: [PATCH 1/1] termcol: reorder all incompatible palettes to ansi --- termcol.plp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/termcol.plp b/termcol.plp index 0a164b7..1e5e287 100644 --- a/termcol.plp +++ b/termcol.plp @@ -193,6 +193,11 @@ my %col = ( if ($get{v}) { my %reorder = ( arnegame => [ 0,5,9,12 , 3,6,10,13,1 , 4,7,8,11,14,15,2 ], + arnegame => [ 0,3,10,6,12,9,13,1 , 5,7,11,8,14,4,15,2 ], + c64 => [ 0,2,5,9,6,4,3,15 , 11,10,13,7,14,8,12,1 ], + msx2 => [ 0,6,2,10,4,13,7,14 , 1,8,3,11,5,9,12,15 ], + risc => [ 7,11,13,14,8,12,15,1, 6,5,10,9,4,3,2,0], + mac2 => [ 15,3,9,11,6,5,7,12 , 14,2,8,1,13,4,10,0 ], ); $reorder{$_} = $reorder{msx2} for qw( msx1 arnejmp ); while (my ($name, $order) = each %reorder) { -- 2.30.0