mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
Silly bugfix for triggering unemulated h8 opcodes in Cosplay Heaven 5, no whatsnew
This commit is contained in:
parent
f8087bd2ca
commit
3bfebdd9b5
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user