mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
famec: fix 64bit portability issues
This commit is contained in:
parent
720bfc5d9f
commit
be26eb239b
7 changed files with 206 additions and 204 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue