Daniloff - 2006-05-14

Logged In: YES
user_id=1258661

[fbprog]
BASE=$378
MOSI=BASE,2
CLOCK=BASE,4
RESET=BASE,1
MISO=BASE+1,64

explanation:

port lpt = 0x378
MOSI - Data1 (pin3)
MISO - pin10 of LPT conector
SCK - Data2 (pin4)
RESET - Data0 (pin2)

you can use ANY configuration of a cable, simply changing
section [fbprog] of spiprog.ini file!