changeset 1165:4ead0bad4ad8

Make sh4 less unhappy.
author Rob Landley <rob@landley.net>
date Sat, 10 Jul 2010 23:39:36 -0500
parents 3a959ee85558
children fd57d7acb4e1
files sources/targets/sh4/settings
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/sh4/settings	Sat Jul 10 23:38:51 2010 -0500
+++ b/sources/targets/sh4/settings	Sat Jul 10 23:39:36 2010 -0500
@@ -20,5 +20,5 @@
 
 emulator_command()
 {
-  echo qemu-system-sh4 -M r2d $(qemu_defaults "$@") -serial null -serial stdio
+  echo qemu-system-sh4 -M r2d $(qemu_defaults "$@") -nodefaults -serial null -serial stdio
 }