Diff for /np2/i286x/memory.x86 between versions 1.6 and 1.8

version 1.6, 2003/12/27 11:55:23 version 1.8, 2004/01/10 17:24:01
Line 286  grcgtdw_end:  pop  ecx Line 286  grcgtdw_end:  pop  ecx
                                         ret                                          ret
   
 @i286_wb:                       mov             [MAINMEMORY + 1c8000h - 0e8000h + ecx], dl  @i286_wb:                       mov             [MAINMEMORY + 1c8000h - 0e8000h + ecx], dl
                                         pop             ecx  
                                         pop             ebx                                          pop             ebx
                                         ret                                          ret
   
Line 654  egcw_wtodd: Line 653  egcw_wtodd:
                                         ret                                          ret
   
 @i286w_wb:                      mov             [MAINMEMORY + 1c8000h - 0e8000h + ecx], dx  @i286w_wb:                      mov             [MAINMEMORY + 1c8000h - 0e8000h + ecx], dx
                                         pop             ecx  
                                         pop             ebx                                          pop             ebx
                                         ret                                          ret
   
Line 962  vramw_write  dd @vramw_w0,  @vramw_w1  ; Line 960  vramw_write  dd @vramw_w0,  @vramw_w1  ;
   
 section .text  section .text
   
           global  @i286_memorymap@4
         global  @i286_vram_dispatch@4          global  @i286_vram_dispatch@4
   
         global  @i286_memorywrite@8          global  @i286_memorywrite@8

Removed from v.1.6  
changed lines
  Added in v.1.8


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