MiSTer-devel / Arcade-Galivan_MiSTer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some issues

gyurco opened this issue · comments

Hi!

I ported this core to MiST, and during the work I discovered some issues:

Sorry, no pull request, as I don't have a MiSTer to test.
You can find my changes at:
https://github.com/gyurco/Mist_FPGA/tree/master/Arcade_MiST/Nichibutsu%20Galivan%20Hardware

Thank you for the comments, will fix in the coming days!

  • The pixel clock is wrong, it should be 48/8, not 48/9 MHz: fixed ✔️
  • Also the counter ranges are not correct: not fixed yet ❌
  • The FM chip clock should be 4 MHZ, not 6MHz: fixed ✔️
  • DACs are not connected, however they're used: fixed ✔️
  • MCPU's IRQ is wrongly reset by ACPU's signals: fixed ✔️
  • The graphics machine is using too much logic: not fixed yet ❌

I'm closing the issue. I will try to fix the rendering logic and counters later. Thank you so much for your help!!