drc: lots of new debug code

This commit is contained in:
notaz 2013-07-13 18:34:47 +03:00
parent d3524932fa
commit 00faec9cdb
10 changed files with 399 additions and 153 deletions

View file

@ -1,3 +1,18 @@
ifdef drc_debug
use_fame = 1
use_cz80 = 1
use_cyclone = 0
use_drz80 = 0
asm_memory = 0
asm_render = 0
asm_ym2612 = 0
asm_misc = 0
asm_cdpico = 0
asm_cdmemory = 0
asm_mix = 0
endif
ifeq "$(profile)" "1"
CFLAGS += -fprofile-generate
endif