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

Diff of /qemu/hw/pc.c

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

revision 1.39 by bellard, Sat Jul 23 19:05:37 2005 UTC revision 1.40 by bellard, Sun Oct 30 18:58:22 2005 UTC
# Line 602  static void pc_init1(int ram_size, int v Line 602  static void pc_init1(int ram_size, int v
602    
603      if (audio_enabled) {      if (audio_enabled) {
604          AUD_init();          AUD_init();
 #ifdef USE_SB16  
605          if (sb16_enabled)          if (sb16_enabled)
606              SB16_init ();              SB16_init ();
 #endif  
607  #ifdef CONFIG_ADLIB  #ifdef CONFIG_ADLIB
608          if (adlib_enabled)          if (adlib_enabled)
609              Adlib_init ();              Adlib_init ();
610  #endif  #endif
611  #ifdef USE_GUS  #ifdef CONFIG_GUS
612          if (gus_enabled)          if (gus_enabled)
613              GUS_init ();              GUS_init ();
614  #endif  #endif
615            if (pci_enabled && es1370_enabled)
616                es1370_init (pci_bus);
617      }      }
618    
619      floppy_controller = fdctrl_init(6, 2, 0, 0x3f0, fd_table);      floppy_controller = fdctrl_init(6, 2, 0, 0x3f0, fd_table);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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