ares-openbsd/LICENSE

47 行
2.3 KiB
Plaintext
Raw 通常表示 履歴

2021-12-12 16:45:37 +09:00
----------------------------------------------------------------------
2021-07-05 23:15:37 +09:00
ares
ares v122 released This release primarily provides improved Neo Geo Pocket/Neo Geo Pocket Color and Sega 32X emulation. The entire Neo Geo Pocket/Color library is now thought to be playable, with minor graphical issues in four titles. A small number of SEGA 32X games are now playable, although most still experience graphical and/or audio issues. Changelog: ColecoVision: Clear top bit of controller port reads; fixes Defender [invertego] Neo Geo Pocket: Allow BIOS to handle the boot process [invertego] Neo Geo Pocket: Copy SNK logo from BIOS during fast boot; fixes Metal Slug: 2nd Mission [invertego] Neo Geo Pocket: Fix address used to test ram initialization [invertego] Neo Geo Pocket: Initialize Neo Geo Pocket port 1 to zero; fixes Dynamite Slugger [invertego] Neo Geo Pocket: Many improvements to 'fast boot' [invertego] Neo Geo Pocket: Re-enable savint ram to disk on unload [invertego] Sega 32X: Implement FM/Framebuffer access bit; fixes Spiderman [Luke Usher] Sega 32X: Implement RV bit [Luke Usher] Sega 32X: Optimise SH7604 recompiler min-cycles for 32X; fixes Knuckles Choatix & Virtua Fighter [remutro] Sega 32X: PWM DREQ and timer are different things; fixes PWM audio in many games [Luke Usher] Sega 32X: Used cached interpreter instead of recompiler [Luke Usher] TMS9918: Fix sprite size emulation; fixes many graphical issues in ColecoVision/MSX/SG-1000 [invertego] TMS9918: fix interrupt behavior [invertego] hiro: Fix browser dialog filters on macOS [Luke Usher] hiro: Force GTK3 to use X11 backend; fixes a crash under Wayland [thrimbor] lucia: Disable fast boot by default [Luke Usher] lucia: Support digital presses from analog inputs [invertego] mia: Add workaround for underdumped Delta Warp rom [Luke Usher] mia: Improve Nintendo 64 save chip database; fixes saving in some titles [sp1187] nall: Enable LTO by default on non-debug builds [Luke Usher] nall: Speed up recompiler codegen [Luke Usher] sh2: Allow cores to determine an ideal minimum recompiler block size [Luke Usher] sh2: Optimised code-gen for the interpreter [Luke Usher] sh2: Recompiler should invalidate single blocks, not entire pools [Luke Usher] tlc2900h: Fix immediate mask in BIT #,r; fixes Pocket Tennis [invertego] z80: Correct the effect of IE on the next instruction; fixes audio drop-out in Neo Geo Pocket games [invertego]
2021-08-03 04:05:24 +09:00
Copyright (c) 2004-2021 ares team, Near et al
2021-07-05 23:15:37 +09:00
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2021-12-12 16:45:37 +09:00
----------------------------------------------------------------------
----------------------------------------------------------------------
Stack-less Just-In-Time compiler
Copyright Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
----------------------------------------------------------------------