mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
revamped 32X draw arm asm code
This commit is contained in:
parent
064cc6d103
commit
23eef37f25
2 changed files with 26 additions and 22 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue