mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
fix Clang compile (nw)
This commit is contained in:
parent
8f03b40727
commit
997e4f2080
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user