famec: fix 64bit portability issues

This commit is contained in:
notaz 2013-06-29 03:39:20 +03:00
parent 720bfc5d9f
commit be26eb239b
7 changed files with 206 additions and 204 deletions

View file

@ -37,12 +37,7 @@ asm_misc = 1
asm_cdpico = 1
asm_cdmemory = 1
else # if not arm
ifneq "$(ARCH)" "x86_64"
# no 64bit support
use_fame ?= 1
else
use_musashi ?= 1
endif
use_cz80 ?= 1
use_sh2mame ?= 1
endif