From c805cc733c162fce2a7941ac3036b40bebcc4ef5 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Wed, 19 Dec 2018 12:21:50 +0100 Subject: snesb.cpp: setting the correct boot vector for rushbeat helps, but isn't enough (nw) Boots to the copyright screen, than stands there --- src/mame/drivers/snesb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3