Silly bugfix for triggering unemulated h8 opcodes in Cosplay Heaven 5, no whatsnew

This commit is contained in:
Angelo Salese 2010-12-19 14:46:38 +00:00
parent f8087bd2ca
commit 3bfebdd9b5

View File

@ -108,7 +108,7 @@ ADDRESS_MAP_END
#if USE_H8 #if USE_H8
static READ16_HANDLER( test_r ) static READ16_HANDLER( test_r )
{ {
return 0;//mame_rand(space->machine); return mame_rand(space->machine);
} }
static ADDRESS_MAP_START( csplayh5_sub_map, ADDRESS_SPACE_PROGRAM, 16 ) static ADDRESS_MAP_START( csplayh5_sub_map, ADDRESS_SPACE_PROGRAM, 16 )