Skip to content

Commit

Permalink
Add submission from MelonGx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Oct 18, 2024
1 parent 0a84330 commit c2fabfa
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/cartridges/DMG-AG2J-0/melongx-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/DMG-AG2J-0/melongx-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/DMG-AG2J-0/melongx-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.
29 changes: 29 additions & 0 deletions data/cartridges/DMG-AG2J-0/melongx-1/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"code": "DMG-AG2J-0",
"slug": "melongx-1",
"contributor": "MelonGx",
"index": 1,
"shell": {
"code": "DMG-AG2J-JPN",
"stamp": "00"
},
"board": {
"label": "DMG-DECN-10",
"circled_letters": "I",
"panel_position": "3",
"year": 1997,
"month": 9,
"u1": {
"label": "DMG-AG2J-0 S LH5S4MNY JAPAN E1 9743 E"
},
"u2": {
"label": "DMG MBC1B1 Nintendo S 9742 1 A"
},
"u3": {
"label": "LH5164AN-10L SHARP JAPAN 9741 3 EB"
},
"u4": {
"label": "6129A 7A52"
}
}
}
2 changes: 1 addition & 1 deletion site/src/template/contributor_cartridges.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use gbhwdb_backend::config::cartridge::GamePlatform;
use itertools::Itertools;
use maud::{html, Markup, Render};
use std::{borrow::Cow, collections::HashMap};
use std::borrow::Cow;

use crate::{
template::{listing_entry_cell::ListingEntryCell, Optional},
Expand Down

0 comments on commit c2fabfa

Please sign in to comment.