N64FlashcartMenu
Loading...
Searching...
No Matches
sc64.c File Reference

SummerCart64 functions implementation. More...

Macros

#define SRAM_FLASHRAM_ADDRESS   (0x08000000)
 
#define ROM_ADDRESS   (0x10000000)
 
#define IPL_ADDRESS   (0x13BC0000)
 
#define EXTENDED_ADDRESS   (0x14000000)
 
#define SHADOW_ADDRESS   (0x1FFC0000)
 
#define EEPROM_ADDRESS   (0x1FFE2000)
 
#define SUPPORTED_MAJOR_VERSION   (2)
 
#define SUPPORTED_MINOR_VERSION   (17)
 
#define SUPPORTED_REVISION   (0)
 
#define DISK_MAPPING_ROM_OFFSET   (0x02000000)
 
#define DISK_MAX_SECTORS   (126820)
 
#define DISK_TRACKS   (1175)
 
#define DISK_HEADS   (2)
 
#define DISK_BLOCKS   (2)
 
#define DISK_SECTORS_PER_BLOCK   (85)
 
#define DISK_ZONES   (16)
 
#define DISK_BAD_TRACKS_PER_ZONE   (12)
 
#define DISK_TYPES   (7)
 
#define DISK_SYSTEM_LBA_COUNT   (24)
 
#define THB_UNMAPPED   (0xFFFFFFFF)
 
#define THB_WRITABLE_FLAG   (1 << 31)
 

Functions

flashcart_tsc64_get_flashcart (void)
 

Detailed Description

SummerCart64 functions implementation.