From: notaz Date: Tue, 13 Oct 2009 15:42:21 +0000 (+0000) Subject: 32x: drc: more wip, some games work, debug stats X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=commitdiff_plain;h=df27781f266a5de7b83a57abc636166b26a8f186 32x: drc: more wip, some games work, debug stats git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@814 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/linux/Makefile b/linux/Makefile index 5c77220..1adb5da 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -81,7 +81,7 @@ OBJS += cpu/sh2/mame/sh2pico.o OBJS += cpu/sh2/compiler.o OBJS += cpu/sh2/stub_x86.o ifeq "$(drc_debug)" "1" -DEFINES += DRC_DEBUG +DEFINES += DRC_DEBUG=1 OBJS += cpu/sh2/mame/sh2dasm.o OBJS += host_dasm.o LDFLAGS += -lbfd -lopcodes