summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/tms6100.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/tms6100.c')
-rw-r--r--src/emu/machine/tms6100.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/emu/machine/tms6100.c b/src/emu/machine/tms6100.c
index b595a84eb1d..ca1dd2729fa 100644
--- a/src/emu/machine/tms6100.c
+++ b/src/emu/machine/tms6100.c
@@ -62,16 +62,16 @@
#include "emu.h"
#include "tms6100.h"
-#define VERBOSE (0)
+#define VERBOSE (0)
-#if VERBOSE
-#define LOG(x) logerror x
+#if VERBOSE
+#define LOG(x) logerror x
#else
-#define LOG(x)
+#define LOG(x)
#endif
-#define TMS6100_READ_PENDING 0x01
-#define TMS6100_NEXT_READ_IS_DUMMY 0x02
+#define TMS6100_READ_PENDING 0x01
+#define TMS6100_NEXT_READ_IS_DUMMY 0x02
struct tms6100_state
{
@@ -316,5 +316,3 @@ void m58819_device::device_start()
{
DEVICE_START_NAME( m58819 )(this);
}
-
-