mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
remove dead code
This commit is contained in:
parent
98a2714234
commit
34e424aa27
6 changed files with 0 additions and 197 deletions
2
Makefile
2
Makefile
|
@ -42,7 +42,6 @@ asm_memory ?= 1
|
|||
asm_render ?= 1
|
||||
asm_ym2612 ?= 1
|
||||
asm_misc ?= 1
|
||||
asm_cdpico ?= 1
|
||||
asm_cdmemory ?= 1
|
||||
asm_mix ?= 1
|
||||
else # if not arm
|
||||
|
@ -54,7 +53,6 @@ endif
|
|||
|
||||
ifneq "$(use_cyclone)" "1"
|
||||
# due to CPU stop flag access
|
||||
asm_cdpico = 0
|
||||
asm_cdmemory = 0
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue