diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-02-19 06:54:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-02-19 06:54:47 +0000 |
commit | dcf6632c1bb31281a1235b770695f8323b3c0e82 (patch) | |
tree | 02c2d374966ca631aa815a4c737cd73e9599caef /emulators | |
parent | fd330528a0e99cb593ba66096d1a417454844666 (diff) | |
download | pkgsrc-dcf6632c1bb31281a1235b770695f8323b3c0e82.tar.gz |
Update to 0.4.4 (thanks to Anders for the notice):
Changes between release 0.4.3 and 0.4.4 include, among other things:
o) The interrupt subsystem has been redesigned. This means two things:
x) Internal code cleanup, which makes the whole emulator more
maintainable. Instead of using magically encoded integers
for interrupts, strings are now used. These strings are in
the form of "paths", so that devices and busses can more
easily be connected to other busses, devices, or CPUs.
x) Some machine types which happened to work in release 0.4.3,
but were not listed in the documentation as working, may
have stopped working now. As always, the documentation should
indicate the combinations of machine modes and guest OSes that
are supposed to work.
o) SuperH (SH4) emulation is now somewhat more stable, enough to let a
NetBSD/dreamcast Live CD be usable.
o) PowerPC "G4" emulation is now stable enough to let NetBSD/macppc
run from a disk image. (Installing actually worked before, but the
NetBSD/macppc GENERIC kernel uses AltiVec instructions which were
not implemented correctly.)
o) The PICA-61 (arc) and i80321 (evbarm) emulation modes now have their
timers fixed at 100 Hz. A hardcoded speed like this is very ugly, but
it is at least better than before (when the timer wasn't really
running at any specific speed at all).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 4 | ||||
-rw-r--r-- | emulators/gxemul/PLIST | 9 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 8 |
3 files changed, 14 insertions, 7 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 4752321d3b1..5e60b7a20b7 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2007/02/07 20:00:49 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2007/02/19 06:54:47 xtraeme Exp $ # -DISTNAME= gxemul-0.4.3 +DISTNAME= gxemul-0.4.4 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ diff --git a/emulators/gxemul/PLIST b/emulators/gxemul/PLIST index 7b2a3969b42..4be521b70ef 100644 --- a/emulators/gxemul/PLIST +++ b/emulators/gxemul/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2006/11/09 20:01:55 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.14 2007/02/19 06:54:47 xtraeme Exp $ bin/gxemul man/man1/gxemul.1 share/doc/gxemul/20040504-ultrix45-boot1.png @@ -61,6 +61,13 @@ share/doc/gxemul/20060814-netbsd-algor-3.0.1.png share/doc/gxemul/20060814-netbsd-algor-3.0.1_small.png share/doc/gxemul/20061029-netbsd-dreamcast.png share/doc/gxemul/20061029-netbsd-dreamcast_small.png +share/doc/gxemul/20061104-netbsd-dreamcast-real.jpg +share/doc/gxemul/20061104-netbsd-dreamcast-real_small.png +share/doc/gxemul/20070128-netbsd-dreamcast-livecd-1.png +share/doc/gxemul/20070128-netbsd-dreamcast-livecd-1_small.png +share/doc/gxemul/20070128-netbsd-dreamcast-livecd-2.png +share/doc/gxemul/20070128-netbsd-dreamcast-livecd-2_small.png +share/doc/gxemul/dreamcast.html share/doc/gxemul/HISTORY share/doc/gxemul/LICENSE share/doc/gxemul/README diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 8f0a579a322..ac08e3efe23 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2006/11/09 20:01:55 xtraeme Exp $ +$NetBSD: distinfo,v 1.18 2007/02/19 06:54:47 xtraeme Exp $ -SHA1 (gxemul-0.4.3.tar.gz) = 1632f01c24ffaee46c8502a4bc54c0bd6461cdaf -RMD160 (gxemul-0.4.3.tar.gz) = 5c4599f8dc5d0942629981f041868f92d46e8c22 -Size (gxemul-0.4.3.tar.gz) = 2026817 bytes +SHA1 (gxemul-0.4.4.tar.gz) = 09dcdf4496ece23d29578d48148de2e2ddf70ba4 +RMD160 (gxemul-0.4.4.tar.gz) = 29a9b77562421870212b0bc052d1779a2b8610a6 +Size (gxemul-0.4.4.tar.gz) = 2101388 bytes |