GithubHelp home page GithubHelp logo

Comments (13)

agg23 avatar agg23 commented on June 16, 2024 2

Ok, thanks to @italiangrandma, I figured it out. PAL games can either be 240 or 224px tall, and I only tested 240 tall games, hence the sudden issues.

This will be resolved in the next update

from openfpga-snes.

italiangrandma avatar italiangrandma commented on June 16, 2024

I noticed the same issue in Nightmare Busters (Unlicensed).

from openfpga-snes.

ifighftdragons avatar ifighftdragons commented on June 16, 2024

Tried the same games, no issues here. Their ROMs are either headered, or not Checksum/ROM size fixed. Edit: or it's PAL.

from openfpga-snes.

agg23 avatar agg23 commented on June 16, 2024

Are these PAL games or did you edit video.json? Looks like it's using the wrong video.json settings, which is most likely to occur with PAL

from openfpga-snes.

italiangrandma avatar italiangrandma commented on June 16, 2024

Are these PAL games or did you edit video.json? Looks like it's using the wrong video.json settings, which is most likely to occur with PAL

I did just notice that Nightmare Busters is a PAL game after running it through the Advanced SNES Rom Utility. I also fixed the checksum and rom size. Nightmare Busters still shows the red line at the bottom, so it must be related to the game being PAL.

@ifighftdragons Did you test Nightmare Busters?

Edit: Just tested a handful of PAL games and can confirm the red line at the bottom appears in all of them.

from openfpga-snes.

ifighftdragons avatar ifighftdragons commented on June 16, 2024

@italiangrandma: I just tested the games pictured. PAL games are already mentioned by agg23 to not be working properly due to waiting on updates from Analogue, so it shouldn't be logged as an issue here.

from openfpga-snes.

italiangrandma avatar italiangrandma commented on June 16, 2024

@italiangrandma: I just tested the games pictured. PAL games are already mentioned by agg23 to not be working properly due to waiting on updates from Analogye, so it shouldn't be logged as an issue here.

Ah yeah, gotcha. For some reason I thought that had been fixed in this release. I wasn't intending to "log it as an issue", but just adding context to this issue logged by Urbalcloud (which, I guess shouldn't have been logged in the first place :P).

from openfpga-snes.

agg23 avatar agg23 commented on June 16, 2024

Edit: Just tested a handful of PAL games and can confirm the red line at the bottom appears in all of them.

I must have messed something up. This shouldn't be happening. If you open the core statistics, what number appears after "Sync OK"?

from openfpga-snes.

Urbalcloud avatar Urbalcloud commented on June 16, 2024

Looks like it was a PAL rom. Converted to NTSC and it worked fine.

from openfpga-snes.

italiangrandma avatar italiangrandma commented on June 16, 2024

Edit: Just tested a handful of PAL games and can confirm the red line at the bottom appears in all of them.

I must have messed something up. This shouldn't be happening. If you open the core statistics, what number appears after "Sync OK"?

Hmmm, I'm not sure how to look at that...is it a button combo or something? I don't see any option for Statistics in the menus or anything to enable in the json files.

Ok, I found the setting. The number that appears after Sync OK for all PAL roms I'm loading is 2.

Edit: Ok, this is odd....after turning on the Statistics setting, I loaded up a US rom for comparison (to see the sync value; it just says "Sync OK" with no number after it). Went back and loaded up a PAL rom again and suddenly the red bar is gone for every PAL game I load thereafter. Now there is just black space, which I believe is intended behavior? Turning the console back off then on again, this trick doesn't work anymore.

from openfpga-snes.

agg23 avatar agg23 commented on June 16, 2024

It's a bug that anything shows down there, it's just black sometimes if the cores previously loaded black there.

from openfpga-snes.

agg23 avatar agg23 commented on June 16, 2024

It looks like it's complaining because I didn't update the aspect ratio to account for the changed values. Can you try this:

{
  "video": {
    "magic": "APF_VER_1",
    "scaler_modes": [
      {
        "width": 512,
        "height": 224,
        "aspect_w": 8,
        "aspect_h": 7,
        "rotation": 0,
        "mirror": 0
      },
      {
        "width": 512,
        "height": 224,
        "aspect_w": 4,
        "aspect_h": 3,
        "rotation": 0,
        "mirror": 0
      },
      {
        "width": 512,
        "height": 240,
        "aspect_w": 16,
        "aspect_h": 15,
        "rotation": 0,
        "mirror": 0
      },
      {
        "width": 512,
        "height": 240,
        "aspect_w": 4,
        "aspect_h": 3,
        "rotation": 0,
        "mirror": 0
      }
    ]
  }
}

These aren't the best possible aspect ratio values; I just want to see if it fixes it. I think 4:3 is probably still broken, but the 16:15 should be right...

from openfpga-snes.

agg23 avatar agg23 commented on June 16, 2024

Fixed in 0.4.0. Closing

from openfpga-snes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.