MiSTer updates and changelog

For MiSTer project updates only, developers releasing MiSTer cores can post updates here.
User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

VIC20:

  • Adjust screen position on VGA output.
User avatar
spark2k06
Core Developer
Posts: 859
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 408 times
Been thanked: 955 times

Re: MiSTer updates and changelog

Unread post by spark2k06 »

PCXT:

- Assigned values to unused flags[1,3,5] for opcode LAHF, by @MicroCoreLabs
- Pause and Credits based on jtframe by @jotego
- New summarised and colourful splash screen

** Development stage completed **
viewtopic.php?p=65201#p65201

wickerwaka
Core Developer
Posts: 18
Joined: Wed Aug 31, 2022 1:35 pm
Been thanked: 29 times

Re: MiSTer updates and changelog

Unread post by wickerwaka »

Irem M72

- Hiscore saving is now supported (implemented by zakk4223, thanks zakk!)
- Fix for Image Fight stage completion percentage calculations
- MRAs added for Air Duel (World, M72 hardware) and Daiku no Gensan (Japan, M84 hardware) (thanks wwark)
- MRA updates by Toy-a and Schermobianco

RndMnkIII
Core Developer
Posts: 90
Joined: Mon May 25, 2020 1:20 pm
Has thanked: 2 times
Been thanked: 47 times

Re: MiSTer updates and changelog

Unread post by RndMnkIII »

XSleena
New core includes: Xain'd Sleena bootleg versions (xsleenab, xsleenaba)
Two rbf files:

  • Arcade-XSleenaCore_20221212_120MHzSDR.rbf

  • Arcade-XSleenaCore_20221212_96MHzSDR.rbf

Rename the one that works best in your MiSTer system to Arcade-XSleenaCore_20221212.rbf (see Readme.md). Availaible by default the 96MHz SDRAM version.

JasonA
Core Developer
Posts: 40
Joined: Fri Mar 11, 2022 9:46 am
Has thanked: 14 times
Been thanked: 103 times

Re: MiSTer updates and changelog

Unread post by JasonA »

New Computer Core: Homelab
Homelab was a series of Hungarian KIT computers in the 1980s invented by József Lukács and Endre Lukács.

MiSTer conversion by JasonA, HTP support by Flandango

Buy me a coffee https://Ko-fi.com/jasona
theypsilon
Scripting Wizard
Posts: 105
Joined: Sun May 24, 2020 8:20 pm
Been thanked: 40 times

Re: MiSTer updates and changelog

Unread post by theypsilon »

Distribution repo:
- Using the new Cores Wiki page (https://github.com/MiSTer-devel/Wiki_MiSTer/wiki/Cores) as the source of truth to retrieve the list of cores.
- Home folders are now read from that list, instead of extracting them from the CONF_STR.
- Download script reimplemented in python.
- Fixed bug that inserted NVRAM.dat file in Coleco games folder (file is now removed).
- Fixed bug that caused the omission of APPLE-I and PDP1 files and folders.
- Using authentication token in GitHub API call to avoid rate limit issues.
- Additional metadata support for tags in the DB calculator step.

User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

ao486:

- Add CPU rating presets (newsdee, spark2k06, me).

Note: it's very approximate rating and doesn't provide cycle accuracy. Depending on specific application it may run either faster or slower than advertised rating.

Flandango
Core Developer
Posts: 386
Joined: Wed May 26, 2021 9:35 pm
Has thanked: 41 times
Been thanked: 325 times

Re: MiSTer updates and changelog

Unread post by Flandango »

Tomy Tutor:
- Support for Cartridges with RAM
- Fixed CPU bug that caused some graphic glitches
- Added Video Cropping to remove top and bottom borders (not 216p though)

HomeLab KIT
- Fixed HTP loader. Now allows for non-Basic programs to autoload into RAM.

User avatar
spark2k06
Core Developer
Posts: 859
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 408 times
Been thanked: 955 times

Re: MiSTer updates and changelog

Unread post by spark2k06 »

PCXT:

- credits bug fixed

FPGAzumSpass
Core Developer
Posts: 379
Joined: Sat May 23, 2020 12:55 pm
Has thanked: 38 times
Been thanked: 381 times

Re: MiSTer updates and changelog

Unread post by FPGAzumSpass »

PSX:

new features:
- black out display for 3 frames on screen transition(optional, default on)
- starting a game with any unsafe option on will now trigger a warning instead of the normal region hint

games affected by fixes:
- Internal Section
- Final Fantasy Tactics
- Primal Rage
- Simple Series Billard
- Alien Resurrection
- Grandia
- Aconcagua

fixes/changes:
- emulated justifer: implemented offscreen trigger mode for both offscreen shooting and using triangle button
- emulated justifer: implemented irq on/off command so that 2 players with justifiers are now supported
- emulated justifer: adjusted screen mapping to better match what games expect
- CD: don't stack up cd sectors when XA is playing
- CD: queued up IRQs will not be handled instantly anymore after old IRQ is cleared by CPU
- CD: increases pause waiting times to min values of psx spx documentation
- CD: fix bug where pending drive response would fill 3 slots in response fifo
- CD: on read after seek, keep seek status bit active until read status bit is set
- Video: store paused values instead of live values in savestate
- Video: corrected odd/even bit timing for both 240p and 480i content
- SNAC: Select fix, remove initial delay, cleanup, clk gen only done when port is active now
- GPU: add drawing area and offset to softreset
- SPU: repeat ignore also when voice is off
- SPU: always transmit written data so data fifo will get empty
- fixed a bug that could lead to wrong values being cached when using Turbo

accuracy improvements:
- Video: set hblank sample point significantly before end of line(fulfill HW test)
- Video: generate Hblank timer from video out statemachine, but instead of hblank for video/scaler also during vblank
- Timer: reset TMR0 on falling HBlank instead of rising HBlank

theypsilon
Scripting Wizard
Posts: 105
Joined: Sun May 24, 2020 8:20 pm
Been thanked: 40 times

Re: MiSTer updates and changelog

Unread post by theypsilon »

Distribution repo:
- Improved filtering for MGL files and top folders by including the folders related to such content. For example, using the term !mgl will remove not only all MGL files but also all the associated 'games' and 'docs' folders. Or using !computer will do the same for all computer folders.

User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

Menu:
- updated framework.

Main:
- ini option to disable autofire.
- Use names.txt for MGL and MRA as well.
- video: ini options to control brightness/contrast/saturation/hue and HDR (pseudo-HDR). (Sam Hardeman)
- other fixes and tweaks.

Linux:
- Add Fanatec wheel driver (Michael Huang).
- Include Logitech wheel drivers.
- Update wheel driver (atrac17).
- experimental cpufreq/overclock driver (Michael Huang).
- Add support for TP-Link UB500 Adapter (birdybro).
- xpad: Add 8BitDo Ultimate Controller ID (Ruud Klaver).
- add EDID utils.
- Other fixes and tweaks.

User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

NeoGeo:
- Fix rendering the last two sprites (paulb-nl).

xterc
Core Developer
Posts: 7
Joined: Thu Jun 04, 2020 3:31 am
Been thanked: 28 times

Re: MiSTer updates and changelog

Unread post by xterc »

New Arcade Core: Slap Fight / ALCON (Anton Gale)

RndMnkIII
Core Developer
Posts: 90
Joined: Mon May 25, 2020 1:20 pm
Has thanked: 2 times
Been thanked: 47 times

Re: MiSTer updates and changelog

Unread post by RndMnkIII »

XSleena
Core update:

  • Unified core using dynamic PLL reconfiguration to adjust the speed to the pixel video clock for support different video modes (57.4Hz and 60.0Hz).
    Many thanks to Martin Donlon aka @WickerWaka for helping me to understand how this works.

  • Added a Hacks menu to alternate CPU speed between 1.0x and 2.0x turbo mode.

You need to update both rbf and mra files.

User avatar
Kitrinx
Core Developer
Posts: 185
Joined: Sat May 23, 2020 2:14 am
Location: NYC
Has thanked: 1 time
Been thanked: 147 times
Contact:

Re: MiSTer updates and changelog

Unread post by Kitrinx »

Atari 2600/7800:

  • Fix mouse sensitivity when used as a paddle
  • Fix virtual lightgun not working when "crop overscan" is enabled
  • Improve virtual lightgun accuracy and add horizontal tuning option
  • Add option to allow some quirky usb to paddle adapters to have both paddles on the same controller (READ THE README)
  • Add support for new 7800 "Bankset" mappers (power of two sizes only)
  • Add support for pokey chip at $800 header parameter
  • Fix sound clipping when multiple audio sources are used at the same time (1942)
User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

TurboGrafx16/CD:
- Correct interrupt logic, support for XE1AP analog controller (David Shadoff).
- Updated framework.

User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

Gameboy:
- Fix audio output (Mark Johnson).
- HDMA, audio and video fixes (paulb-nl).
- Separate MGL files for GB color and Magaduck (Roberto Garcia-Lago).

User avatar
Pierco
Core Developer
Posts: 56
Joined: Mon May 25, 2020 5:12 am
Has thanked: 8 times
Been thanked: 73 times

Re: MiSTer updates and changelog

Unread post by Pierco »

Mr.Jong:
New core includes: BlockBuster & CrazyBlocks.

FPGAzumSpass
Core Developer
Posts: 379
Joined: Sat May 23, 2020 12:55 pm
Has thanked: 38 times
Been thanked: 381 times

Re: MiSTer updates and changelog

Unread post by FPGAzumSpass »

PSX:

new features:
- add pop'n controller type (special version of digital controller)

general fixes:
- fix popping sounds when CD audio track change
- fastboot will now only have effect when a CD is inserted, so booting into bios options is still possible
- SNAC: add delay, fixes issues with certain MCs.

games affected by fixes:
- Alien Resurrection (SPU: always check irq trigger against ram transfer address, even when not transferring data)
- Parasite Eve 2 (CD: when receiving pause command while seek+read is pending, the read is no longer executed after the seek)
- DBZ Ultimate Battle 22 JP (CD: only ack 0xA command when it's not already pending)

User avatar
spark2k06
Core Developer
Posts: 859
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 408 times
Been thanked: 955 times

Re: MiSTer updates and changelog

Unread post by spark2k06 »

PCXT:

- Credits also with MDA
- Improved LPT dummy feature

User avatar
spark2k06
Core Developer
Posts: 859
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 408 times
Been thanked: 955 times

Re: MiSTer updates and changelog

Unread post by spark2k06 »

PCXT:

* MDA Upgrade to Hercules Graphics Card
* Enable/Disable of CGA and Hercules I/O ports (Only with PCXT model)
* 1st Graphics Card selectable from System & BIOS (Only with PCXT model)
* F11 Shortcut Key RGB / Composite for Tandy
* F11 Shortcut Key Hercules / CGA for PCXT

User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

Main
- NeoGeo: romwait/pwait xml options to fix audio in some games (paulb-nl).
- Rework HDR options. Use HDR=1 as most reliable one. (Sam Hardeman).

NeoGeo:
- Audio fixes (paulb-nl).

ZXNext:
- Revert previous change to fix Basic save function.
- Updated framework.

User avatar
jimmystones
Core Developer
Posts: 216
Joined: Sun Nov 22, 2020 1:26 pm
Location: Reading, UK
Has thanked: 32 times
Been thanked: 248 times
Contact:

Re: MiSTer updates and changelog

Unread post by jimmystones »

New console core: BBC Bridge Companion

The BBC Bridge Companion was a console dedicated to teaching the game of bridge, released in 1984. It's features included:
- 12 buttons on the console (so you'll need a keyboard for this, please check the README for key bindings)
- 9 official software titles (they are all built in to the core, use the Cartridge option in the menu to change)
- No sound!

FPGAzumSpass
Core Developer
Posts: 379
Joined: Sat May 23, 2020 12:55 pm
Has thanked: 38 times
Been thanked: 381 times

Re: MiSTer updates and changelog

Unread post by FPGAzumSpass »

PSX:

new features:
- add option to use virtual memcard or real memcard when using snac (by blue1)
- add support for using a paddle as negcon steering axis and spinner for mouse

games affected by fixes:
- Turbo Prop Racing
- KKND
- All Star Tennis 99
- Love&Destroy
- all Code Monkeys video-puzzle games, e.g. Animal Football, Dalmatians, Dinosaurs

fixes/improvements:
- GPU: allow full 512 pixel height and 1024 pixel width in framebuffer mode(480p hack now allows 512i->512p content)
- GPU: always generate 263 hblank timer signals per NTSC frame, even in interlaced mode
- CD: clean up CD command handling in respect to pending IRQ
- CD: add current sector time when going into pause
- CD: limit maximum seek time, even if seek was done while other command was still pending
- DMA: stretch CD DMA data transfer to real PSX values

User avatar
spark2k06
Core Developer
Posts: 859
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 408 times
Been thanked: 955 times

Re: MiSTer updates and changelog

Unread post by spark2k06 »

PCXT:

- XTIDE ROM update: Updated with the Full Operation Mode option enabled, it is now compatible with the BASICA application and some other Tandy 1000 software that might be incompatible with this mode disabled. Thanks @akeley for investigating this problem.

Note: This update is about the SW folder of the GitHub repository, to take advantage of it you must rebuild the ROMs with the corresponding scripts located inside the same directory.

User avatar
spark2k06
Core Developer
Posts: 859
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 408 times
Been thanked: 955 times

Re: MiSTer updates and changelog

Unread post by spark2k06 »

PCXT:

- PCXT31 and Micro8088 ROMs updated: Updated with the Full Operation Mode option enabled, it is now compatible with the BASICA application and some other Tandy 1000 software that might be incompatible with this mode disabled. Thanks @akeley for investigating this problem.

Note: This update is about the SW folder in the GitHub repository, to take advantage of it you must replace the ROMs of the games/pcxt folder in MiSTer with these, which contain the embedded XTIDE BIOS.

User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

Main:
- Added Michael Simone's Y/C module to template.
- Add control for Y/C output.
- Fixes in HDR (Sam Hardeman).
- Improve single BIN PSX image handling (zakk4223).
- video: default preset and reset option (Martin Donlon).
- Support for disk routines of C128 core (Erik Scheffers).
- Support to use mouse wheel as spinner (Matheus Fraguas).

Note about Y/C output:
1) All cores will need update. They will be updated soon.
2) CVBS output is done through green channel (with Sync-On-Green enable option/switch). There are several ways to get CVBS (composite). a) through vga_mode=cvbs INI option, but voltage level is lower than CRT TV expects, so you may get dark video depending on your TV. b) through vga_mode=svideo and connect green and red outputs together. It will give a better voltage output. c) using external mixer/amplifier board to get a proper output.
CVBS also has dot crawl issue, so to workaround it, yc.txt file should be placed to the same location as MiSTer.ini which includes manually adjusted parameter for each core.
3) S-Video uses green as luma and red as chroma signals.

User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

Menu, NES, SNES, NeoGeo:
- NES: support for keyboard (greyrogue).
- Updated framework.

User avatar
Sorgelig
Site Admin
Posts: 875
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: MiSTer updates and changelog

Unread post by Sorgelig »

Minimig:
- RTC: support for seconds (fixes RTC in Workbench 1.3).
- Updated framework.

Post Reply