diff options
author | 2019-06-03 18:15:45 +0200 | |
---|---|---|
committer | 2019-06-03 18:15:45 +0200 | |
commit | c3417aeeedeb30f4febeecff1fa20526d70e67cf (patch) | |
tree | 3f9279d91ddc3cfbd5f3c079e63b2d06243bc587 /src | |
parent | 90e4cae77e089747d4ad7fb9410bdeda670cc2fa (diff) |
-ioc2: Switch to using LLE PS/2 keyboard/mouse controller. Fixes inability to type in numerous characters. [Patrick Mackinlay, Ryan Holtz]
-sgi: Silence DMA debug prints, nw
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/machine/ioc2.h | 2 | ||||
-rw-r--r-- | src/mame/machine/sgi.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/ioc2.h b/src/mame/machine/ioc2.h index 0891c4870f9..be507350315 100644 --- a/src/mame/machine/ioc2.h +++ b/src/mame/machine/ioc2.h @@ -11,7 +11,7 @@ #pragma once -#define IOC2_NEW_KBDC (0) +#define IOC2_NEW_KBDC (1) #if IOC2_NEW_KBDC #include "machine/at_keybc.h" diff --git a/src/mame/machine/sgi.cpp b/src/mame/machine/sgi.cpp index 7991967d544..0c171c2e0f2 100644 --- a/src/mame/machine/sgi.cpp +++ b/src/mame/machine/sgi.cpp @@ -22,7 +22,7 @@ #define LOG_DMA (1 << 8) #define LOG_DEFAULT (LOG_READS | LOG_WRITES | LOG_RPSS | LOG_WATCHDOG | LOG_UNKNOWN) -#define VERBOSE (LOG_DMA) +#define VERBOSE (0) #include "logmacro.h" DEFINE_DEVICE_TYPE(SGI_MC, sgi_mc_device, "sgi_mc", "SGI Memory Controller") |