Homebrew Burn2Slot - Re-programm GBA bootlegs on DS

VROdin

Developer
OP
Developer
Joined
Feb 26, 2021
Messages
78
Trophies
0
XP
859
Country
Russia
hi VROdin, how do you get this ? and i find bus_1 worked for a burnCart .
u8 bus_1[] = { 15, 7, 14, 6, 13, 5, 12, 4, 0, 8, 1, 9, 2, 10, 3, 11};
u8 bus_2[] = { 0, 8, 1, 9, 6, 14, 7, 15, 2, 10, 3, 11, 4, 12, 5, 13};

and this: actually,only seq_0 seq_1 seq_3 is right for GBA_BUS[address], GBABF use others ,because it need address offset by *(vu16*)(addr|0x8000000)

u32 seq_0[] = { 0x555, 0x2AA, 0x555, 0x555, 0x2AA, 0x555};
u32 seq_1[] = { 0xAAA, 0x555, 0xAAA, 0xAAA, 0x555, 0xAAA};
u32 seq_2[] = { 0xAAA, 0x554, 0xAAA, 0xAAA, 0x554, 0xAAA};
u32 seq_3[] = { 0x5555, 0x2AAA, 0x5555, 0x5555, 0x2AAA, 0x5555};
u32 seq_4[] = { 0xAAAA, 0x5554, 0xAAAA, 0xAAAA, 0x5554, 0xAAAA};
u32 seq_5[] = { 0x1554, 0xAAA, 0x1554, 0x1554, 0xAAA, 0x1554};
Using GBA_BUS[addr] = data same as using (vu16*)(addr|0*8000000) = data. Its syntax sugar. I know only 1 msp55lv512 that work with bus_1. What u think about old intel cart support? I havent idea, cuz burn2slot v0.2 works. And can u fix some trouble for b2s, that u fix on your modification of gbabf with pullrequest?
 

jjsl

Member
Newcomer
Joined
Jun 21, 2022
Messages
16
Trophies
0
Age
43
Location
us
XP
191
Country
China
Using GBA_BUS[addr] = data same as using (vu16*)(addr|0*8000000) = data. Its syntax sugar. I know only 1 msp55lv512 that work with bus_1. What u think about old intel cart support? I havent idea, cuz burn2slot v0.2 works. And can u fix some trouble for b2s, that u fix on your modification of gbabf with pullrequest?
I have already verified it, using (vu16*)(addr|0*8000000) = data , need address offset >>1. and i found the intel main focus is on erasing small sectors.
 

jjsl

Member
Newcomer
Joined
Jun 21, 2022
Messages
16
Trophies
0
Age
43
Location
us
XP
191
Country
China
Using GBA_BUS[addr] = data same as using (vu16*)(addr|0*8000000) = data. Its syntax sugar. I know only 1 msp55lv512 that work with bus_1. What u think about old intel cart support? I havent idea, cuz burn2slot v0.2 works. And can u fix some trouble for b2s, that u fix on your modification of gbabf with pullrequest?
swapTo and swapFrom need exchange. o.4.3
 

Soundtoxin

Member
Newcomer
Joined
Jan 4, 2014
Messages
21
Trophies
0
Age
27
Location
Minnesota
XP
174
Country
United States
I've got a cart that isn't working correctly when flashed. When I try writing to it, the ROM gets corrupted. I believe it's Mitsubishi brand flash.
Also, does anyone know how to remove that black dot from the PCB in some of these things in case I want to add a battery? I already tried a soldering iron and a sharp object and can't seem to get anywhere.

edit: removed pic of a cart with a different kind of flash to focus on just one for now
 

Attachments

  • gba-bootleg-board.jpg
    gba-bootleg-board.jpg
    506.5 KB · Views: 54
Last edited by Soundtoxin,

MaD_mAnIaC

In a mad world, only the mad are sane
Member
Joined
Oct 24, 2002
Messages
242
Trophies
2
Age
37
XP
1,785
Country
Portugal
Hey guys, i got today one of those 369 in 1 carts, wondering if i can solder a battery to it, and reflash the games? how?
gbabf sucessfully changes and boots the banks but can't dump the cart/banks. gba backup tool dumps only the first 32mb. i wish to make a full backup before i try to write with burn2slot :)

The chips are not equal to any cart i have found, here is a pic, any help is appreciated. Thanks

Untitled.png
 

VROdin

Developer
OP
Developer
Joined
Feb 26, 2021
Messages
78
Trophies
0
XP
859
Country
Russia
Hey guys, i got today one of those 369 in 1 carts, wondering if i can solder a battery to it, and reflash the games? how?
gbabf sucessfully changes and boots the banks but can't dump the cart/banks. gba backup tool dumps only the first 32mb. i wish to make a full backup before i try to write with burn2slot :)

The chips are not equal to any cart i have found, here is a pic, any help is appreciated. Thanks

View attachment 369269
First on first send me 32mb rom that u dump
 
  • Like
Reactions: MaD_mAnIaC

zandatsu

Well-Known Member
Newcomer
Joined
Oct 6, 2022
Messages
57
Trophies
0
Age
25
Location
Manila
XP
318
Country
Philippines
Is anyone here tried to flash on this kind of bootleg cart? I'm planning to buy one it's cheap
AGB-E05-02
 

Attachments

  • Screenshot_2023-05-30-03-21-12-229_com.shopee.ph-edit.jpg
    Screenshot_2023-05-30-03-21-12-229_com.shopee.ph-edit.jpg
    112.4 KB · Views: 40

jjsl

Member
Newcomer
Joined
Jun 21, 2022
Messages
16
Trophies
0
Age
43
Location
us
XP
191
Country
China
hi vrodin, i found the GB&GBC cart insert NDS ,it will mapping the rom to 0xa00000- 0xa007fff, so i think it is possible to burn GB&GBC cart on NDS .
maybe the NORFLASH need by 3.3v specifications。
 

VROdin

Developer
OP
Developer
Joined
Feb 26, 2021
Messages
78
Trophies
0
XP
859
Country
Russia
hi vrodin, i found the GB&GBC cart insert NDS ,it will mapping the rom to 0xa00000- 0xa007fff, so i think it is possible to burn GB&GBC cart on NDS .
maybe the NORFLASH need by 3.3v specifications。
I wanna make burner via gba for gb/gbc carts
 
  • Like
Reactions: zfreeman

metroid maniac

An idiot with an opinion
Member
Joined
May 16, 2009
Messages
2,088
Trophies
2
XP
2,640
Country
I wanna make burner via gba for gb/gbc carts
I think that would be difficult - you can switch to GBC mode within GBA mode homebrew, but you are limited to the 32KB of GBA IWRAM/GBC WRAM. GBA carts are inaccessible, so you'd have to find the data to flash from elsewhere, like through the link cable.

Here's a code example for switching from GBA mode to GBC mode and running a custom payload.
https://github.com/NovaSquirrel/gba-dump-gb
 

Chaz.

Well-Known Member
Member
Joined
Jul 7, 2009
Messages
319
Trophies
1
Location
UK
XP
194
Country
I have these 3 cartridges that need batteries soldering, reckon they will work with burn2slot?
 

Attachments

  • 20230619_140055.jpg
    20230619_140055.jpg
    1.9 MB · Views: 39
  • 20230619_140034.jpg
    20230619_140034.jpg
    1.5 MB · Views: 37
  • 20230619_140019.jpg
    20230619_140019.jpg
    1.3 MB · Views: 36

VROdin

Developer
OP
Developer
Joined
Feb 26, 2021
Messages
78
Trophies
0
XP
859
Country
Russia
guys, all the cartridges that are somehow supported work thanks to your luck, unfortunately, I can’t create a database with supported boards, since there are a lot of cartridges in which the Chinese used the same programming types. I hope all of you understand this.
Post automatically merged:

I have these 3 cartridges that need batteries soldering, reckon they will work with burn2slot?
Third maybe
 

Jayro

MediCat USB Dev
Developer
Joined
Jul 23, 2012
Messages
12,994
Trophies
4
Location
WA State
Website
ko-fi.com
XP
17,040
Country
United States
1000001729.jpeg

I bought a bootleg Yu-Gi-Oh gx duel academy bootleg, it works but i want to change the rom inside but the burn2flash says it's Unknown Flash.
Toshiba
TC55257DFL-70L
Might have to use a GBxCart RW, or a Joey.
 
  • Like
Reactions: SylverReZ

Jayro

MediCat USB Dev
Developer
Joined
Jul 23, 2012
Messages
12,994
Trophies
4
Location
WA State
Website
ko-fi.com
XP
17,040
Country
United States
Yeah, maybe it can't detect because it has 256mbit flashsize i think
256Mbit is just 32MBytes right? That's the regular threshold for GBA carts, bootleg or not. Should read/write to/from it fine. But looking at the picture closer, on the left side it looks like maybe some lifted pads and a possible diode lifted. It's kinda hard to tell, but that entire board is a mess. Flux residue is EVERYWHERE on that thing, along with splatters of unknown substance on the chips, and some random red bodge wire? This thing might or might not be salvageable, or even worth salvaging to be honest.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    AncientBoi @ AncientBoi: [goes back to 🛌 ] zzzzzzzzzzzzzz +1