aboutsummaryrefslogtreecommitdiff
path: root/emulators/gxemul/files
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2006-11-08 04:54:00 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2006-11-08 04:54:00 +0000
commit7a5341a07bc06eb9af72e8a75e1d07d54953faf5 (patch)
tree1642a945b944cda8f1eb94432fca6be7d41c5ceb /emulators/gxemul/files
parentaf1759feeea0bd4e9ffd9fd8ca6dc0dc860ea992 (diff)
downloadports-7a5341a07bc06eb9af72e8a75e1d07d54953faf5.tar.gz
ports-7a5341a07bc06eb9af72e8a75e1d07d54953faf5.zip
Upgrade to v0.4.3. Upstream changes include:
- SH4 emulation now allows NetBSD/dreamcast to reach userland. - A framework to let emulated clocks run at same speed as the host clock has been added. - The built-in debugger's expression syntax has been changed. - Better MIPS emulation for some combination of emulated processor and guest operating system. - Bug fixes.
Notes
Notes: svn path=/head/; revision=176782
Diffstat (limited to 'emulators/gxemul/files')
-rw-r--r--emulators/gxemul/files/patch-src-machines-machine_evbmips.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/gxemul/files/patch-src-machines-machine_evbmips.c b/emulators/gxemul/files/patch-src-machines-machine_evbmips.c
deleted file mode 100644
index 6fc61effca98..000000000000
--- a/emulators/gxemul/files/patch-src-machines-machine_evbmips.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/machines/machine_evbmips.c.orig Mon Jul 17 17:33:05 2006
-+++ src/machines/machine_evbmips.c Mon Jul 17 17:35:04 2006
-@@ -176,6 +176,11 @@
- snprintf(tmps, sizeof(tmps), "0x%08x", machine->physical_ram_in_mb<<20);
- add_environment_string_dual(cpu, &env, &tmpptr, "memsize", tmps);
-
-+#if 1 /* XXX: FreeBSD wants this to figure out the clock speed. */
-+ snprintf(tmps, sizeof(tmps), "%d", machine->emulated_hz/1000);
-+ add_environment_string_dual(cpu, &env, &tmpptr, "khz", tmps);
-+#endif
-+
- add_environment_string_dual(cpu, &env, &tmpptr, "yamonrev", "02.06");
-
- /* End of env: */