8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
source wdc.cfg
|
||
|
|
||
|
export WINEPATH=${prefix}/libexec
|
||
|
export WDC_INC_6502=`winepath -w ${prefix}/include`
|
||
|
WINEDEBUG=fixme-all WINEFSYNC=1 wine ${prefix}/libexec/WDC02AS.exe $*
|