Diff for /np2/wince/arm/makegrph.s between versions 1.4 and 1.5

version 1.4, 2003/12/21 23:27:09 version 1.5, 2003/12/22 07:41:15
Line 77  G_CLOCK    equ  (GD_SIZE + &50) Line 77  G_CLOCK    equ  (GD_SIZE + &50)
         INCLUDE ..\..\i286a\i286a.inc          INCLUDE ..\..\i286a\i286a.inc
   
         IMPORT  np2cfg          IMPORT  np2cfg
         IMPORT  i286core          IMPORT  i286acore
         IMPORT  np2_vram          IMPORT  np2_vram
         IMPORT  dsync          IMPORT  dsync
         IMPORT  vramupdate          IMPORT  vramupdate
Line 327  mg_updclear  ldr  r12, [r7, r4] Line 327  mg_updclear  ldr  r12, [r7, r4]
   
 gp_dsync                dcd             dsync  gp_dsync                dcd             dsync
 gp_vramupdate   dcd             vramupdate  gp_vramupdate   dcd             vramupdate
 gp_vmem                 dcd             i286core + CPU_SIZE + VRAM_B  gp_vmem                 dcd             i286acore + CPU_SIZE + VRAM_B
 gp_gdc                  dcd             gdc - G_MASTER  gp_gdc                  dcd             gdc - G_MASTER
 gp_gtable0              dcd             grph_table0  gp_gtable0              dcd             grph_table0
 gp_np2vram              dcd             np2_vram  gp_np2vram              dcd             np2_vram

Removed from v.1.4  
changed lines
  Added in v.1.5


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