Page 19 of 27

Re: MiSTer updates and changelog

Posted: Thu Aug 25, 2022 3:45 am
by pram0d
Raizing:
- Implement Sprite Priority Shift mode for gp9001 (needed to display Skull Howard boss properly in Sorcer Striker).
- Fix for sound speed in Sorcer Striker and Kingdom Grandprix (3.375mhz on Z80 instead of 4 listed in MAME).
- Flip dip center image (thanks @atrac17)

Re: MiSTer updates and changelog

Posted: Thu Aug 25, 2022 5:17 am
by spark2k06
PCXT:
- set video_enable and latch start_a on Graphics Gremlin
- Tandy/PCJr Joystick Support, by @Flandango
- Support for loading custom ROMs
- Update of splash screen contributors

Re: MiSTer updates and changelog

Posted: Thu Aug 25, 2022 10:38 pm
by pram0d
Raizing:
- Adjustments on sound/z80 for sorcer and kingdom

Re: MiSTer updates and changelog

Posted: Sat Aug 27, 2022 8:36 pm
by jimmystones
New arcade core: Missile Command (1980, Atari)
- Supports Trackball, Mouse, Joypad or Analog stick controls

Re: MiSTer updates and changelog

Posted: Sun Aug 28, 2022 11:35 am
by Pierco
New Arcade Core: Chameleon (1983, Jaleco)

Re: MiSTer updates and changelog

Posted: Mon Aug 29, 2022 6:58 pm
by spark2k06
PCXT:
- Updated Joystick Support, by @Flandango
- Some simple reworking
- Solved MDA resolution by adding videomixer instance and 113.75 pll clock, and other minor code changes, by @somhi
- Fix BIU (Now, PKUNZIP works), by @kitune-san and @MicroCoreLabs
- Solved left overscan column in CGA mode, by @somhi

Re: MiSTer updates and changelog

Posted: Tue Aug 30, 2022 6:21 pm
by pram0d
Raizing:
- new pll for 94.5 frequency added for compatibility with more SDRAM modules. Thanks atrac17 for testing.

Re: MiSTer updates and changelog

Posted: Wed Aug 31, 2022 2:07 pm
by wickerwaka
New arcade core: Irem M72
- R-Type, Ninja Spirit, Image Fight, Gallop - Armed Police Unit, Legend of Hero Tonma, Mr. HELI no Daibouken, Air Duel, Dragon Breed, X Multiply
- Supports pause and screen rotation
- Alternative 50hz, 57hz and 60hz video modes

Re: MiSTer updates and changelog

Posted: Fri Sep 02, 2022 5:06 pm
by wickerwaka
Irem M72
- Emulated MCU support for cores with missing MCU dumps
- Added Daiku no Gensan (Hammerin' Harry)
- Added sample playback to Gallop

Re: MiSTer updates and changelog

Posted: Fri Sep 02, 2022 6:35 pm
by pram0d
Raizing:
- Adjust timing for audio in sorcer and kingdom (again)
- Adjust all cores and meet all timing constraints
- Swap pll properly to 94.5 mhz for SDRAM compatibility, adjust all clocks and frequencies
- Add 2 build profiles for each core, one for development purposes (fast build) can get you an RBF in 8 mins, but not meet timing constraints 100%, and other is normal production build, which is about 20 mins. You can switch between the profiles in quartus UI.

Re: MiSTer updates and changelog

Posted: Sat Sep 03, 2022 6:44 am
by spark2k06
PCXT:
- Fix 8253 Timer, by @kitune-san
- Scanlines working solved in MDA mode, by @somhi
- Reworking overscan delays to PCXT.sv
- Border feature for CGA/Tandy
- Overscan colour fix in Tandy Mode

Re: MiSTer updates and changelog

Posted: Sat Sep 03, 2022 10:37 pm
by Flandango
New Core: Casio PV-1000

Re: MiSTer updates and changelog

Posted: Sun Sep 04, 2022 7:32 am
by FPGAzumSpass
PSX:

Games affected by fixes:
Spyro 2+3 PAL, OpenBIOS, Red Asphalt USA, Next Tetris, Tom & Jerry PAL, Loaded, FEDA 2, GTA PAL, Gouketuji Ichizoku 2, Suiko Enbu, Battle Arena Toshinden

new features:
- always fill turbo data cache -> allows turbo to be switched on/off at runtime

changes/fixes:
- CPU: implement instruction cache valid bits for every word of a cache line
- CPU: modify stalling to support single cycle data store
- CPU/MEM: add 4 word CPU write queue in data store path
- MEM: 1 cycle faster writing of register busses
- MEM: add save function for memory requests, while module is busy
- MEM: always fill data cache -> allows turbo to be switched on/off at runtime
- MEM: correct timing of ram write in respect to ram page
- MEM: various fixes for bus width and timing accuracy for SPU and EXP1-3
- DMA: rework DMA->SDRAM interface: double write performance, decrease overhead by 4 cycles
- Timer: various accuracy fixes

Re: MiSTer updates and changelog

Posted: Sun Sep 04, 2022 2:04 pm
by Grieverheart
New Core: Pokemon Mini (Nintendo 2001)

Re: MiSTer updates and changelog

Posted: Sun Sep 04, 2022 6:05 pm
by jimmystones
Centipede:
- Improve trackball/mouse support
- Update framework

Re: MiSTer updates and changelog

Posted: Sun Sep 04, 2022 6:06 pm
by pram0d
Raizing:
- Adjust ym synth volume for sorcer and kingdom.
- update sprite lag implementation to be more generic.
- copy mras from rom/ to releases as the releases dir had old mras.

Re: MiSTer updates and changelog

Posted: Mon Sep 05, 2022 5:44 am
by spark2k06
PCXT:
- 4 x 32Kb pages for Tandy 320x200x16 mode (More Tandy games now working)
- VRAM resizing for MDA to 4Kb
- LPT port mapping fix
- Removed DSS/Covox support (Not feasible for this core)

Re: MiSTer updates and changelog

Posted: Mon Sep 05, 2022 3:18 pm
by Grieverheart
PokemonMini:

- Renamed option 'Zoom', to '240p Mode' for clarity.
- Renamed 'Shock' button to 'Shock Sensor'.
- Fixed implementation of 2 instructions, affecting at least 2 commercial games.
- Fixed a problem where pushing the power button results in reboot instead of shutdown.

Re: MiSTer updates and changelog

Posted: Wed Sep 07, 2022 7:03 am
by spark2k06
PCXT:
- Handling of the border colour register in Tandy
- Handling of the NMI register for video memory paging (more compatible games, such as Another World and Ski or Die)

Re: MiSTer updates and changelog

Posted: Wed Sep 07, 2022 6:23 pm
by pram0d
Raizing:
- Override build_id.tcl script to automatically inject build date in cfgstr.
- Fix mapping of fx level option (high=100%, very high = 200%, very low = 50%, low = 75%)
- Adjust default fm level of batrider to 50%.
- (Hopefully) fix issue with scroll layers disappearing when free play dip is set in bakraid

Re: MiSTer updates and changelog

Posted: Thu Sep 08, 2022 12:24 pm
by Grieverheart
PokemonMini:

- Fixed sound cracking/popping. This was mostly prominent in the bad apple demo.
- Fixed blitter timing issues. At least one game was known to be affected by this (Pokemon Party mini).
- Reduced overall sound level to be more in line with other console cores.

Re: MiSTer updates and changelog

Posted: Fri Sep 09, 2022 2:12 pm
by Sorgelig
SNES:
- GSU & PPU fixes (srg320).
- SNAC auto detect, organize OSD input options (blue212).
- Framework update.

Re: MiSTer updates and changelog

Posted: Fri Sep 09, 2022 7:40 pm
by wickerwaka
Irem M72
- Support for R-Type 2, M84 hardware
- Added 240p crop option
- Added Analog video h/v adjustments
- Re-organized OSD

Re: MiSTer updates and changelog

Posted: Sat Sep 10, 2022 5:58 pm
by aberu
New Arcade Core: Inferno
- Original core developed by darfpga now ported to MiSTer by JasonA and birdybro
- Sound effects don't all play correctly, this is already known.

Supported Game:
Inferno (Williams)

Re: MiSTer updates and changelog

Posted: Sun Sep 11, 2022 5:27 am
by aberu
Inferno:
* Gave joystick analog inputs precedence over digital (d-pad) inputs if both were triggered at the same time. This resolves default mapping issues some users were having if they had not defined gamepad inputs inside the core.

Re: MiSTer updates and changelog

Posted: Tue Sep 13, 2022 1:40 am
by aberu
Inferno:
- Sound from PIA 6821 chip fixed thanks to @darfpga
- Modified fitter settings slightly to meet timing requirements more reliably.

Re: MiSTer updates and changelog

Posted: Tue Sep 13, 2022 3:37 am
by wickerwaka
Irem M72

Fixes and improvements from @gyurco
- Support Hammerin' Harry M84
- M84 sample playback rate fixes
- Reduce sprite bram usage

Re: MiSTer updates and changelog

Posted: Tue Sep 13, 2022 1:35 pm
by pram0d
Raizing:
- fix issue with mirrored sprite seam calculation (ie. batrider intro tank missing 1 pixel at the end due to 2 sprites, 1 mirrored, joined at a seam).
- improve performance of obj engine due to lower clock change to 94.5.

Re: MiSTer updates and changelog

Posted: Tue Sep 13, 2022 3:53 pm
by Pierco
New Arcade Core: Galivan
- Support for Cosmo Police Galivan & UFO Robo Dangar

Re: MiSTer updates and changelog

Posted: Tue Sep 13, 2022 7:21 pm
by Grieverheart
PokemonMini:

- Fixed RTC timer being stuck resetting. This affected homebrew demo SHizZLE.
- Fixed bug which can occur after loading a new rom or resetting the core.
- Implemented remaining jump conditions. This fixes a few hombrew games.