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