summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/memexp/wordpro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vtech/memexp/wordpro.h')
-rw-r--r--src/devices/bus/vtech/memexp/wordpro.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/bus/vtech/memexp/wordpro.h b/src/devices/bus/vtech/memexp/wordpro.h
index 0d12ae7a8d5..f7b6422a319 100644
--- a/src/devices/bus/vtech/memexp/wordpro.h
+++ b/src/devices/bus/vtech/memexp/wordpro.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_BUS_VTECH_MEMEXP_WORDPRO_H
+#define MAME_BUS_VTECH_MEMEXP_WORDPRO_H
-#ifndef __VTECH_MEMEXP_WORDPRO_H__
-#define __VTECH_MEMEXP_WORDPRO_H__
+#pragma once
#include "memexp.h"
@@ -18,13 +18,13 @@
// TYPE DEFINITIONS
//**************************************************************************
-// ======================> wordpro_device
+// ======================> vtech_wordpro_device
-class wordpro_device : public device_t, public device_memexp_interface
+class vtech_wordpro_device : public device_t, public device_vtech_memexp_interface
{
public:
// construction/destruction
- wordpro_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ vtech_wordpro_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
protected:
virtual const tiny_rom_entry *device_rom_region() const override;
@@ -33,6 +33,6 @@ protected:
};
// device type definition
-extern const device_type WORDPRO;
+DECLARE_DEVICE_TYPE(VTECH_WORDPRO, vtech_wordpro_device)
-#endif // __VTECH_MEMEXP_WORDPRO_H__
+#endif // MAME_BUS_VTECH_MEMEXP_WORDPRO_H