MiSTer updates and changelog
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
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.
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.
-
- Scripting Wizard
- Posts: 106
- Joined: Sun May 24, 2020 8:20 pm
- Been thanked: 41 times
Re: MiSTer updates and changelog
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...
- 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
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.
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.
-
- Core Developer
- Posts: 25
- Joined: Sun Jan 03, 2021 11:17 am
- Has thanked: 3 times
- Been thanked: 46 times
Re: MiSTer updates and changelog
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
+ 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
- Kitrinx
- Core Developer
- Posts: 187
- Joined: Sat May 23, 2020 2:14 am
- Location: NYC
- Has thanked: 1 time
- Been thanked: 149 times
- Contact:
Re: MiSTer updates and changelog
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.
-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.
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
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.
- 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.
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
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.
- 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.
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
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).
- 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).
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
Introducing MT32-pi lite for MiSTer
This is simplified version of MT32-pi board. It uses Raspberry Pi Zero 2W. It doesn't have any buttons or displays and very compact. It sits firmly on the side of the case. It also doesn't use cable, so it has more stable connection.
More info you can find here:
https://github.com/MiSTer-devel/Hardwar ... 32PiHat_LT
Release gerbers are in usual place:
https://github.com/MiSTer-devel/Hardwar ... r/releases
This is simplified version of MT32-pi board. It uses Raspberry Pi Zero 2W. It doesn't have any buttons or displays and very compact. It sits firmly on the side of the case. It also doesn't use cable, so it has more stable connection.
More info you can find here:
https://github.com/MiSTer-devel/Hardwar ... 32PiHat_LT
Release gerbers are in usual place:
https://github.com/MiSTer-devel/Hardwar ... r/releases
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
Main:
- Add UEF tape converter for BBC/Acorn cores (alanswx).
- input: calibration menu/save/load for GunCon 2 (Nolan Nicholson).
- PSX: add encryption map generation using markun's code.
- x86: fix ide flags.
- Add UEF tape converter for BBC/Acorn cores (alanswx).
- input: calibration menu/save/load for GunCon 2 (Nolan Nicholson).
- PSX: add encryption map generation using markun's code.
- x86: fix ide flags.
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
Main:
- Adaptive scanlines support by Wickerwaka (cores will be updated to support this feature).
- IDE: Set default block size for multi r/w (Alex Oughton) (fixes Linux boot in ao486 core).
- PSX: change saves handling. Now memory card 1 is automounted per-game (like other cores).
- PSX: auto-pick cue/iso if only one available in folder and other tweaks/improvements.
- Adaptive scanlines support by Wickerwaka (cores will be updated to support this feature).
- IDE: Set default block size for multi r/w (Alex Oughton) (fixes Linux boot in ao486 core).
- PSX: change saves handling. Now memory card 1 is automounted per-game (like other cores).
- PSX: auto-pick cue/iso if only one available in folder and other tweaks/improvements.
Re: MiSTer updates and changelog
CoCo3 20220211
- Fixed issues relative to floppy's becoming read only after a reset.
- MiSTer Development core updated.
- Added a register level compatible cocosdc to be able to run NitrOS9 EOU vhd drive. To run pull the 68SDC.vhd file into coco3/games, mount the .vhd in drive 0, type dos to start. Note: sdc interface will corrupt the file system if running at 7.16Mhz [lower speeds seem fine on limited testing]
- Fixed issues relative to floppy's becoming read only after a reset.
- MiSTer Development core updated.
- Added a register level compatible cocosdc to be able to run NitrOS9 EOU vhd drive. To run pull the 68SDC.vhd file into coco3/games, mount the .vhd in drive 0, type dos to start. Note: sdc interface will corrupt the file system if running at 7.16Mhz [lower speeds seem fine on limited testing]
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
Genesis, MegaCD, SNES, NES, NeoGeo, TurboGrafx-16/CD:
- Updated framework (adaptive scanlines, latest shadow mask, etc)
- TGFX: Fix Order of the Griffon issue (dshadoff).
- TGFX: CPU: fix in microcode (srg320).
- Updated framework (adaptive scanlines, latest shadow mask, etc)
- TGFX: Fix Order of the Griffon issue (dshadoff).
- TGFX: CPU: fix in microcode (srg320).
- jimmystones
- Core Developer
- Posts: 218
- Joined: Sun Nov 22, 2020 1:26 pm
- Location: Reading, UK
- Has thanked: 32 times
- Been thanked: 251 times
- Contact:
Re: MiSTer updates and changelog
InputTest:
- Substantial hardware re-work behind the scenes!
- Hardware sprite mouse pointer in Advanced mode
- Menu now openable using USER button and OSD option
- SOCD detection in Digital mode
- Credits page
- Another 'secret' game
- Substantial hardware re-work behind the scenes!
- Hardware sprite mouse pointer in Advanced mode
- Menu now openable using USER button and OSD option
- SOCD detection in Digital mode
- Credits page
- Another 'secret' game
- Sorgelig
- Site Admin
- Posts: 890
- Joined: Thu May 21, 2020 9:49 pm
- Has thanked: 2 times
- Been thanked: 214 times
Re: MiSTer updates and changelog
GBA, Gameboy, SMS, ColecoVision, Minimig, X68000:
- Updated framework (adaptive scanlines, shadow mask, 64-phase filter, etc.)
- SMS: open OSD on startup.
- X68000: persistent HDD and RAM images.
- Updated framework (adaptive scanlines, shadow mask, 64-phase filter, etc.)
- SMS: open OSD on startup.
- X68000: persistent HDD and RAM images.