Page 12 of 27

Re: MiSTer updates and changelog

Posted: Wed Sep 08, 2021 3:26 pm
by Sorgelig
NeoGeo:
- Audio fixes (greyrogue)
- Reduce SDRAM cycles (fixes KOF'94 and some other games graphics glitches).

Re: MiSTer updates and changelog

Posted: Fri Sep 10, 2021 10:25 am
by Sorgelig
TurboGrafx-16/CD:
- Fix CD audio (dshadoff).
- Support side mouse buttons like in original TGFX mouse (dshadoff).
- VDC and CPU fixes for various games (srg320).
- improve accuracy and boost of adpcm (kitrinx).

Re: MiSTer updates and changelog

Posted: Fri Sep 10, 2021 11:01 am
by Sorgelig
NES:
- Fix color emphasis (greyrogue).

Re: MiSTer updates and changelog

Posted: Fri Sep 10, 2021 2:00 pm
by Sorgelig
SMS:
- Sega System E arcade implementation (greyrogue).
- Add paddle support (bellwood420).
- Audio volume boost (Robinson).
- VDP: adjust collision flag outside of active area (gyurco).
- Updated framework.

Re: MiSTer updates and changelog

Posted: Wed Sep 15, 2021 2:21 pm
by Sorgelig
New Updater

Introduce you new Updater script made by theypsilon which you can download here:
https://github.com/MiSTer-devel/Downloa ... r/releases
You need to download it only once. It will handle self updating automatically.

Main difference is this script works only with special distribution repository and doesn't walk through all MiSTer-devel repos, so update is much faster. It also doesn't stress github.

This updater will co-exist for some time with current updater so users will get used to it and most problems will be fixed.

Note: due to the way it works, it may need up to 20-30mins to get latest update available in Distribution repo, so after announce of some release, give it about 30min before check for updates.

Re: MiSTer updates and changelog

Posted: Fri Sep 17, 2021 3:22 pm
by Sorgelig
Linux & Main:

- Update to Kernel v5.14.5 which brings some important fixes.

- exFAT: fixed memory mapped operations.

- exFAT: symlink flag moved from reserved to "system file" flag. It means now any regular file on exFAT partition marked as system means a symlink. It's done to preserve symlinks while copying SD card content on Windows. Before, any copy of symlinks on Windows would convert them to a normal files as windows always clears reserved flags. So, now make sure your normal files have no "system file" attribute. Actually it's unlikely in normal conditions. Driver supports old symlink flag too, but all new links will be created as "system file".

- Update rtl8761bu BT firmware. Add Edimax BT-8500 as known realtek device, so firmware will be loaded (instead internal one).

- Add Logitech D-Input devices.

- Slightly adjust CD DATA read speed to correct TurboGrafx16 (dshadoff).

- input: pace control for mouse messages (fixes mouse in ao486).

- Added xow (XBox wireless dongle) support. Don't use scripts anymore. Just plug and use.

- Add bt_reset_before_pair INI option.

- Some other tweaks and fixes.

Re: MiSTer updates and changelog

Posted: Sun Sep 26, 2021 1:46 pm
by Sorgelig
Apple II:
- ProDOS HDD support (steven-a-wilson)
- Paddle support.
- Updated framework.

Re: MiSTer updates and changelog

Posted: Sun Sep 26, 2021 2:36 pm
by Sorgelig
NES:
- Improved color emphasis bits.

SMS:
- Add SMS Japanese Audio Control disables (greyrogue)

Re: MiSTer updates and changelog

Posted: Sun Sep 26, 2021 7:31 pm
by Sorgelig
NES:
- fix pixel shift

Re: MiSTer updates and changelog

Posted: Wed Sep 29, 2021 2:40 am
by Ace
Scooter Shooter
New arcade core

Re: MiSTer updates and changelog

Posted: Wed Sep 29, 2021 6:56 pm
by shark800
PMD85:

First official release of Czechoslovakian 8-bit computer

Re: MiSTer updates and changelog

Posted: Thu Sep 30, 2021 3:26 pm
by Sorgelig
SMS:
- Use proper master clock for PAL mode.
- Adjust PAL border + sync timing (Yimmers)

Gameboy:
- Add mappers: TAMA, MMM01, MBC6, HuC3, Rocket, Sachen (paulb-nl)
- Fixes & tweaks (paulb-nl)
- Updated framework.

Re: MiSTer updates and changelog

Posted: Sat Oct 02, 2021 9:30 am
by danielb
Compukit UK101:

Load programs from text files.

Re: MiSTer updates and changelog

Posted: Mon Oct 04, 2021 11:16 am
by Sorgelig
Main:
- Fix file sorting in browser (Zembarian)
- input: special handling for ESP32 BLE projects.
- input: use X button on gamepad in file browser to go to parent folder.
- user_io: log starting path (if log_file_entry=1).

Re: MiSTer updates and changelog

Posted: Mon Oct 04, 2021 11:59 am
by Sorgelig
NES:
- fix emphasis bits shift.

Re: MiSTer updates and changelog

Posted: Mon Oct 04, 2021 2:08 pm
by Ace
Jailbreak, Scooter Shooter:
-Use a single common Konami 005489 implementation across both games
-Correct tilemap/sprite priority behavior; fixes layer priorities in Jailbreak during the self-test
-Implement proper ZRAM row scroll/column scroll handling
-Add horizontal mask register; this is set by Jailbreak after the self-test to mask the left-most and right-most 8 columns of the screen
-Change video output from 240x224 to 256x224 to show the behavior of the horizontal mask in Jailbreak (this behavior was not accurately recreated in the inital release and is present on the original PCB)
-Correct typos in MRAs for Credits A settings

Re: MiSTer updates and changelog

Posted: Thu Oct 07, 2021 7:23 pm
by danielb
Compukit UK101:

Added 64x32 screen mode.

Re: MiSTer updates and changelog

Posted: Sun Oct 10, 2021 11:27 am
by Sorgelig
Main:
- Add /dev/MiSTer_cmd screenshot support (Martin Donlon)
- input: support for second analog stick.


ao486:
- Support for second analog stick.

Since PC has no standard for joystick functions, some of them have single analog sticks (simple joysticks) and thus up to 2 joysticks can be used, other more complex joysticks may have 2 analog sticks and only one joystick can be connected. So this core has been selected as experimental support for 2 analog sticks found in most gamepads. OSD has new option to select between 2 joysticks and 2 sticks (single joystick). In system-wide joystick definition both sticks are already defined. The one stick defined as analog X/Y is now primary stick (usually called as left stick) and other one becomes a secondary (right) stick.

Note: you must update Main too!

Re: MiSTer updates and changelog

Posted: Tue Oct 12, 2021 4:49 pm
by danielb
Compukit UK101:

Added variable CPU clock speed.

Re: MiSTer updates and changelog

Posted: Sat Oct 16, 2021 5:46 pm
by theypsilon
Downloader:

- Version 1.1 released.
- Added Cheats and Palettes folder (removed Palettes.zip files)
- It now uses ZIPs to make fresh installs a bit faster
- Increased waiting time before reboot, as a measure to avoid problems during linux updates.
- Running time message is more realistic now.
- Other tweaks and optimizations.

Re: MiSTer updates and changelog

Posted: Sun Oct 17, 2021 8:44 pm
by jimmystones
Input Tester
- Support for 2nd analog stick
- Button test mode
- New UI

Re: MiSTer updates and changelog

Posted: Mon Oct 18, 2021 12:34 pm
by Sorgelig
NES:
- Added mappers 196,227,246 (paulb-nl)
- Fix mask for non power of two sizes (Action 52) (paulb-nl)

Apple II:
- Fixed keyboard (incl. steven-a-wilson's fix).

Re: MiSTer updates and changelog

Posted: Wed Oct 20, 2021 4:07 pm
by danielb
Compukit UK101

- Added OSI mode to support an Ohio Scientific computer in addition to the UK101.
- Input files may have .bas and .lod extensions, as well as .txt.

Re: MiSTer updates and changelog

Posted: Wed Oct 20, 2021 4:09 pm
by jimmystones
Input Tester
- Fix analog display issues for devices 2-6
- Add keyboard navigation support
- Add keyboard + mouse output in advanced mode

Re: MiSTer updates and changelog

Posted: Wed Oct 20, 2021 4:10 pm
by Sorgelig
C64:
- CIA: ignore input on PA/PB pins configured as output (fixes Transwarp loader).

Re: MiSTer updates and changelog

Posted: Sun Oct 24, 2021 6:47 am
by FPGAzumSpass
AtariLynx:
- paged RAM/ROM access added (fixes Assembloids)

Re: MiSTer updates and changelog

Posted: Sun Oct 24, 2021 5:52 pm
by Ace
Time Pilot '84, Gyruss:
-Fix longer-than-normal VSync pulse length on 082 custom chip
-Further tweaking of the 502 and 503 custom chip implementations
-Minor adjustment to vertical counter latching (this fixes a hidden sprite rendering bug in the previous build of Time Pilot '84 which was only exposed with the revised 502 and 503 implementations)

Re: MiSTer updates and changelog

Posted: Sun Oct 24, 2021 7:18 pm
by danielb
Compukit UK101

Added two new monitor ROMs: Wemon for UK101 and Synmon for OSI.

Re: MiSTer updates and changelog

Posted: Mon Oct 25, 2021 11:12 am
by Sorgelig
C64:
It seems I/O ports are used in prohibited modes where output pins with active drivers for 1 are driving low by either disk (Transwarp loader) or by joysticks (some games). I wonder how many CIA/VIA chips got broken because of that? Anyway, this release keeps workaround for Transwarp and reverts changes of other CIA ports to allow reading output pins states and fix joysticks for games using CIA in prohibited mode.

Re: MiSTer updates and changelog

Posted: Mon Oct 25, 2021 12:31 pm
by shark800
Ondra SPO 186

First official release of another Czechoslovakian 8-bit computer