/[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 37 by dpavlin, Mon Oct 8 16:21:34 2007 UTC revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_landisk.c,v 1.7 2007/03/08 10:01:50 debug Exp $   *  $Id: machine_landisk.c,v 1.8 2007/04/13 16:07:26 debug Exp $
29   *   *
30   *  I-O DATA LANDISK USL-5P.   *  I-O DATA LANDISK USL-5P.
31   *   *
# Line 49  Line 49 
49  #include "misc.h"  #include "misc.h"
50    
51  #include "sh4_exception.h"  #include "sh4_exception.h"
52    #include "sh4_scireg.h"
53    
54    
55  MACHINE_SETUP(landisk)  MACHINE_SETUP(landisk)
# Line 72  MACHINE_SETUP(landisk) Line 73  MACHINE_SETUP(landisk)
73              machine->path, machine->bootstrap_cpu, SH4_INTEVT_IRQ10);              machine->path, machine->bootstrap_cpu, SH4_INTEVT_IRQ10);
74          device_add(machine, tmpstr);          device_add(machine, tmpstr);
75    
76            /*  rsclock0 at shb0: RS5C313 real time clock  */
77            snprintf(tmpstr, sizeof(tmpstr), "rs5c313 addr=0x%"PRIx64,
78                (uint64_t) SCI_DEVICE_BASE);
79            device_add(machine, tmpstr);
80    
81          if (!machine->prom_emulation)          if (!machine->prom_emulation)
82                  return;                  return;
83    

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26