mirror of https://github.com/xemu-project/xemu.git
xbox: device debuging shouldn't be enabled in the repo
This commit is contained in:
parent
0644619d0e
commit
118b56248b
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include "acpi_mcpx.h"
|
#include "acpi_mcpx.h"
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
# define MCPX_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
# define MCPX_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
# define SMBUS_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
# define SMBUS_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
||||||
|
|
|
@ -32,7 +32,7 @@ typedef struct SMBusCX25871Device {
|
||||||
uint8_t registers[256];
|
uint8_t registers[256];
|
||||||
} SMBusCX25871Device;
|
} SMBusCX25871Device;
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
static void cx_quick_cmd(SMBusDevice *dev, uint8_t read)
|
static void cx_quick_cmd(SMBusDevice *dev, uint8_t read)
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include "i2c.h"
|
#include "i2c.h"
|
||||||
#include "smbus.h"
|
#include "smbus.h"
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
typedef struct SMBusEEPROMDevice {
|
typedef struct SMBusEEPROMDevice {
|
||||||
SMBusDevice smbusdev;
|
SMBusDevice smbusdev;
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
static const char* pic_version_string = "P01";
|
static const char* pic_version_string = "P01";
|
||||||
|
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
typedef struct SMBusPIC16LCDevice {
|
typedef struct SMBusPIC16LCDevice {
|
||||||
SMBusDevice smbusdev;
|
SMBusDevice smbusdev;
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
# define XBOXPCI_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
# define XBOXPCI_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
||||||
|
|
Loading…
Reference in New Issue