changeset 1521:12e1cb05ea8c

Tell m68k how to use qemu (even though it doesn't work yet).
author Rob Landley <rob@landley.net>
date Sat, 28 Apr 2012 20:41:56 -0500
parents 30d9bc95559e
children 95a720e694a6
files sources/targets/m68k
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/m68k	Sat Apr 21 23:11:28 2012 -0500
+++ b/sources/targets/m68k	Sat Apr 28 20:41:56 2012 -0500
@@ -45,7 +45,5 @@
 
 emulator_command()
 {
-#  echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \
-#    -net nic,model=rtl8139 -net user
-  echo
+  echo qemu-system-m68k -M q800 $(qemu_defaults "$@")
 }