revamped 32X draw arm asm code

This commit is contained in:
kub 2019-03-22 23:02:11 +01:00
parent 064cc6d103
commit 23eef37f25
2 changed files with 26 additions and 22 deletions

View file

@ -47,7 +47,7 @@ asm_ym2612 ?= 1
asm_misc ?= 1
asm_cdmemory ?= 1
asm_mix ?= 1
asm_32xdraw ?= 0 # currently defunct
asm_32xdraw ?= 1
else # if not arm
use_fame ?= 1
use_cz80 ?= 1