diff options
author | 2017-06-25 15:16:48 +1000 | |
---|---|---|
committer | 2017-06-25 15:18:14 +1000 | |
commit | f31e73505343e3fe9cf9539b559e594035c4d9cb (patch) | |
tree | e2242311395c5987c5cf677f557c323c8bf99560 /src/devices/cpu/clipper/clipper.h | |
parent | 4a57052b5f816aa15ee692df0f99958fbb5237c6 (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/cpu/clipper/clipper.h')
-rw-r--r-- | src/devices/cpu/clipper/clipper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/clipper/clipper.h b/src/devices/cpu/clipper/clipper.h index 4a0492f91d4..07f81dc8685 100644 --- a/src/devices/cpu/clipper/clipper.h +++ b/src/devices/cpu/clipper/clipper.h @@ -106,7 +106,7 @@ protected: SSW_P = 0x80000000, // previous mode }; - enum clipper_ssw_id + enum clipper_ssw_id { SSW_ID_C400R0 = 0x00000, SSW_ID_C400R1 = 0x04000, |