Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
Import savefile in Ninten...
Last Post: RandomPenguin
10-10-2025, 06:05 PM
How to use cheats on Poke...
Last Post: Trainer Ignia
10-02-2025, 03:05 PM
conveting/using gambatte ...
Last Post: endrift
09-29-2025, 10:08 PM
Controller Issue
Last Post: ChuckZRetro
09-24-2025, 07:31 PM
multiplayer save file
Last Post: MetaEye
09-21-2025, 03:04 AM
Gba file split into base ...
Last Post: Habriel
09-16-2025, 07:22 AM
Rewinding doesn't work/ca...
Last Post: Sruntik
07-30-2025, 06:59 AM
Interact with the serial ...
Last Post: endrift
07-30-2025, 04:20 AM
Horizontal Blanking Bug
Last Post: endrift
07-11-2025, 01:32 AM
what could be causing the...
Last Post: Chalmleshe1974
07-04-2025, 09:38 AM

Forum Statistics
» Members: 1,746,   » Latest member: Dazedmind,   » Forum threads: 660,   » Forum posts: 2,421,  
Full Statistics

Question Import savefile in Nintendo Switch port
Posted by: RandomPenguin - 10-10-2025, 06:05 PM - Forum: General - No Replies

Hello,

Simple question, I have a savefile from open_agb_firm on 3DS and I want to put it on my Switch. I can't find an option for this, and putting the savefile next to my rom (same name) didn't work. Could someone please point me in the right direction?

Print this item

  How to use cheats on Pokemon Fire Red
Posted by: Trainer Ignia - 10-02-2025, 03:05 PM - Forum: Gaming - No Replies

I am pretty far into Fire Red, I wanted to spawn in a Golmen, Machamp, Gengar, and Alakazam to complete the pokedex since they are only attainable via trade. I had started with the max money cheat to test the cheats, but it could not get any to work. Need help. I'm on windows download mGBA.

Print this item

  conveting/using gambatte save file
Posted by: Verac - 09-29-2025, 01:46 PM - Forum: General - Replies (1)

I'm trying to move over a 2 save files from gambatte for use with mGBA (I want to do multiplayer trading). The save files were generated in retroarch/gambatte on an anbernic device.

I'm trying to get them to run in standalone mGBA 0.10.5 on my Windows PC.

I'm fairly new to ROMS so been having to do a lot of Reserarch/experimentation but I managed to get one of the 2 games working. I was unable to copy and convert the save file from my anbernic, so I had to copy the state file to my PC, load that into retroarch/gambatte, create a new save file on the PC in that, then run that through a srm to sav converted.

My second game however, nothing seems to work. If I do the same as above, the game freezes when trying to load the file. using a transferred state file, I got the state loaded on the pc using retroarch/mgba core. However the sound is glitchy and when I create a save file, it still can't be loaded into the mGBA standalone.

Any guidance on how to fix this is appreciated.

Print this item

  Controller Issue
Posted by: ChuckZRetro - 09-22-2025, 07:16 PM - Forum: General - Replies (4)

Hi, does anyone else have an issue with assigning keys to L & R on controllers?
I have Retrobit Legacy16 Wired USB Controller and the L & R is not being picked up when assigning keys.
It does pick up the LZ and RZ buttons, but not the big L & R ones.
If anyone has a solution, please advise.
L & R work fine on other emulators.

Print this item

  multiplayer save file
Posted by: MetaEye - 09-20-2025, 04:31 PM - Forum: General - Replies (2)

im confused on how to convert my sa2 file to sav

Print this item

Exclamation Rewinding doesn't work/causes crashing
Posted by: Sruntik - 07-29-2025, 06:51 PM - Forum: General - Replies (2)

Windows 10, 64-bit
The rewind button seems to crash the game and the emulator with the "jumped to an incorrect address" error on the regular version of mGBA.
On the 64x version of mGBA, however, the rewind doesn't seem to function at all, no matter how much I press the button I assigned or change the controls.

This is on the latest version of mGBA I got from the site - 0.10.5 - but the older one I had before - 0.10.1 had the same issue.

Is there a solution to this?

Print this item

  Interact with the serial port ?
Posted by: joh11 - 07-12-2025, 03:57 PM - Forum: General - Replies (1)

Hi,

I am somewhat new to GBA dev, I only ever touched features mentioned in the TONC tutorials.

I would like to use the serial port to communicate between my ROM and the emulator. Is it possible with mGBA ? Do you have any reference on how to do it ? I would assume it requires using the Lua scripting capabilities.

Thanks !

Print this item

  Horizontal Blanking Bug
Posted by: randomguyeatspotato - 07-09-2025, 02:33 AM - Forum: General - Replies (4)

What I am trying to do.
Drawing a hexagonal grid looks better with a 7x8 tile, so during the horizontal blanking interval I am trying to skip the 8th row of every tile. There are 7 drawn rows on each tile and the 8th row that is completely black to make it obvious if something isn't working. The horizontal blanking code is not running as the tiles and background are setup. Once everything is setup the horizontal blanking code is active.

Description of the Symptom.
It reliably skips the 8th row on a Gameboy Advance SP and the visual boy advance emulator, but on mGBA it is showing the 8th row on some tiles on the right edge of the screen. For some reason the row that the cursor is on never has the problem.

My thought.
The thing that would make sense to me is that the horizontal blanking is being triggered early. This is supported by the line the cursor is on never having the issue. The cursor being drawn would delay the horizontal blanking trigger by just a hair preventing it from running the horizontal blanking code early. I tried to see if my code was the issue but I didn't find anything to try to do differently.

Relevant Source Code Pseudo Code:
Setup
0xFF40 |= 0x02
0xFF41 = 0x08
0xFFFF = 0x03
Horizontal Blanking
shift_counter = shift_counter + 1
if(shift_counter == 7) {
shift_counter = 0
horizontal_shift = horizontal_shift + 4
vertical_shift = vertical_shift + 1
0xFF42 = vertical_shift
0xFF43 = horizontal_shift
}


Specifications
mGBA: 0.10.5 flathub system-wide flatpak
OS: Pop!_OS 22.04 LTS (64-bit)
GNOME Version: 42.9
Windowing System: X11
CPU: Intel® Core™ i7-9750H CPU @ 2.60GHz × 12
Graphics Card: Mesa Intel® UHD Graphics 630 (CFL GT2)

Rom and Symptom Image are Attached.
It didn't let me load the rom directly so I changed the file type to txt. Change it back to .gb before using.



Attached Files
.txt   code_rom.txt (Size: 32 KB / Downloads: 2)
.png   Screenshot from 2025-07-05 16-11-47.png (Size: 15.19 KB / Downloads: 3)
Print this item

  what could be causing the issue
Posted by: Chalmleshe1974 - 07-04-2025, 09:38 AM - Forum: General - No Replies

Hello,

I recently started using mGBA and I was hoping that I could transfer my VBA saves to mGBA. The .SAV file is in the same folder, with the same name as the ROM, however for some reason, whenever I boot up the game, the game starts anew, clearly failing to recognise the .SAV file as being present. Could it be thew file size? From what I understand, mGBA creates 32kb .SAV files, whereas the file in the folder is 128kb. If my presumption is correct, how could I go about changing the file size, if possible? If not, what could be causing the issue?

Print this item

Exclamation my game is randomly "not responding"
Posted by: ilikeanimal - 06-30-2025, 10:47 PM - Forum: General - No Replies

for some reason randomly when playing my game will suddenly freeze and say "not responding" it didnt do this a couple of months ago but now all of a sudden it is and its completely ruining the experience for me can anyone help me?

Print this item


Online Users
There are currently 406 online users. » 0 Member(s) | 406 Guest(s)

Powered By MyBB, © 2002-2025 Melroy van den Berg.