mirror of
https://github.com/holub/mame
synced 2025-05-05 22:04:43 +03:00
-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
This commit is contained in:
parent
90e4cae77e
commit
c3417aeeed
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define IOC2_NEW_KBDC (0)
|
#define IOC2_NEW_KBDC (1)
|
||||||
|
|
||||||
#if IOC2_NEW_KBDC
|
#if IOC2_NEW_KBDC
|
||||||
#include "machine/at_keybc.h"
|
#include "machine/at_keybc.h"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#define LOG_DMA (1 << 8)
|
#define LOG_DMA (1 << 8)
|
||||||
#define LOG_DEFAULT (LOG_READS | LOG_WRITES | LOG_RPSS | LOG_WATCHDOG | LOG_UNKNOWN)
|
#define LOG_DEFAULT (LOG_READS | LOG_WRITES | LOG_RPSS | LOG_WATCHDOG | LOG_UNKNOWN)
|
||||||
|
|
||||||
#define VERBOSE (LOG_DMA)
|
#define VERBOSE (0)
|
||||||
#include "logmacro.h"
|
#include "logmacro.h"
|
||||||
|
|
||||||
DEFINE_DEVICE_TYPE(SGI_MC, sgi_mc_device, "sgi_mc", "SGI Memory Controller")
|
DEFINE_DEVICE_TYPE(SGI_MC, sgi_mc_device, "sgi_mc", "SGI Memory Controller")
|
||||||
|
Loading…
Reference in New Issue
Block a user