Support for MSP54LV100

This commit is contained in:
Lesserkuma
2023-11-24 18:05:40 +01:00
parent a3c4a44893
commit 1bf4927d6b
4 changed files with 76 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
import sys, os, glob, json, math, re, struct, hashlib, argparse, datetime
# Configuration
app_version = "0.7"
app_version = "0.8"
default_file = "LK_MULTIMENU_<CODE>.gba"
################################
@@ -51,6 +51,12 @@ cartridge_types = [
"sector_size":0x40000,
"block_size":0x80000,
},
{
"name":"MSP54LV100",
"flash_size":0x8000000,
"sector_size":0x20000,
"block_size":0x80000,
},
]
now = datetime.datetime.now()
log = ""