Tom Repetti avait oublié d'inclure le readme.
En voici la teneur :
D'oh. Sorry Paul. Guess I forgot to include it in the zip file (will fix that).
Basically, in order to have one of the new boards stand adjacent to two of the old boards,you have to use a board called bdNUL. This is a 1-pixel-wide placeholder that allows VASL to use a 2x2 board configuration.
Example: to do this kind of configuration:
--------------------------
| CX1 | |
| | 8 |
| |-------------|
| | |
| | 9 |
----------------------------
You tell VASL to use this kind of board layout:
CX1 8
NUL 9
Since bdNUL is only one pixel wide, everything looks right.