Fixes Bug ID: 01482: exprraid, exprrada, wexpress, wexpresb, wexpresc: Game doesn't start

This commit is contained in:
Zsolt Vasvari 2008-03-13 09:42:07 +00:00
parent 01b2003859
commit 834d773f26

View File

@ -105,12 +105,7 @@ static WRITE8_HANDLER( sound_cpu_command_w )
static READ8_HANDLER( vblank_r )
{
int val = readinputport( 0 );
if ( ( val & 0x02 ) )
cpu_spin();
return val;
return readinputport( 0 );
}
static ADDRESS_MAP_START( master_map, ADDRESS_SPACE_PROGRAM, 8 )