Diff for /np2/bios/bios1b.c between versions 1.36 and 1.37

version 1.36, 2005/05/20 13:59:46 version 1.37, 2012/01/23 09:59:51
Line 243  static void b0patch(void) { Line 243  static void b0patch(void) {
                         cnt = 0;                          cnt = 0;
                         last = 0;                          last = 0;
                         while(size--) {                          while(size--) {
                                 c = MEMR_READ8(ES_BASE, addr++);                                  c = MEMR_READ8(CPU_ES, addr++);
                                 cl = 0;                                  cl = 0;
                                 do {                                  do {
                                         REG8 now = c & 0x80;                                          REG8 now = c & 0x80;

Removed from v.1.36  
changed lines
  Added in v.1.37


RetroPC.NET-CVS <cvs@retropc.net>