diff options
author | 2015-08-11 04:23:54 +0200 | |
---|---|---|
committer | 2015-08-11 04:23:54 +0200 | |
commit | 707a85fc16ca8d06a78fbea353246bf943440b35 (patch) | |
tree | c1b2c0258276fea587e73be85c0ec0bdc28374a9 /src | |
parent | 15dfc1fdc7132f0d693287411c02ec185e59a29f (diff) |
try to fix (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/machine/xbox.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mame/machine/xbox.c b/src/mame/machine/xbox.c index 047dc2ad9a5..fd1eaf854e6 100644 --- a/src/mame/machine/xbox.c +++ b/src/mame/machine/xbox.c @@ -532,15 +532,6 @@ static const char *const usbregnames[] = { }; #endif -static const struct { - const char *game_name; - struct { - UINT32 address; - UINT8 write_byte; - } modify[16]; -} hacks[2] = { { "chihiro", { { 0x6a79f, 0x01 }, { 0x6a7a0, 0x00 }, { 0x6b575, 0x00 }, { 0x6b576, 0x00 }, { 0x6b5af, 0x75 }, { 0x6b78a, 0x75 }, { 0x6b7ca, 0x00 }, { 0x6b7b8, 0x00 }, { 0x8f5b2, 0x75 }, { 0x79a9e, 0x74 }, { 0x79b80, 0x74 }, { 0x79b97, 0x74 }, { 0, 0 } } }, - { "outr2", { { 0x12e4cf, 0x01 }, { 0x12e4d0, 0x00 }, { 0x4793e, 0x01 }, { 0x4793f, 0x00 }, { 0x47aa3, 0x01 }, { 0x47aa4, 0x00 }, { 0x14f2b6, 0x84 }, { 0x14f2d1, 0x75 }, { 0x8732f, 0x7d }, { 0x87384, 0x7d }, { 0x87388, 0xeb }, { 0, 0 } } } }; - READ32_MEMBER(xbox_base_state::usbctrl_r) { UINT32 ret; |