source: rtems/c/src/lib/libbsp/m68k/sim68000/sim68000.setup @ f8cb04a5

4.104.114.84.95
Last change on this file since f8cb04a5 was 11edb53, checked in by Joel Sherrill <joel.sherrill@…>, on 11/27/00 at 17:52:48

2000-11-27 Joel Sherrill <joel@…>

  • README, sim68000.setup, clock/clockdrv.c: Modified to add support for timer as clock tick source. Compiles but untested.
  • Property mode set to 100644
File size: 549 bytes
RevLine 
[b812f84]1BSVC Simulator Setup File
2
3UI_VERSION {2.0}
4SIMULATOR {sim68000}
5COMMAND {AttachDevice 0 RAM {BaseAddress = 0 Size = 40000}}
6COMMAND {AttachDevice 0 RAM {BaseAddress = 40000 Size = 20000}}
7COMMAND {AttachDevice 0 M68681 {BaseAddress = 71001 OffsetToFirstRegister = 0 OffsetBetweenRegisters = 2 InterruptLevel = 4 PortAStandardInputOutputFlag = 0 PortBStandardInputOutputFlag = 0 PortACommand = xterm -T "M68681 Port A" -132 -fn fixed -e /usr3/tmp/bsvc-2.1/bin/xtermpipe PortBCommand = }}
[11edb53]8COMMAND {AttachDevice 0 Timer {BaseAddress = 72001 IRQ = 5}}
Note: See TracBrowser for help on using the repository browser.