Skip to content

Commit

Permalink
Add submission from 3615Retro
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Oct 23, 2024
1 parent 0b552f4 commit dd656c1
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/parser/supervisor_reset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,12 @@ pub fn rohm_ba6735() -> &'static impl LabelParser<SupervisorReset> {
/// use gbhwdb_backend::parser::{self, LabelParser};
/// assert!(parser::supervisor_reset::ti_sn74lv2416().parse("LV2416 17M A23D").is_ok());
/// assert!(parser::supervisor_reset::ti_sn74lv2416().parse("LV2416 13M A8R3").is_ok());
/// assert!(parser::supervisor_reset::ti_sn74lv2416().parse("LV2416 0CM A73E").is_ok());
/// ```
pub fn ti_sn74lv2416() -> &'static impl LabelParser<SupervisorReset> {
single_parser!(
SupervisorReset,
r#"^LV2416\ ([0-9])([0-9])[[:alnum:]]\ [A-Z][[:alnum:]]{3}$"#,
r#"^LV2416\ ([0-9])[[:alnum:]][[:alnum:]]\ [A-Z][[:alnum:]]{3}$"#,
move |c| {
Ok(SupervisorReset {
chip_type: "SN74LV2416".to_owned(),
Expand Down
3 changes: 3 additions & 0 deletions data/cartridges/AGB-AFZP-0/3615retro-1/01_front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions data/cartridges/AGB-AFZP-0/3615retro-1/02_pcb_front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions data/cartridges/AGB-AFZP-0/3615retro-1/03_pcb_back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions data/cartridges/AGB-AFZP-0/3615retro-1/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"code": "AGB-AFZP-0",
"slug": "3615retro-1",
"contributor": "3615Retro",
"index": 1,
"shell": {
"code": "AGB-AFZP-EUR",
"stamp": "22"
},
"board": {
"label": "AGB-E06-01",
"circled_letters": "MB",
"panel_position": "E-3",
"year": 2001,
"month": 4,
"u1": {
"label": "S011621-M MX23L3206-12B AGB-AFZP-0 H2 2D982500"
},
"u2": {
"label": "HYUNDAI GM76V256CLLFW10 0109 KOREA"
},
"u3": {
"label": "LV2416 0CM A73E"
}
},
"dump": {
"tool": "GBxCart RW v1.4a/b/c",
"log": "= FlashGBX Dump Report =\n\n== File Information ==\n* File Name: F-Zero - Maximum Velocity (USA, Europe).gba\n* File Size: 4.00 MiB (4194304 bytes)\n* CRC32: bd5e9798\n* MD5: 55c14323547aa4f83e5eede98d0417f3\n* SHA-1: 8a08e29ec987f9cbdde21c34d5f7657aa7ba0be6\n* SHA-256: 50c211f4299818f7c61f5e7ad521e1e086d039452773835c8584be7c65c29560\n\n== General Information ==\n* Hardware: GBxCart RW v1.4a/b/c – Firmware R42+L13\n* Software: FlashGBX v4.2\n* OS Platform: Windows-10-10.0.19045-SP0\n* Baud Rate: 1700000\n* Dump Time: 2024-10-22T23:51:40+02:00\n* Time Elapsed: 28 seconds (142.60 KiB/s)\n* Transfer Buffer: 4096 bytes\n* Retries: 0\n\n== Dumping Settings ==\n* Mode: Game Boy Advance\n* ROM Size: 4 MiB\n* Cartridge Type: Generic ROM Cartridge\n* Read Method: Stream\n\n== Parsed Data ==\n* Game Title: F-ZERO ADVAN\n* Game Code: AFZE\n* Revision: 0\n* Nintendo Logo: OK\n* Header Checksum: OK (0x8D)\n* Save Type: 256K SRAM (SRAM_V111)\n\n== Database Match ==\n* Game Name: F-Zero - Maximum Velocity (USA, Europe)\n* Region: USA, Europe\n* Language(s): En\n* Game Code: AGB-AFZE\n* ROM CRC32: bd5e9798\n* ROM Size: 4 MiB\n* Save Type: 256K SRAM/FRAM (32 KiB)",
"crc32": "bd5e9798",
"md5": "55c14323547aa4f83e5eede98d0417f3",
"sha1": "8a08e29ec987f9cbdde21c34d5f7657aa7ba0be6",
"sha256": "50c211f4299818f7c61f5e7ad521e1e086d039452773835c8584be7c65c29560",
"date": "2024-10-22"
}
}

0 comments on commit dd656c1

Please sign in to comment.