public static ushort DEV9read16(uint addr) { try { return(dev9.DEV9_Read16(addr)); } catch (Exception e) when(Log_Fatal(e)) { throw; } }
public static ushort DEV9read16(uint addr) { try { return(dev9.DEV9_Read16(addr)); } catch (Exception e) { CLR_PSE_PluginLog.MsgBoxErrorTrapper(e); throw; } }