(MESS) Fixed gbcolor regression. (nw)

This commit is contained in:
Sandro Ronco 2012-09-14 01:23:07 +00:00
parent df8df8d5f5
commit 28f35dced5

View File

@ -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 */