diff options
author | jun <jun@pkgsrc.org> | 2022-08-03 23:33:34 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2022-08-03 23:33:34 +0000 |
commit | 3126083dc1fa8bb7890bdb48babd088527585948 (patch) | |
tree | 7b4adb770193ad8cac0d5ca30788a9ac3643154e /emulators | |
parent | f0489e486a411900a9a1fafd4f702deec39e669d (diff) | |
download | pkgsrc-3126083dc1fa8bb7890bdb48babd088527585948.tar.gz |
nono: update to 0.4.2.
0.4.2 (2022-08-03)
vm(Update): "Improve a memory map on LUNA-88K."
vm(Update): "Improve a keyboard buzzer handling on LUNA. Implement the buzzer indicator on the software keyboard window."
vm(Update):"Limit maximum ram size to 240MB when using PROM 1.20 on LUNA-88K due to PROM code constraint."
vm(Update): "Implement behaviors when TVRAM scroll protrudes to the right, probably."
vm(Fix): "Fix a horizontal scroll amount of RFCNT to match real machine."
m88k(Fix): "Fix an address mask when m88200 invalidates cache line."
m88k(Fix): "Fix cache status when m88200 creates cache entry for writing."
debugger(Update): "Add unofficial NetBSD/luna88k system call to the exception history."
app(Update): "-X option supports loading symbol tables in NetBSD kernel."
app(Fix): "Fix a problem that application may not be able to be terminated when debugger is used."
app(Fix): "Fix a silent termination when Ctrl+Q is entered."
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/nono/Makefile | 4 | ||||
-rw-r--r-- | emulators/nono/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/nono/Makefile b/emulators/nono/Makefile index 4a1c56685c0..4ec1b96cfd0 100644 --- a/emulators/nono/Makefile +++ b/emulators/nono/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2022/07/24 03:23:51 jun Exp $ +# $NetBSD: Makefile,v 1.17 2022/08/03 23:33:34 jun Exp $ -DISTNAME= nono-0.4.1 +DISTNAME= nono-0.4.2 CATEGORIES= emulators MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/ diff --git a/emulators/nono/distinfo b/emulators/nono/distinfo index d9125feaaaa..881eedb536e 100644 --- a/emulators/nono/distinfo +++ b/emulators/nono/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2022/07/24 03:23:51 jun Exp $ +$NetBSD: distinfo,v 1.15 2022/08/03 23:33:34 jun Exp $ -BLAKE2s (nono-0.4.1.tar.gz) = bf4cb7fce678f2c71a039d3fd3f84691dc168a8b3d24582f922c2d8bd69bbc0f -SHA512 (nono-0.4.1.tar.gz) = 3dc8f45015680fee95d2fe2eaf70d00ead6751d72b804e47ece9bcc638f0d991ad2533764fa50fa21d4b4d38fe6bd6315a43c71e3d90e5ebb7d33751029cb0e3 -Size (nono-0.4.1.tar.gz) = 2835618 bytes +BLAKE2s (nono-0.4.2.tar.gz) = c2eda83a72050cc7502fbd2a1af8066679825eca14da84c2ac2c92775c2112fe +SHA512 (nono-0.4.2.tar.gz) = d8bc253126160fc4ed0295235d5a0cb12cef2d3ba508dff7094556e3ee0ce655f8adef7a698efd19689697465399bf1736264f8d02ab0adeb405a4ddefb5f9f5 +Size (nono-0.4.2.tar.gz) = 2844062 bytes SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010 |