diff options
author | 2013-10-10 03:49:58 +0000 | |
---|---|---|
committer | 2013-10-10 03:49:58 +0000 | |
commit | 997e4f2080cb30321b00afbaa67e8aafdab9c768 (patch) | |
tree | 02c18c0eaf61230eac15e5f01aa1d38ac5b34e97 /src/emu/cpu/scudsp/scudsp.h | |
parent | 8f03b4072747cafc4784e8077f151af0f53c50a4 (diff) |
fix Clang compile (nw)
Diffstat (limited to 'src/emu/cpu/scudsp/scudsp.h')
-rw-r--r-- | src/emu/cpu/scudsp/scudsp.h | 4 |
1 files 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 */ |