GameBoy\Opcode::opcode228 PHP Method

opcode228() public static method

0xE4 - Illegal
public static opcode228 ( Core $core )
$core Core
    public static function opcode228(Core $core)
    {
        echo 'Illegal op code 0xE4 called, pausing emulation.';
        exit;
    }
Opcode