/[qemu]/qemu/hw/sb16.c
ViewVC logotype

Diff of /qemu/hw/sb16.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by bellard, Thu Nov 10 23:59:38 2005 UTC revision 1.19 by bellard, Sun Nov 20 16:20:39 2005 UTC
# Line 254  static void dma_cmd8 (SB16State *s, int Line 254  static void dma_cmd8 (SB16State *s, int
254              "sb16",              "sb16",
255              s,              s,
256              SB_audio_callback,              SB_audio_callback,
257              &as              &as,
258                0                   /* little endian */
259              );              );
260      }      }
261    
# Line 348  static void dma_cmd (SB16State *s, uint8 Line 349  static void dma_cmd (SB16State *s, uint8
349              "sb16",              "sb16",
350              s,              s,
351              SB_audio_callback,              SB_audio_callback,
352              &as              &as,
353                0                   /* little endian */
354              );              );
355      }      }
356    
# Line 1340  static int SB_load (QEMUFile *f, void *o Line 1342  static int SB_load (QEMUFile *f, void *o
1342                  "sb16",                  "sb16",
1343                  s,                  s,
1344                  SB_audio_callback,                  SB_audio_callback,
1345                  &as                  &as,
1346                    0               /* little endian */
1347                  );                  );
1348          }          }
1349    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26