diff options
author | trasz <trasz@FreeBSD.org> | 2007-09-27 01:19:03 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-09-27 01:19:03 +0800 |
commit | 5a1e8e6c7f4abbef43e0ea8a78238b0ea33b4855 (patch) | |
tree | c8e67bc177243e59f639ca3505b7c2b05d41252b /emulators/tme/files | |
parent | 8bce4e03f87a779a05e2b3f94715a5832f1d07aa (diff) | |
download | freebsd-ports-gnome-5a1e8e6c7f4abbef43e0ea8a78238b0ea33b4855.tar.gz freebsd-ports-gnome-5a1e8e6c7f4abbef43e0ea8a78238b0ea33b4855.tar.zst freebsd-ports-gnome-5a1e8e6c7f4abbef43e0ea8a78238b0ea33b4855.zip |
- Update to 0.6.
Diffstat (limited to 'emulators/tme/files')
-rw-r--r-- | emulators/tme/files/patch-ic-m68k-m68k-bus-auto.c | 11 | ||||
-rw-r--r-- | emulators/tme/files/patch-libtme-module.c | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/emulators/tme/files/patch-ic-m68k-m68k-bus-auto.c b/emulators/tme/files/patch-ic-m68k-m68k-bus-auto.c deleted file mode 100644 index 1828c816f2c2..000000000000 --- a/emulators/tme/files/patch-ic-m68k-m68k-bus-auto.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ic/m68k/m68k-bus-auto.c.orig Thu Jan 11 12:09:14 2007 -+++ ic/m68k/m68k-bus-auto.c Thu Jan 11 12:10:30 2007 -@@ -156,7 +156,7 @@ - }; - - /* the 32-bit bus router used on the 68020 and 68030: */ --static const tme_bus_lane_t tme_m68k_router_32[TME_M68K_BUS_ROUTER_SIZE(TME_BUS32_LOG2)] = { -+const tme_bus_lane_t tme_m68k_router_32[TME_M68K_BUS_ROUTER_SIZE(TME_BUS32_LOG2)] = { - - /* [m68k] initiator maximum cycle size: 8 bits - [m68k] initiator A1,A0: 00 diff --git a/emulators/tme/files/patch-libtme-module.c b/emulators/tme/files/patch-libtme-module.c index 9777d27075a0..43c168c8370e 100644 --- a/emulators/tme/files/patch-libtme-module.c +++ b/emulators/tme/files/patch-libtme-module.c @@ -4,7 +4,7 @@ FILE *modules_index; /* pass over the search path environment variables: */ -- for (pass = 0; ++pass < 2; ) { +- for (pass = 0; ++pass <= 2; ) { + for (pass = 0; ++pass <= 3; ) { /* get the next search path environment variable value: */ |