blob: d6891e1014045155cacac4ed50bf4494a972b422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
BOARD=js2x
TARG=ppc64
export FLAG="-DBIOSEMU"
export CPUARCH=ppc970
export CPUARCHDEF=-DCPU_PPC970
ifneq ($(wildcard ../other-licence/x86emu/*.c),)
export SNK_BIOSEMU_APPS=1
else
export SNK_BIOSEMU_APPS=0
endif
FLASH_SIZE=8388608
|