mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Fixed compile warning
This commit is contained in:
parent
ca942831df
commit
7e07a8f26d
@ -318,11 +318,6 @@ static READ32_HANDLER( unk_r )
|
|||||||
return mame_rand(space->machine);
|
return mame_rand(space->machine);
|
||||||
}
|
}
|
||||||
|
|
||||||
static READ32_HANDLER( input_r )
|
|
||||||
{
|
|
||||||
return 0x00200000;
|
|
||||||
}
|
|
||||||
|
|
||||||
static READ32_HANDLER( watchdog_r )
|
static READ32_HANDLER( watchdog_r )
|
||||||
{
|
{
|
||||||
return 0xffffffff;
|
return 0xffffffff;
|
||||||
|
Loading…
Reference in New Issue
Block a user