Giter VIP home page Giter VIP logo

Comments (4)

sanni avatar sanni commented on July 26, 2024

Can you try what happens when you reduce the file name character limit in 9.5 again to the same as it was in 9.4?
The setting is found in Cart_Reader.ino in line 363

Change:

// File browser
#define FILENAME_LENGTH 100
#define FILEPATH_LENGTH 132
#define FILEOPTS_LENGTH 20

to:

// File browser
#define FILENAME_LENGTH 32
#define FILEPATH_LENGTH 64
#define FILEOPTS_LENGTH 20

from cartreader.

WindyBison avatar WindyBison commented on July 26, 2024
// File browser
#define FILENAME_LENGTH 32
#define FILEPATH_LENGTH 64
#define FILEOPTS_LENGTH 20

The above change you suggested resolved the screen letter "b" corruption on version 9.5 while 3V was selected. I was able to dump Bomberman Tournament (GBA) and also read the save

Tested the ROM on mGBA and it worked no problem.

from cartreader.

sanni avatar sanni commented on July 26, 2024

If you find the time it would be interesting to see when exactly the issue appears. E.g. you could try only changing either #define FILENAME_LENGTH 32 or #define FILEPATH_LENGTH 64 to see which line is causing it. And then once the culprit is found slowly increase the size until it breaks.

Also interesting would be if using shorter cables from the display to the main PCB changes anything.

from cartreader.

WindyBison avatar WindyBison commented on July 26, 2024

I had to re-download the latest v9.5 portable release as I deleted the previous one due to cleanup.

Not sure if there were any changes to v9.5 between now and when I opened the issue, but I cannot replicate the issue anymore. (I also did not change anything hardware wise)

To try and replicate the base issue to test out changing FILENAME_LENGTH or FILEPATH_LENGTH, I flashed the Arduino with the latest v9.5 release (on Sept 12) with no edits on FILENAME_LENGTH or FILEPATH_LENGTH and only edited the code to define HW5.

I did not get any screen corruption issues on the letter "b" as before with 3volt.

I also tried disabling all modules but n64, GBX, flash, and flash16 and flashing the Arduino again.

I still was not able to replicate the issue, everything worked just fine for dumping a n64 cart, gba cart, gba save, and Gameboy cart.

from cartreader.

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.