Page 13 of 27

Re: MiSTer updates and changelog

Posted: Mon Nov 29, 2021 2:27 am
by Kitrinx
Atari7800:
- add 2600 support with an entirely new implementation
- Autodetection of 2600 bankswitching mode (Alanswx)
- Many 2600 bankswitching types supported including Starpath supercharger
- Flickerblend, de-combing, and video stabilization for 2600
- Load starpath supercharger tapes using ADC
- Support custom palettes
- Toggle buttons for difficulty switches, b&w switch, and pausing the core
- Renamed difficulty switch labels for clarity
- Improved RIOT timer edge case accuracy
- Added omega booster grip and robotron controller input options
- Rework paddle handing with dynamic assignments and automatic range detection
- Update framework

For best results with paddles, it's suggested to use mouse or a dedicated spinner like Mr. Spinner or Ultimatemister's spinner. Analog sticks work but are more difficult to use, check the readme for more information.

Re: MiSTer updates and changelog

Posted: Wed Dec 01, 2021 7:37 am
by FPGAzumSpass
GBA:
- fix Sound DMA empty fifo handling(Snood, F-Zero Climax)
- fix Savestate loading of Sound DMA Fifo(Zelda ALttP)
- Use title ID to identify game(change by missionfloyd)

Re: MiSTer updates and changelog

Posted: Sat Dec 04, 2021 8:04 pm
by theypsilon
Downloader:

- Version 1.3 released.
- Added support for database-scoped default options.
- Added support for database-scoped options.
- Old mister file is now saved in the root of the SD as .MiSTer.old. This prevents an error that affected some users of the cifs script.
- Many improvements and fixes, check the CHANGELOG file at: https://github.com/MiSTer-devel/Downloa ... ANGELOG.md

Re: MiSTer updates and changelog

Posted: Fri Dec 10, 2021 12:15 pm
by Sorgelig
X68000:

Core was greatly reworked since last release. Secondary SD card isn't used anymore. Place D88 and HDF images on main SD card. Internal sources were cleaned and reorganized for easier maintenance. CPU has been replaced by cycle accurate one. Added many fixes and tweaks from Kitrinx, wwark and others.

Keep in mind this core is still work in progress. Many things still need to be fixed.

Re: MiSTer updates and changelog

Posted: Tue Dec 14, 2021 3:03 pm
by Sorgelig
Shadow Mask v2:

Add Improved shadow mask including per pixel 32 levels of brightness and up to 16x16 mask size. This should give much better flexibility and finer effects.
Cores previously compiled with shadow mask support (NES, SNES, Genesis, MegaCD, TGFX16, NeoGeo, X68000) recompiled with v2 support. Main is updated too.

Additional changelog:
- NES: fixed FDS boot rom (greyrogue).
- SNES: several fixes from srg320.
- TurboGrafx16/CD: Update behavior of VCE when CPU accesses the palette register during active scan. (dshadoff).

Note: don't forget to update Main.

Re: MiSTer updates and changelog

Posted: Wed Dec 22, 2021 1:12 am
by alanswx
CoCo3
- first alpha release - please make issues in github
- Port of Gary Becker's famous CoCo3 by Stan Hodge

Re: MiSTer updates and changelog

Posted: Sun Dec 26, 2021 6:02 pm
by Ace
Large arcade core update:

Arkanoid, Gyruss, Iron Horse, Jackal, Jailbreak, Scooter Shooter, Time Pilot, Time Pilot '84:
Common changes
-Add option to change core clocks to normalize video timings and achieve 60Hz Vsync
-Reorganize menu options to reduce clutter
-Add shadow mask support (NOTE: This feature is currently experimental)
-Update framework

Core-specific changes
Arkanoid:
Complete core redesign:
-New logic model delivering the same end result as the original (the old code has been archived for future reference)
-All clocks refactored - core now operates on a single 48MHz clock with clock enables
-Minor tweak to MB112S146 implementation for the new logic
-Add screen centering
-Add pause feature (JimmyStones)
-Add high score saving (JimmyStones)

Jailbreak, Scooter Shooter:
-Decrease native VSync frequency to match actual measured VSync from the Konami 005849 custom chip
-Fix incorrectly-generated E/Q clocks for the KONAMI-1/MC6809E CPU
-(Scooter Shooter only) Add extra low-pass filtering to better match the frequency response of reference PCB recordings from speaker output (found in filters_audio folder to be loaded via the MiSTer UI)
-(Scooter Shooter only) Reduce YM2203 SSG volume to better match the PCB's audio mix
Credit to ColinD for the 005849 VSync measurements and Scooter Shooter reference audio samples

Jackal, Iron Horse:
-(Iron Horse only) Reverse E/Q clocks for the MC6809E CPU
-Add slower bootleg clocks (normalized timings not available for bootleg versions of these games)

Time Pilot:
-Adjust video output for more accurate colors (paulb-nl)

Re: MiSTer updates and changelog

Posted: Mon Dec 27, 2021 9:48 am
by molekula
Sord M5:

- Joypad support added

Re: MiSTer updates and changelog

Posted: Thu Dec 30, 2021 1:15 am
by shodge
CoCo3 20211229
- Fixed issues relative to the lack of over-scan and associated columns on the right side of image being cut off.
- Added dpad support.
- Fixed the tape loading to reset properly on new tape.

Re: MiSTer updates and changelog

Posted: Sat Jan 01, 2022 5:58 am
by Ace
Finalizer - Super Transformation:
-Revise Konami 005885 IRQ, layer priority and sprite logic
-Reverse E/Q clocks for the KONAMI-1 CPU
-Add option to change core clocks to normalize video timings and achieve 60Hz VSync
-Reorganize menu options to reduce clutter
-Add shadow mask support (NOTE: This feature is currently experimental)
-Update framework

Re: MiSTer updates and changelog

Posted: Wed Jan 05, 2022 4:45 pm
by Sorgelig
Main, Minimig, SNES, Genesis, TurboGrafx-16, NeoGeo:

- Shadow Mask is aligned to Start of actual scaled video.
- Support for multi-resolution Shadow Masks.
- Support for 64 phases in video filters.
- Separate settings for Horizontal and Vertical filters with additional Vertical filtering option when scanlines are enabled. Existing filters will work but only first half of coefficients will be loaded (due to separation of filters). New filters should be written with either 16 or 64 phases (i.e. only for one axis). Separate vertical filtering for scanlines gives an option for better look. It's recommended to choose some blurry filter for scanlines, so they will evenly spread even with non-integer scaling.
- Scanlines FX is moved from HDMI output to original video, so same scanlined video will be fed to scaler as on VGA output. New scanlines are tuned to work together with new separate filters.
- Various fixes and tweaks for PSX core (in development stage).
- Some updates in Scaler (grabulosaure)
- If osd_timeout=0 then don't timeout.
- Add support for zip files with no directory entries (Zakk).
- Minimig: remove residents on kickstart loading (need further testing).
- Minimig: don't block system LED.
- TGFX16: Improvement in video glitch (dshadoff).
- SNES: Lightgun delay to improve accuracy (paulb-nl).
- SNES: GSU fixes (srg320).
- Genesis: Use PAL Master Clock for PAL mode (birdybro).

Note: shadow mask alignment, 64 phase scaling and scanlines filter currently applicable only for these mentioned cores.


Hopefully it's last change in framework before propagating the changes (shadow mask, filters) to all other cores.

Re: MiSTer updates and changelog

Posted: Wed Jan 05, 2022 11:27 pm
by alanswx
Atari Subs
- new arcade game by James Sweet ported to MiSTer with the help of Gehstock, alanswx, and JasonA

Re: MiSTer updates and changelog

Posted: Fri Jan 07, 2022 5:14 pm
by wark91
First release of the core "NEC PC8801":
- It is a port of the core "NEC PC8801" done by Puu-san (http://fpga8801.seesaa.net/category/21233167-1.html)
- In the readme, you will find informations how to configure this core, the list of known issues and the todo list.

I hope you will enjoy it.
Thanks for the help of Alanswx and Kitrinx !

Re: MiSTer updates and changelog

Posted: Sat Jan 08, 2022 2:21 pm
by Sorgelig
Main:
- Sanity check for video filter and disable it if either file is absent or malformed. This should fix black video issue.
- minimig: always (re)load kickstart upon config loading.

Re: MiSTer updates and changelog

Posted: Sat Jan 08, 2022 2:22 pm
by Sorgelig
Minimig:
- Fix ChipRAM memory write from HPS (fixes issue with memory cleanup from residents).

Re: MiSTer updates and changelog

Posted: Fri Jan 14, 2022 6:07 pm
by alanswx
Acorn Electron
+ first release of port by oldgit
+ fixed video 15khz, added joystick
+ requires boot.vhd SSD image for MMC card

Re: MiSTer updates and changelog

Posted: Fri Jan 14, 2022 8:53 pm
by alanswx
Acorn Atom
+ fixed joystick
+ fixed video (15khz)
+ shift-f10 will boot into boot.vhd SSD image for MMC card

Re: MiSTer updates and changelog

Posted: Fri Jan 14, 2022 10:02 pm
by alanswx
CoCo2
* Fixed Dragon 64 Mode
* Added Floppy support to CoCo2
* Added experimental floppy support to dragon (through coco compatibility)

Re: MiSTer updates and changelog

Posted: Mon Jan 17, 2022 12:03 pm
by Sorgelig
Atari 2600:

This core has been superseded by Atari 7800 core. 2600 repository disabled from further updates and now is read-only. All further bug fixes and improvements for Atari 2600 should be made in Atari 7800 core which is fully compatible with 2600. Also 7800 core has improvements in 2600 part. All supported mappers are automatically detected and don't require special file extensions. So simply rename them back to standard a26 or bin extension.
Atari 2600 core still can be downloaded manually from its repository in its current form.

Re: MiSTer updates and changelog

Posted: Tue Jan 18, 2022 7:49 pm
by Pierco
Tatung Einstein TC01
+ new computer core

Re: MiSTer updates and changelog

Posted: Wed Jan 19, 2022 9:57 pm
by alanswx
Tatung Einstein TC01
+ Added video mixer and updated sys to support shadow masks, etc.

Re: MiSTer updates and changelog

Posted: Fri Jan 21, 2022 5:13 pm
by theypsilon
Downloader:
- Version 1.4 released.
- Added support for custom download filters: Users can now avoid installing files that they are not interested in. More info here: https://github.com/MiSTer-devel/Downloa ... filters.md
- Fixed makedirs errors.
- Improved backup handling when a file is downloaded but the hash is wrong.
- Option url_safe_characters introduced (which is used aturllib.parse.quote(safe)).
- Better logging for update_only_linux and update_linux=false.
- Output is stored in the correct order in the logs when a Linux Update happens.
- Custom databases can now trigger sleeps through its header property.
- Better log when a file has override protection and could be updated.
- Other general improvements: optimizations, more test coverage, code cleanup...

Re: MiSTer updates and changelog

Posted: Tue Jan 25, 2022 2:33 am
by shodge
CoCo3
CoCo3_220124.rtf Updates:
1: Fully supports CoCo3_FPGA / GIME-X byte move transactions (GART) via addresses $FFE1-$FFE9 [see docs].
2: Fully supports CoCo3_FPGA / GIME-X font manipulation [see docs].
3: Cold Start implemented new approach. The fixes the problem of going from Disk Basic to Extended Basic and not seeing a
difference. The change has side effect of not being able to cold start out of OS9. Work-around: <ctrl><alt><ins> followed by
<ctrl><alt><del>.
4: Memory size now supports 16MB. New OSD control allows the memory selections of 512K, 1M, 2M, and 16M.
5: New OSD option to 'Force Turbo' mode. If set the OSD turbo mode speed settings always control the coco's clock rate.
6: Tons of code cleanup including closer alignment to GIME-C and CoCo3_FPGA code. Better Cart compatibility.
7: MPI selection in the OSD has changed. Orch90 has been removed [you can load it as a cartridge or disk]. The selections are
(Slot 3) ECB and (Slot 4) Disk.
8: RTC has been added via addresses [$FFC0 - $FFC7] - [see docs].
9: New 'Force Turbo' mode is OSD.

Re: MiSTer updates and changelog

Posted: Fri Jan 28, 2022 9:58 am
by Pierco
Tatung Einstein TC01
+ You can now switch to the Einstein 256 in OSD

Re: MiSTer updates and changelog

Posted: Sun Jan 30, 2022 4:30 pm
by shark800
PMD85 core update
+ MHB8251 implemented (i8251 clone, games use it as a timer and TxD and RxD signals are now connected to MiSTer user port = you can communicate from PMD85 MiSTer core to PC now)
+ All RAM implemented (games like HlĂ­pa and Magicland Dizzy works now)
+ eprom range decoder fix
+ interface 8255 chip select fix

Re: MiSTer updates and changelog

Posted: Sun Jan 30, 2022 7:57 pm
by alanswx
Laser 310
+ New 15khz video
+ added sound

Re: MiSTer updates and changelog

Posted: Mon Jan 31, 2022 1:01 am
by Kitrinx
Atari 7800 (2600)
-Add F key shortcuts for various console switches.
-Fix RIOT input. (Star Raiders keypad, Atarivox via SNAC)
-Add integrated SaveKey support.
-Fix some instability with pause-on-osd.
-Fix custom aspect ratios.
-Update framework to support shadow masks.

Re: MiSTer updates and changelog

Posted: Mon Jan 31, 2022 7:28 am
by Sorgelig
Main:
- Implement video processing presets. This should be handy for inexperienced users to get right settings. It also allows to change between settings quickly.
- other tweaks and fixes.

Re: MiSTer updates and changelog

Posted: Mon Jan 31, 2022 7:28 pm
by Sorgelig
Gameboy:
- add option to drop shadow like DMG screen (Kitrinx).
- add option to enable special gba features in gbc games (Kitrinx).
- Updated framework, support for ShadowMasks.

NES:
- Savestates for more mappers (greyrogue).
- Cleanup in palettes (Kitrinx, birdybro).
- Updated framework.

Re: MiSTer updates and changelog

Posted: Tue Feb 01, 2022 7:05 pm
by Sorgelig
C64:
- Expand capability of Magic Desk cartridge format to 128 banks (John Scarfone).
- Add crops for 1440p and 1536p
- Updated framework (ShadowMask, 64phase Filters).

ZX Spectrum:
- Adjust half tone brightness.
- Updated framework (ShadowMask, 64phase Filters).