diff options
author | jun <jun@pkgsrc.org> | 2021-11-18 04:04:29 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2021-11-18 04:04:29 +0000 |
commit | a7e20c446b9ce94cc5db7d9fb0f136f1bd5be395 (patch) | |
tree | 529306ac22e9848e7ee0ab72e9264c8f7538c6d8 /emulators/nono/distinfo | |
parent | a853a8350cdd8cc4e07bc3fcf1bd7423404dfd6c (diff) | |
download | pkgsrc-a7e20c446b9ce94cc5db7d9fb0f136f1bd5be395.tar.gz |
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 (limited to 'emulators/nono/distinfo')
-rw-r--r-- | emulators/nono/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/nono/distinfo b/emulators/nono/distinfo index 1a8f04d2930..4f3fb87bd0c 100644 --- a/emulators/nono/distinfo +++ b/emulators/nono/distinfo @@ -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 |