pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/nono Update nono-0.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d3b995f446c
branches:  trunk
changeset: 769648:6d3b995f446c
user:      jun <jun%pkgsrc.org@localhost>
date:      Thu Nov 18 04:04:29 2021 +0000

description:
Update nono-0.2.3

0.2.3 (2021/10/03)
m88k(Fix):
        "Improve several floating point instructions and floating point exceptions. This may make gcc work."
vm(Update):
        "Implement the Error Reset command on uPD7201 (SIO)."
vm(Update):
        "Implement all commands on LUNA keyboard. "
vm(Fix):
        "Emulated ROM now sends the keyboard commands on boot, as the real ROM does. "
vm(Fix):
        "Fix the behaviors of LUNA LED key when it is pressed/released."
vm(Update):
        "Improve a read mask on MK48T02. "
GUI(Update):
        "Change CTRL, SHIFT key behavior on the software keyboard window."
app(Update):
        "-X option is no longer affected by DIPSW."

0.2.2 (2021/09/09)
host(New):
        "Implement character input mode for keyboard input."
m88k(Fix):
        "Fix a bug of FLT instruction."
vm(Fix):
        "Fix a few bugs in LUNA88K PROM emulation since ver 0.2.0."
host(Update):
        "Change to use read(2)/write(2) instead of mmap(2) to access disk images."

0.2.1 (2021/08/18)

vm(New):
        "Support SCSI CD and MO."
vm(Update):
        "Improve various things about SCSI emulation: Implement ModeSelect(10), ModeSense(10) command. Implement SynchronizeCache command as no-op. Support LoEj(Load/Eject) bit of StartStopUnit 
command. Support ModePage 04, 05 and 08 of ModeSense command. Fix RequestSense command parameters."
vm(Fix):
        "SCSI devices can terminate the SCSI transfer correctly at the specified allocation length."
vm(Fix):
        "Implement SCSI transfer speed limit."
vm(Fix):
        "Fix DIPSW pin placement in PIO on LUNA88K."
vm(Fix):
        "Fix a reset operation of LUNA88K system controller."
vm(Update):
        "Improve RTC (MK48T02, RP5C15) emulations."
vm(Update):
        "Improve LCD emulation."
vm(Update):
        "Improve LUNA mouse behavior when its movement amount is plus or minus 1."
m88k(Fix):
        "Fix add/sub instruction behavior when it occurs overflow exception."
m88k(Fix):
        "Fix jump instructions' bug which doesn't mask the destination address."
app(Fix):
        "Fix a bug that could not poweron on start under certain environment (Xsixel?) after ver 0.2.0."
app(Update):
        "Display filepath as a tooltip in SCSI indicators on the status panel."
app(Update):
        "Change(rename) -A option to -X option."
app(Update):
        "Change(rename) -X option to -H option."
m88k(New):
        "Implement an alternate mnemonic just for us."
m88k(Update):
        "Emulated ROM can boot UniOS-Mach a.out executable."
vm(New):
        "Trying to connect a mouse to SCC on X68k."

0.2.0 (2021/06/20)

vm(New):
        "Support LUNA88K's NVRAM."
vm(New):
        "Support nvram command on LUNA88K's emulated ROM console."
vm(Fix):
        "Various fixes for network packets received at the host."
vm(New):
        "Support real-time synchronization mode on LUNA-I/LUNA88K's system clock (experimental)."
m88k(New):
        "Support pseudo stop status for m88k."
host(Update):
        "Various changes on the host network drivers."
host(New):
        "Add AF_PACKET as host network driver."
GUI(Update):
        "Improve the status panel, including adding a LAN indicator, displaying write-protect icon on HD."
GUI(Update):
        "Increase the number of memory dump windows to four."
GUI(Fix):
        "Fix window size problem under certain environment(?)."
GUI(Fix):
        "Fix/Improve various monitors and subwindows behaviors."
app(Update):
        "Fix/Improve about -L and -M options."
debugger(Fix):
        "m68k:Fix address printing with TT enabled."
vm(New):
        "Support loading ELF object file on -A option."
vm(New):
        "Implement key repeat feature on X68k keyboard."

diffstat:

 emulators/nono/Makefile |  4 ++--
 emulators/nono/PLIST    |  3 ++-
 emulators/nono/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r e5fbe16f8167 -r 6d3b995f446c emulators/nono/Makefile
--- a/emulators/nono/Makefile   Thu Nov 18 03:13:29 2021 +0000
+++ b/emulators/nono/Makefile   Thu Nov 18 04:04:29 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/05/24 14:28:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2021/11/18 04:04:29 jun Exp $
 
-DISTNAME=      nono-0.1.6
+DISTNAME=      nono-0.2.3
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/
 
diff -r e5fbe16f8167 -r 6d3b995f446c emulators/nono/PLIST
--- a/emulators/nono/PLIST      Thu Nov 18 03:13:29 2021 +0000
+++ b/emulators/nono/PLIST      Thu Nov 18 04:04:29 2021 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/11/27 13:09:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/18 04:04:29 jun Exp $
 bin/nono
 bin/nono-cli
 share/doc/nono/changes.html
 share/doc/nono/index.html
 share/doc/nono/nono-license.txt
 share/locale/ja/LC_MESSAGES/nono.mo
+share/doc/nono/upgrade-0.2.0.html
diff -r e5fbe16f8167 -r 6d3b995f446c emulators/nono/distinfo
--- a/emulators/nono/distinfo   Thu Nov 18 03:13:29 2021 +0000
+++ b/emulators/nono/distinfo   Thu Nov 18 04:04:29 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:23:58 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/11/18 04:04:29 jun Exp $
 
-BLAKE2s (nono-0.1.6.tar.gz) = 73e7230b082f1fccee34fcdab2d90e98f2df70ded1f4ad5982840133a0c5ce2a
-SHA512 (nono-0.1.6.tar.gz) = 936d717cf037d8b15eaf8ce746f0f2ab60f275908d07a910e5172c85d150473b8944c078e2442e1142c0f28c3229262e0e4e93752904d8c3e1e16df74fe98ae1
-Size (nono-0.1.6.tar.gz) = 2462640 bytes
+BLAKE2s (nono-0.2.3.tar.gz) = 3a550e0cd5bc2ddad4e20aaefe9d568e087ec1bb4bd47bcd77a9c6cfb69baf1a
+SHA512 (nono-0.2.3.tar.gz) = 0413681a8b01f47f9cd244126f9542ba9524c916e0f0d5bf93bbf99dc34879fc4e0ef1c95d9d4c7f82118f7093b4fbb8ea6d445a7b3653ff9c5c93cad4ce77c9
+Size (nono-0.2.3.tar.gz) = 2630012 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010



Home | Main Index | Thread Index | Old Index