summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xbox.cpp')
-rw-r--r--src/mame/drivers/xbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xbox.cpp b/src/mame/drivers/xbox.cpp
index 964ad0b66be..fb97df864d0 100644
--- a/src/mame/drivers/xbox.cpp
+++ b/src/mame/drivers/xbox.cpp
@@ -200,7 +200,7 @@ MACHINE_CONFIG_END
***************************************************************************/
#define ROM_LOAD_BIOS(bios,name,offset,length,hash) \
- ROMX_LOAD(name, offset, length, hash, ROM_BIOS(bios+1)) /* Note '+1' */
+ ROMX_LOAD(name, offset, length, hash, ROM_BIOS(bios))
ROM_START( xbox )
ROM_REGION( 0x400, "mcpx", 0 )