diff options
author | 2016-09-09 00:13:25 +1200 | |
---|---|---|
committer | 2016-09-09 00:14:22 +1200 | |
commit | 923faf6cb2a33a9138d1e269f657aba3a86d7f89 (patch) | |
tree | e6a292263b62a348408b6fb2137a297414ba63ee /src/devices/video/scn2674.cpp | |
parent | ec634c31892fe51747bdb86e0a4ad15bcd28316c (diff) |
octopus: added some more components, pass a few more tests.
Diffstat (limited to 'src/devices/video/scn2674.cpp')
-rw-r--r-- | src/devices/video/scn2674.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/scn2674.cpp b/src/devices/video/scn2674.cpp index 1b5eca213a4..d58a04d91d2 100644 --- a/src/devices/video/scn2674.cpp +++ b/src/devices/video/scn2674.cpp @@ -6,7 +6,7 @@ #include "scn2674.h" -#define S674VERBOSE 1 +#define S674VERBOSE 0 #define LOG2674(x) do { if (S674VERBOSE) logerror x; } while (0) const device_type SCN2674_VIDEO = &device_creator<scn2674_device>; |