mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fixes Bug ID: 01482: exprraid, exprrada, wexpress, wexpresb, wexpresc: Game doesn't start
This commit is contained in:
parent
01b2003859
commit
834d773f26
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user