mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(MESS) Fixed gbcolor regression. (nw)
This commit is contained in:
parent
df8df8d5f5
commit
28f35dced5
@ -1997,7 +1997,7 @@ READ8_MEMBER(gb_state::gbc_io2_r)
|
||||
switch( offset )
|
||||
{
|
||||
case 0x0D: /* KEY1 */
|
||||
machine().device<lr35902_cpu_device>(":maincpu")->get_speed();
|
||||
return machine().device<lr35902_cpu_device>(":maincpu")->get_speed();
|
||||
case 0x16: /* RP - Infrared port */
|
||||
break;
|
||||
case 0x30: /* SVBK - RAM bank select */
|
||||
|
Loading…
Reference in New Issue
Block a user