summaryrefslogtreecommitdiff
path: root/emulators/gxemul/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-02-19 06:54:47 +0000
committerxtraeme <xtraeme>2007-02-19 06:54:47 +0000
commitde0df2e6caf0bd4ff797e83a30e9ce59f6e7bb9a (patch)
tree02c2d374966ca631aa815a4c737cd73e9599caef /emulators/gxemul/Makefile
parent0b9c2f1c31814bc2c3c64929d4cf15147c32e73b (diff)
downloadpkgsrc-de0df2e6caf0bd4ff797e83a30e9ce59f6e7bb9a.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/gxemul/Makefile')
-rw-r--r--emulators/gxemul/Makefile4
1 files changed, 2 insertions, 2 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/