USB4MAPLE adapter

Place for discussing homebrew games, development, new releases and emulation.
Jaxel
lithium
Posts: 49

Re: USB4MAPLE adapter

Post by Jaxel »

I just discovered a new bug with the VMU2.

On your flash drive, there is a file called "last.cfg". This file keeps a memory of the last memory card you opened.

If however, this "last.cfg" file is empty, and you boot into an OS without VMU2 support, then whatever software you are running will never register with VMU support. Basically, memory card support is dead. The solution for me was to simply plug the flash drive into my PC and add "openmenu.bin" to the file, and everything started working again.
Selling Dreamcast Adapters on my Etsy shop!
https://www.etsy.com/shop/UltraJaxel?se ... d=53753725

User avatar
megavolt85
Developer
Posts: 2159

Re: USB4MAPLE adapter

Post by megavolt85 »

when installing a clean flash drive, a vmu.bin file is created on it, if it is not created, then your flash drive has compatibility issues with the rp2040.
unfortunately, the rp2040 has compatibility issues with some USB devices

Jaxel
lithium
Posts: 49

Re: USB4MAPLE adapter

Post by Jaxel »

megavolt85 wrote: Thu May 01, 2025 11:37 am when installing a clean flash drive, a vmu.bin file is created on it, if it is not created, then your flash drive has compatibility issues with the rp2040.
unfortunately, the rp2040 has compatibility issues with some USB devices
It wasn't a new card. It was the card I've been using for the past few weeks. For some reason, the last.cfg file was empty, and because of that, the VMU wouldn't work... until I edited the file.
Selling Dreamcast Adapters on my Etsy shop!
https://www.etsy.com/shop/UltraJaxel?se ... d=53753725

User avatar
megavolt85
Developer
Posts: 2159

Re: USB4MAPLE adapter

Post by megavolt85 »

that is, the last.cfg file itself was present, but it was empty?
in this case, I will add a check for the length of the line to avoid such problems. most likely, at the moment of saving last.cfg, the console or usb4maple was disabled, so the file did not have time to be written

Jaxel
lithium
Posts: 49

Re: USB4MAPLE adapter

Post by Jaxel »

Yep. It was there, but blank.

It was giving me real problems because the current version of OpenMenu will not boot if there is no VMU... and with the blank file, my VMU wasn't working.
Selling Dreamcast Adapters on my Etsy shop!
https://www.etsy.com/shop/UltraJaxel?se ... d=53753725

Quiquonn
noob
Posts: 4

Re: USB4MAPLE adapter

Post by Quiquonn »

Hello!

I was able to create the USB4Maple adapter, and when I connect a USB controller directly, it works correctly. However, I can't get it to work if I use a USB hub.

I've tested all the USB hubs I have—about six of them—some are USB-C hubs, others using a USB-C to regular USB adapter, and in none of them did I manage to get the controller working, nor the USB storage for the VMUs, nor the OLED display.

Any ideas on what it could be?

Regards.

Quiquonn
noob
Posts: 4

Re: USB4MAPLE adapter

Post by Quiquonn »

Quiquonn wrote: Wed May 07, 2025 8:46 am Hello!

I was able to create the USB4Maple adapter, and when I connect a USB controller directly, it works correctly. However, I can't get it to work if I use a USB hub.

I've tested all the USB hubs I have—about six of them—some are USB-C hubs, others using a USB-C to regular USB adapter, and in none of them did I manage to get the controller working, nor the USB storage for the VMUs, nor the OLED display.

Any ideas on what it could be?

Regards.
Hello again!

Using an usb splitter it worked fine, but now I have a problem with the oled screen, it works but it's rotated 180º

There is any possibility to add a config file to the usb storage, to make some fixed adjustments?
It would be awesome if we can remap using a cfg file some gamepad buttons, like r1 to l1, and also rotate the oled screen display 180º because of solder position I can't rotate it physically)

al73r
rebel
Posts: 24

Re: USB4MAPLE adapter

Post by al73r »

Interesting I had a similar situation with 4x4 evolution. Only one game had a flipped OLED screen!

Anyone have a 3d print with OLED screen available. Was wanting to build more.

Quiquonn wrote: Thu May 08, 2025 11:48 am
Quiquonn wrote: Wed May 07, 2025 8:46 am Hello!

I was able to create the USB4Maple adapter, and when I connect a USB controller directly, it works correctly. However, I can't get it to work if I use a USB hub.

I've tested all the USB hubs I have—about six of them—some are USB-C hubs, others using a USB-C to regular USB adapter, and in none of them did I manage to get the controller working, nor the USB storage for the VMUs, nor the OLED display.

Any ideas on what it could be?

Regards.
Hello again!

Using an usb splitter it worked fine, but now I have a problem with the oled screen, it works but it's rotated 180º

There is any possibility to add a config file to the usb storage, to make some fixed adjustments?
It would be awesome if we can remap using a cfg file some gamepad buttons, like r1 to l1, and also rotate the oled screen display 180º because of solder position I can't rotate it physically)

Quiquonn
noob
Posts: 4

Re: USB4MAPLE adapter

Post by Quiquonn »

In my case, it's rotated for all games I tested

https://photos.app.goo.gl/rv2WBpdNxPP7kauS8

I added an internal usb4maple, usb storage and Bluetooth dongle, and for the screen a detachable oled display, that covers the unused port (because of bt dongle)

https://photos.app.goo.gl/8gK82bpD18BKzuRp6

This is why I was asking a config way to rotate the oled display.
al73r wrote: Sat May 10, 2025 10:46 am Interesting I had a similar situation with 4x4 evolution. Only one game had a flipped OLED screen!

Anyone have a 3d print with OLED screen available. Was wanting to build more.

Quiquonn wrote: Thu May 08, 2025 11:48 am
Quiquonn wrote: Wed May 07, 2025 8:46 am Hello!

I was able to create the USB4Maple adapter, and when I connect a USB controller directly, it works correctly. However, I can't get it to work if I use a USB hub.

I've tested all the USB hubs I have—about six of them—some are USB-C hubs, others using a USB-C to regular USB adapter, and in none of them did I manage to get the controller working, nor the USB storage for the VMUs, nor the OLED display.

Any ideas on what it could be?

Regards.
Hello again!

Using an usb splitter it worked fine, but now I have a problem with the oled screen, it works but it's rotated 180º

There is any possibility to add a config file to the usb storage, to make some fixed adjustments?
It would be awesome if we can remap using a cfg file some gamepad buttons, like r1 to l1, and also rotate the oled screen display 180º because of solder position I can't rotate it physically)

User avatar
MoeFoh
1300
Posts: 1363

Re: USB4MAPLE adapter

Post by MoeFoh »

@Quiquonn Can you provide a link to the screens your using?

  • Similar Topics
    Replies
    Views
    Last post