From 997e4f2080cb30321b00afbaa67e8aafdab9c768 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Thu, 10 Oct 2013 03:49:58 +0000 Subject: [PATCH] fix Clang compile (nw) --- src/emu/cpu/scudsp/scudsp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emu/cpu/scudsp/scudsp.h b/src/emu/cpu/scudsp/scudsp.h index cd95e121228..b4366c453a2 100644 --- a/src/emu/cpu/scudsp/scudsp.h +++ b/src/emu/cpu/scudsp/scudsp.h @@ -11,13 +11,13 @@ #ifndef __SCUDSP_H__ #define __SCUDSP_H__ +#if 0 enum { - #if 0 SCUDSP_R0=1, SCUDSP_R1, SCUDSP_R2, SCUDSP_R3, SCUDSP_R4, SCUDSP_R5, SCUDSP_R6, SCUDSP_R7 - #endif }; +#endif #define SCUDSP_RESET INPUT_LINE_RESET /* Non-Maskable */