KevinVitale/CartBoy

Add support for GBxCart RW v1.3

insidegadgets opened this issue · 6 comments

Hi Kevin,

It appears that GBxCart RW v1.3 isn't working correctly, it doesn't change to 5V (I can't recall if it ever worked?). The voltage selection is software controlled.

You just need to request the PCB version (#define READ_PCB_VERSION 'h') and if it matches v1.3 (#define PCB_1_3 4), it should send (#define VOLTAGE_5V '5') and wait a few hundred milliseconds just to be safe.

Thanks!

Okay! Thanks @insidegadgets. I'll see what I can do.

@insidegadgets: Can you test the build I added to this pull-request ---> #11.

Thanks Kevin, I can confirm it does switch to 5V however it doesn't appear to read the cartridge information after that, the refresh button doesn't work.

@insidegadgets thanks for the quick reply! I fixed a deadlocking issue that was likely the cause of what you're describing. Another binary attached; can you give it a try?

See #11 for download

Thanks! Confirmed it works now! :)

Fixed in #11.