/[gxemul]/trunk/src/machines/machine_landisk.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/machines/machine_landisk.c

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

revision 41 by dpavlin, Mon Oct 8 16:22:11 2007 UTC revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_landisk.c,v 1.15 2007/04/22 03:57:38 debug Exp $   *  $Id: machine_landisk.c,v 1.18 2007/06/15 18:08:10 debug Exp $
29   *   *
30   *  I-O DATA LANDISK USL-5P.   *  COMMENT: I-O DATA LanDisk USL-5P
31   *   *
32   *  This machine consists of:   *  This machine consists of:
33   *   *
# Line 41  Line 41 
41   *   *
42   *  TODO:   *  TODO:
43   *      Realtek NIC (irq 5), PCIIDE (irq 6), USB controllers, etc.   *      Realtek NIC (irq 5), PCIIDE (irq 6), USB controllers, etc.
44     *
45     *  TODO 2:
46     *      Make it possible to select different landisk models.
47   */   */
48    
49  #include <stdio.h>  #include <stdio.h>
# Line 71  MACHINE_SETUP(landisk) Line 74  MACHINE_SETUP(landisk)
74          char tmpstr[300];          char tmpstr[300];
75    
76          machine->machine_name = "Landisk USL-5P";          machine->machine_name = "Landisk USL-5P";
         machine->stable = 1;  
77    
78          /*  266.67 MHz SH4 CPU clock:  */          /*  266.67 MHz SH4 CPU clock:  */
79          if (machine->emulated_hz == 0)          if (machine->emulated_hz == 0)

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26