diff options
author | 2016-12-25 13:54:27 +1100 | |
---|---|---|
committer | 2016-12-25 13:57:31 +1100 | |
commit | 127fd9b427df4c1af31e3513e32f14c80e3d29cc (patch) | |
tree | ef6bd2e4747e1a1a49895a47a8d9f1e7f37dbeca /src/mame/audio/dcs.cpp | |
parent | ad50cf5fd48de1baf9334a8d844fe456b5799b5b (diff) |
first srcclean pass (nw)
Diffstat (limited to 'src/mame/audio/dcs.cpp')
-rw-r--r-- | src/mame/audio/dcs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/dcs.cpp b/src/mame/audio/dcs.cpp index f71e0ba27c4..4e084d83280 100644 --- a/src/mame/audio/dcs.cpp +++ b/src/mame/audio/dcs.cpp @@ -246,7 +246,7 @@ enum #define DSIO_DM_PG ((m_dsio.reg[2] >> 0) & 0x7ff) -#define DSIO_BANK_END 0x7ff +#define DSIO_BANK_END 0x7ff /* these macros are used to reference the DENVER ASIC */ #define DENV_DSP_SPEED ((m_dsio.reg[1] >> 2) & 3) /* read only: 1=33.33MHz */ |