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