diff options
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 */ |