diff options
author | 2009-06-02 15:03:20 +0000 | |
---|---|---|
committer | 2009-06-02 15:03:20 +0000 | |
commit | c0aaf94b4bf8b09a0a5b462c349bdd2866cc51f9 (patch) | |
tree | 19b8da4f93b8cfa14df84106f0d94e9a3610a59f /src/emu/machine/adc1213x.h | |
parent | 4094fc396ab2b805babad7ff5b0ee249305ffb49 (diff) |
Removed type member from ADC083x and ADC1213x state structures.
Diffstat (limited to 'src/emu/machine/adc1213x.h')
-rw-r--r-- | src/emu/machine/adc1213x.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/emu/machine/adc1213x.h b/src/emu/machine/adc1213x.h index 9286b8a0dc6..51527395869 100644 --- a/src/emu/machine/adc1213x.h +++ b/src/emu/machine/adc1213x.h @@ -13,18 +13,6 @@ #include "devcb.h" /*************************************************************************** - CONSTANTS -***************************************************************************/ - -/* enumeration specifying which model we are emulating */ -enum -{ - TYPE_ADC12130, - TYPE_ADC12132, - TYPE_ADC12138 -}; - -/*************************************************************************** MACROS / CONSTANTS ***************************************************************************/ |