summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/e05a30.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/e05a30.cpp')
-rw-r--r--src/devices/machine/e05a30.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/devices/machine/e05a30.cpp b/src/devices/machine/e05a30.cpp
index 5ff64619ffa..a9b59f41d02 100644
--- a/src/devices/machine/e05a30.cpp
+++ b/src/devices/machine/e05a30.cpp
@@ -8,22 +8,18 @@
#include "emu.h"
#include "e05a30.h"
-//#define E05A30DEBUG
-#ifdef E05A30DEBUG
-#define LOG(...) fprintf(stderr, __VA_ARGS__)
-#else
-#define LOG(...)
-#endif
+//#define VERBOSE 1
+#include "logmacro.h"
/*****************************************************************************
DEVICE INTERFACE
*****************************************************************************/
-const device_type E05A30 = device_creator<e05a30_device>;
+DEFINE_DEVICE_TYPE(E05A30, e05a30_device, "e05a30", "Epson E05A30 Gate Array")
e05a30_device::e05a30_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : device_t(mconfig, E05A30, "E05A30", tag, owner, clock, "e05a30", __FILE__),
+ : device_t(mconfig, E05A30, tag, owner, clock),
m_write_printhead(*this),
m_write_pf_stepper(*this),
m_write_cr_stepper(*this),