diff options
Diffstat (limited to 'src/devices/machine/cdp1852.h')
-rw-r--r-- | src/devices/machine/cdp1852.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/machine/cdp1852.h b/src/devices/machine/cdp1852.h index 2ca29541934..fa07d196af2 100644 --- a/src/devices/machine/cdp1852.h +++ b/src/devices/machine/cdp1852.h @@ -26,15 +26,6 @@ #pragma once - - - -//************************************************************************** -// TYPE DEFINITIONS -//************************************************************************** - -// ======================> cdp1852_device - class cdp1852_device : public device_t { public: @@ -81,8 +72,6 @@ private: emu_timer *m_update_sr_timer; }; - -// device type definition DECLARE_DEVICE_TYPE(CDP1852, cdp1852_device) #endif // MAME_MACHINE_CDP1852_H |