Diff for /np2/sound/soundrom.c between versions 1.5 and 1.7

version 1.5, 2003/12/04 13:54:29 version 1.7, 2003/12/12 01:04:41
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
 #include        "dosio.h"  #include        "dosio.h"
   #include        "cpucore.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "memory.h"  
 #include        "soundrom.h"  #include        "soundrom.h"
   
   
Line 67  void soundrom_load(UINT32 address, const Line 67  void soundrom_load(UINT32 address, const
         soundrom.address = address;          soundrom.address = address;
 }  }
   
 void soundrom_loadex(BYTE sw, const char *primary) {  void soundrom_loadex(UINT sw, const char *primary) {
   
         if (sw < 4) {          if (sw < 4) {
                 soundrom_load((0xc8000 + ((UINT32)sw << 14)), primary);                  soundrom_load((0xc8000 + ((UINT32)sw << 14)), primary);

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


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