This commit is contained in:
Lesserkuma
2024-07-14 18:02:02 +02:00
parent 3f71efac47
commit a9fbd9fc00
9 changed files with 7 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
- Added support for M36XXX_32A_EARTH with M36L0R8060T *(thanks inYourBackline)*
- Fixed a bug with Game Boy Advance Real Time Clock register saving *(thanks Sonikks)*
- Added support for Development AGB Cartridge 64M Flash, E201629 (128M, with 4× LH28F320BJE) *(thanks Squiddy)*
- Updated the Game Boy and Game Boy Advance lookup databases for save types, ROM sizes and checksums
- Minor bug fixes and improvements
### v4.0.1 (released 2024-06-30)

View File

@@ -10,7 +10,7 @@ from enum import Enum
APPNAME = "FlashGBX"
VERSION_PEP440 = "4.1"
VERSION = "v{:s}".format(VERSION_PEP440)
VERSION_TIMESTAMP = 1720971150
VERSION_TIMESTAMP = 1720972833
DEBUG = False
DEBUG_LOG = []
APP_PATH = ""

View File

@@ -12355,7 +12355,7 @@
"rg": "USA, Europe"
},
"94cbbabb0bd33dd4f6ea38f0bc26718f334abcf2": {
"gn": "Densetsu no Stafy",
"gn": "Densetsu no Starfy",
"ne": "(Japan)",
"gc": "ASTJ",
"rc": 4209593483,
@@ -13458,7 +13458,7 @@
"rg": "Europe"
},
"f1596a1ca6c30394423dc376c95fe3df82c08149": {
"gn": "Densetsu no Stafy 2",
"gn": "Densetsu no Starfy 2",
"ne": "(Japan)",
"gc": "AVFJ",
"rc": 3933465428,
@@ -16602,7 +16602,7 @@
"rg": "Japan"
},
"491685288a9ed77296ceb17c99fc0fdc7b12f43b": {
"gn": "Densetsu no Stafy 3",
"gn": "Densetsu no Starfy 3",
"ne": "(Japan) (Rev 1)",
"gc": "B3DJ",
"rc": 762203195,
@@ -16614,7 +16614,7 @@
"rg": "Japan"
},
"de65e426d5a5b8b503a81dc803b07ef50d04e4ed": {
"gn": "Densetsu no Stafy 3",
"gn": "Densetsu no Starfy 3",
"ne": "(Japan)",
"gc": "B3DJ",
"rc": 4239334056,

View File

@@ -6217,7 +6217,7 @@
"rg": "Germany"
},
"ce96e742027d2694729e0c062a39b3fe9be25ef5": {
"gn": "David O'Leary's Total Soccer 2000",
"gn": "TELEFOOT SOCCER 2000",
"ne": "(Europe) (En,Fr,De,Es,It,Nl)",
"gc": "CGB-AO3P",
"rc": 3260998490,

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.