From df27781f266a5de7b83a57abc636166b26a8f186 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 13 Oct 2009 15:42:21 +0000 Subject: [PATCH] 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 --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2