Diff for /np2/romimage/STARTUP.ASM between versions 1.5 and 1.6

version 1.5, 2004/03/19 00:30:01 version 1.6, 2004/06/18 07:42:13
Line 15  nosystems:  mov  si, nosysmsg Line 15  nosystems:  mov  si, nosysmsg
   
 dispend:                mov             ax, 0x0a04  dispend:                mov             ax, 0x0a04
                                 int             0x18                                  int             0x18
                                   mov             ah, 0x0c
                                   int             0x18
                                 mov             ah, 0x16                                  mov             ah, 0x16
                                 mov             dx, 0xe120                                  mov             dx, 0xe120
                                 int             0x18                                  int             0x18

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


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