summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galgames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galgames.cpp')
-rw-r--r--src/mame/drivers/galgames.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galgames.cpp b/src/mame/drivers/galgames.cpp
index dc760a0a32d..8c7111e1405 100644
--- a/src/mame/drivers/galgames.cpp
+++ b/src/mame/drivers/galgames.cpp
@@ -1081,7 +1081,7 @@ Copyright notice in rom states: Creative Electronics & Software Written by Keith
***************************************************************************/
#define ROM_LOAD16_BYTE_BIOS(bios,name,offset,length,hash) \
- ROMX_LOAD(name, offset, length, hash, ROM_SKIP(1) | ROM_BIOS(bios+1)) /* Note '+1' */
+ ROMX_LOAD(name, offset, length, hash, ROM_SKIP(1) | ROM_BIOS(bios))
#define GALGAMES_BIOS_ROMS \
ROM_SYSTEM_BIOS( 0, "1.90", "v1.90 12/01/98" ) \