暫無描述

Esteban Fuentealba 1ce1287908 WIP: write RAM (test serial) 2 年之前
.vscode fd16993cf0 Add Marauder first functions 2 年之前
docs d157fafcf0 Add Documentation of Applications 2 年之前
helpers dac3a65d63 Fix cJSON Parse numbers 2 年之前
icons fd16993cf0 Add Marauder first functions 2 年之前
scenes ebfa448099 Fix RAM Dump 2 年之前
views 1ce1287908 WIP: write RAM (test serial) 2 年之前
README.md 9496103e3f Update README.md 2 年之前
application.fam fd16993cf0 Add Marauder first functions 2 年之前
gb_cartridge_app.c 1ce1287908 WIP: write RAM (test serial) 2 年之前
gb_cartridge_app.h 1ce1287908 WIP: write RAM (test serial) 2 年之前
malveke_notifications.c fd16993cf0 Add Marauder first functions 2 年之前
malveke_notifications.h fd16993cf0 Add Marauder first functions 2 年之前
uart.c 1ce1287908 WIP: write RAM (test serial) 2 年之前
uart.h fd16993cf0 Add Marauder first functions 2 年之前

README.md

[MALVEKE] GAME BOY Cartridge (GB/GBC)

MALVEKE Prototype V2.3

Introduction

**Official** | **Unleashed** | **RogueMaster** | **Xtreme** :- | :- | :- | :- [![FlipC.org](https://flipc.org/EstebanFuentealba/MALVEKE-Flipper-Zero/badge?root=flipper_companion_apps/malveke_gb_cartridge&branch=main)](https://flipc.org/EstebanFuentealba/MALVEKE-Flipper-Zero?root=flipper_companion_apps/malveke_gb_cartridge&branch=main)|[![FlipC.org](https://flipc.org/EstebanFuentealba/MALVEKE-Flipper-Zero/badge?root=flipper_companion_apps/malveke_gb_cartridge&branch=main&firmware=unleashed)](https://flipc.org/EstebanFuentealba/MALVEKE-Flipper-Zero?root=flipper_companion_apps/malveke_gb_cartridge&branch=main&firmware=unleashed)|[![FlipC.org](https://flipc.org/EstebanFuentealba/MALVEKE-Flipper-Zero/badge?root=flipper_companion_apps/malveke_gb_cartridge&branch=main&firmware=roguemaster)](https://flipc.org/EstebanFuentealba/MALVEKE-Flipper-Zero?root=flipper_companion_apps/malveke_gb_cartridge&branch=main&firmware=roguemaster)|[![FlipC.org](https://flipc.org/EstebanFuentealba/MALVEKE-Flipper-Zero/badge?root=flipper_companion_apps/malveke_gb_cartridge&branch=main&firmware=xtreme)](https://flipc.org/EstebanFuentealba/MALVEKE-Flipper-Zero?root=flipper_companion_apps/malveke_gb_cartridge&branch=main&firmware=xtreme)

https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero/assets/442927/a1d06e1f-5626-4a67-b058-24ff8f24ea

Features

  • Read info from GAME BOY/GAME BOY Color Cartridges
  • Backing up and restoring your saves (RAM)
  • Backing up and restoring your games (ROM) (WIP)

Instructions for use.

These instructions assume that you are starting at the Flipper Zero desktop. Otherwise, press the Back button until you are at the desktop.

  • Press the OK button on the Flipper to open the main menu.
  • Choose Applications from the menu.
  • Choose GPIO from the submenu.
  • Choose [MALVEKE] GAME BOY Cartridge (GB/GBC)



  • If the MALVEKE board and the cartridge are connected, The Flipper Zero will show the loading screen of the application.



  • Press the OK to enter to menu.



    • Select Cartridge Information to view details about the inserted cartridge.



    • Select Dump ROM Cartridge to create a complete backup of the game into a file. This file will be saved in the directory SD Card/apps_data/malveke/roms and can be loaded into GAME BOY emulators.



    • Choose Dump RAM Cartridge to create a backup of the game state, which stores the progress of a specific video game. This file will be saved in the directory SD Card/apps_data/malveke/rams.



  • Press the Back to back to principal menu.



From Talcahuano 🇨🇱 with ❤