From 707a85fc16ca8d06a78fbea353246bf943440b35 Mon Sep 17 00:00:00 2001 From: yz70s Date: Tue, 11 Aug 2015 04:23:54 +0200 Subject: [PATCH] try to fix (nw) --- src/mame/machine/xbox.c | 9 --------- 1 file changed, 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;