summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-301-1/+1
| | | | | | * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense of conditional so cpu32 does not attempt to use 68000 style interrupt vectoring.
* 2001-06-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-06-191-1/+1
| | | | | * start/start.S: Reverse sense of conditional compilation so the code will compile for a cpu32.
* 2001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-01-031-1/+3
| | | | | * start/start.S: Added space for vectors on CPU32 configuration. * startup/bspstart.c: Fixed typo.
* 2000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-271-0/+2
| | | | | | * start/start.S, startup/bspstart.c: Not functional for CPU32 but hopefully will compile now and give a warning saying that the CPU32 variant needs work.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
| | | | | * clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include compile.am
* Added sim68000 BSP for the BSVC simulator. This BSP includes theJoel Sherrill2000-08-013-0/+450
alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.