pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/nono



Module Name:    pkgsrc
Committed By:   jun
Date:           Sat Dec 28 19:41:26 UTC 2024

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo

Log Message:
nono: update to 1.1.0.

1.1.0 (2024/12/25)

m68k(New): "Start implementing 68040. Currently, it supports some new instructions, MMU and FPU."
m68k(New): "Implement cpSAVE, cpRESTORE behavior on 68030."
m68k(Fix): "Fix the order that FSAVE writes to the memory."
m68k(Fix): "Fix flags on FBcc, FDBcc, FScc, FTRAPcc."
m68k(Fix): "Fix branch address calculation on FDBcc."
m68k(Fix): "Fix OVFL, UNFL flags on FMOVE.X FPn,<ea>."
m68k(Fix): "Improve result of FMOVE.[BW] FPn,<ea> when FPn is out of range."
m68k(Fix): "Fix a problem that there were cases where F-line exception was not occurred even if the F-line instruction pattern was illegal."
m68k(Fix): "Implement that initialize FPU registers on the FPU reset."
m68k(Fix): "Implement a format error exception on RTE and FRESTORE."
m68k(Update): "Implement the decimal representation of the FPn on the register monitor."
m68k(Update): "If an instruction has an illegal EA, the debugger now shows it as an illegal instruction."
m68k(Update): "The debugger now shows branch condition even on FBcc, FDBcc, FScc and FTRAPcc."
hd64180(Fix): "Fix CPIR, CPDR, INIR, INDR, OTIR, OTDR instructions."
hd64180(Fix): "Fix contents that is pushed into the stack when the undefined opcode trap."
hd64180(Update): "Supports disassemble of Z80's undefined opcode as SLL or LD IXr,n."
hd64180(New): "Add xp-clock configuration."
vm(New): "Implement a terminal emulation of serial console on virt-m68k (and NEWS)."
vm(New): "Implement BI_COMMANDLINE on BootInfo. Now you can specify the root device to NetBSD/virt68k."
vm(Fix): "Clear the SPC's internal queue on the reset."
vm(Fix): "Implement a reset on virtio-net."
vm(Fix): "Fix a problem that Goldfish Timer might not work after the reset."
vm(Fix): "Clear the Goldfish PIC's monitor counter on the reset."
GUI(Fix): "Fix SPC address label on X68030 SPC monitor."
GUI(Fix): "Support virt-m68k on the vector table monitor."
GUI(Fix): "Fix a proiblem where cursor key input was sometimes not possible."


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/emulators/nono/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/nono/Makefile
diff -u pkgsrc/emulators/nono/Makefile:1.43 pkgsrc/emulators/nono/Makefile:1.44
--- pkgsrc/emulators/nono/Makefile:1.43 Fri Dec 27 08:19:43 2024
+++ pkgsrc/emulators/nono/Makefile      Sat Dec 28 19:41:26 2024
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2024/12/27 08:19:43 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2024/12/28 19:41:26 jun Exp $
 
-DISTNAME=      nono-1.0.0
-#PKGREVISION=  1
+DISTNAME=      nono-1.1.0
 
-PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/
 

Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.29 pkgsrc/emulators/nono/distinfo:1.30
--- pkgsrc/emulators/nono/distinfo:1.29 Sun Nov  3 16:22:44 2024
+++ pkgsrc/emulators/nono/distinfo      Sat Dec 28 19:41:26 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2024/11/03 16:22:44 jun Exp $
+$NetBSD: distinfo,v 1.30 2024/12/28 19:41:26 jun Exp $
 
-BLAKE2s (nono-1.0.0.tar.gz) = 536ad5dc62913de2523820913941a5b9bcb4e66d1f214158700057fe7bbf139e
-SHA512 (nono-1.0.0.tar.gz) = f3dbb088a821f23efe6732ad224602e34c2a100ef0b558192189994d53b801772345f3a77c2a2b68867ade53cfee62253915b50f20432cd926b9d526105bc609
-Size (nono-1.0.0.tar.gz) = 3338748 bytes
+BLAKE2s (nono-1.1.0.tar.gz) = 2ee1d51ffe5827d8626690a5d752f09d474b5f31e720a74c45538115feaf4751
+SHA512 (nono-1.1.0.tar.gz) = 261661690ab47ba6559a710fa4799f78914e48935210b8a2a67f01f9e2a006d0414a19643ddb33a9b2e835964dfdd77154ea2e6c0f334a6cc5e98f3ad7af4d14
+Size (nono-1.1.0.tar.gz) = 3386195 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010



Home | Main Index | Thread Index | Old Index