From 30abad70695db51f21373277f872cdf5d6038550 Mon Sep 17 00:00:00 2001 From: jun Date: Sat, 18 Jun 2022 12:50:21 +0000 Subject: nono: update to 0.4.0 0.4.0 (2022-06-18) vm(New): "Implement FDC/FDD on X68030 and 2HD/2HC floppies." vm(New): "Implement a BUSY state on OPM Registers on X68030." vm(New): "Implement DMAC more." vm(New): "Support to specify external image path for X68030 ROM." vm(New): "Implement X68030 ROM30 Emulation. It can boot NetBSD/x68k but not Human68k." vm(New): "Warn if an external CGROM image doesn't contain 6x12 font on X68030." vm(New): "Implement power LED and power off on X68030." vm(New): "Implement an option that synchronize RAM size field in SRAM and actual RAM size on X68030." vm(New): "Implement keyboard monitor and TVRAM monitor." vm(Update): "SRAM.DAT"." vm(Update): "Change configuration keyname of FPU to fpu-type." vm(Update): "Add some registers to CRTC monitor on X68030." vm(Fix): "Fix timing and destination address of TVRAM raster copy on X68030." vm(Fix): "Fix register access on SCC on X68030." vm(Fix): "Fix to allow SCC bit rate to be set for each channel on X68030." vm(Fix): "Fix reversed mouse buttons." vm(Fix): "Change SCSI ID to be fixed to 7 on X68030." vm(Update): "Implement resynchronizing time." m68k(Fix): "Fix timing that MPU checks interrupts." GUI(New): "Implement zoom in feature for LUNA Frame buffer/X68030 TVRAM monitor." GUI(Fix): "Fix the maximum window size of LUNA Frame buffer/X68030 TVRAM monitor window." GUI(Fix): "Fix an abnormal termination on vector monitor." GUI(Fix): "Fix drawing when update rate is low." debugger(Fix): "Fix m68k step execution when a reset exception occurs since 0.3.0." debugger(Fix): "Fix m88k instruction pointer on step execution since 0.3.0" debugger(Update): "Implement a ct command." app(Fix): "Fix a problem that application may not be able to be terminated since 0.2.6" app(Fix): "Fix an abnormal termination when mouse capture is released." --- emulators/nono/Makefile | 4 ++-- emulators/nono/PLIST | 4 +++- emulators/nono/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'emulators') diff --git a/emulators/nono/Makefile b/emulators/nono/Makefile index e2265a93c27..1a55875b825 100644 --- a/emulators/nono/Makefile +++ b/emulators/nono/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2022/05/01 09:28:46 jun Exp $ +# $NetBSD: Makefile,v 1.12 2022/06/18 12:50:21 jun Exp $ -DISTNAME= nono-0.3.0 +DISTNAME= nono-0.4.0 CATEGORIES= emulators MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/ diff --git a/emulators/nono/PLIST b/emulators/nono/PLIST index c20f35e3db5..c9a011134fb 100644 --- a/emulators/nono/PLIST +++ b/emulators/nono/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2021/11/18 04:04:29 jun Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/06/18 12:50:21 jun Exp $ bin/nono bin/nono-cli share/doc/nono/changes.html share/doc/nono/index.html +share/doc/nono/fsharp-license.txt share/doc/nono/nono-license.txt share/locale/ja/LC_MESSAGES/nono.mo share/doc/nono/upgrade-0.2.0.html +share/doc/nono/upgrade-0.3.0.html diff --git a/emulators/nono/distinfo b/emulators/nono/distinfo index eaaa11244a6..06df12bed14 100644 --- a/emulators/nono/distinfo +++ b/emulators/nono/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2022/05/01 09:28:46 jun Exp $ +$NetBSD: distinfo,v 1.13 2022/06/18 12:50:21 jun Exp $ -BLAKE2s (nono-0.3.0.tar.gz) = 9372905485b3664a3776c98f7b38dc6e3687ec870b9f07bc9b9789668f1e3d46 -SHA512 (nono-0.3.0.tar.gz) = fa4d0e2e68ac9715cbcd44f152b8057194533d2acf5ba577a6bce9cad0442c518bea9ea8649a9c09c28a7c2163d336aa5128953ee82b8397ab5f84033aa95b0f -Size (nono-0.3.0.tar.gz) = 2682684 bytes +BLAKE2s (nono-0.4.0.tar.gz) = a3c6e8212ce1e1296c132ccecd1907578994c66006da4b5d07fa6284273e34cb +SHA512 (nono-0.4.0.tar.gz) = 27e69764bd9512d6b540c747b0a81dfe193e8ee2ebca6ba51adbd8ee50c9b7ff00f36d7deec5598cc0a2a34761c72719b2bb7cab5e8f676df423b1ff95a6b8f0 +Size (nono-0.4.0.tar.gz) = 2831096 bytes SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010 -- cgit v1.2.3