summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/dkong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/dkong.c')
-rw-r--r--src/mame/audio/dkong.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/audio/dkong.c b/src/mame/audio/dkong.c
index bb0bd4dbaf7..66fb86e8eea 100644
--- a/src/mame/audio/dkong.c
+++ b/src/mame/audio/dkong.c
@@ -72,12 +72,13 @@ static double envelope,tt;
static UINT8 decay;
static UINT8 sh1_count = 0;
-enum {
+enum
+{
WAIT_CMD,
WAIT_WRITE,
WAIT_DONE1,
WAIT_DONE2
-} m58817_states;
+};
static UINT8 m58817_state;
static UINT8 m58817_drq;