summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snesb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/snesb.cpp')
-rw-r--r--src/mame/drivers/snesb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/snesb.cpp b/src/mame/drivers/snesb.cpp
index 16c71c4fe67..3efb634e167 100644
--- a/src/mame/drivers/snesb.cpp
+++ b/src/mame/drivers/snesb.cpp
@@ -1143,7 +1143,7 @@ void snesb_state::init_rushbeat()
}
// boot vector
- dst[0xfffc] = 0x00;
+ dst[0xfffc] = 0xec;
dst[0xfffd] = 0x80;
init_snes_hirom();