N64FlashcartMenu
Loading...
Searching...
No Matches
64drive_ll.c File Reference

Low-level functions for 64drive. More...

Macros

#define CI_STATUS_BUSY   (1 << 12)
 
#define D64_DEVICE_VARIANT_MASK   (0xFFFF)
 
#define D64_FPGA_REVISION_MASK   (0xFFFF)
 

Enumerations

enum  d64_ci_cmd_id_t {
  CMD_ID_SET_SAVE_TYPE = 0xD0 , CMD_ID_DISABLE_SAVE_WRITEBACK = 0xD1 , CMD_ID_ENABLE_SAVE_WRITEBACK = 0xD2 , CMD_ID_DISABLE_BYTESWAP_ON_LOAD = 0xE0 ,
  CMD_ID_ENABLE_BYTESWAP_ON_LOAD = 0xE1 , CMD_ID_ENABLE_CARTROM_WRITES = 0xF0 , CMD_ID_DISABLE_CARTROM_WRITES = 0xF1 , CMD_ID_ENABLE_EXTENDED_MODE = 0xF8 ,
  CMD_ID_DISABLE_EXTENDED_MODE = 0xF9
}
 Command IDs for 64drive.
 

Functions

bool d64_ll_get_version (d64_device_variant_t *device_variant, uint16_t *fpga_revision, uint32_t *bootloader_version)
 Get the version information of the 64drive.
 
bool d64_ll_set_persistent_variable_storage (bool quick_reboot, d64_tv_type_t force_tv_type, uint8_t cic_seed)
 Set the persistent variable storage on the 64drive.
 
bool d64_ll_set_save_type (d64_save_type_t save_type)
 Set the save type on the 64drive.
 
bool d64_ll_enable_save_writeback (bool enabled)
 Enable or disable save writeback on the 64drive.
 
bool d64_ll_enable_cartrom_writes (bool enabled)
 Enable or disable cart ROM writes on the 64drive.
 
bool d64_ll_enable_extended_mode (bool enabled)
 Enable or disable extended mode on the 64drive.
 
bool d64_ll_write_eeprom_contents (void *contents)
 Write EEPROM contents to the 64drive.
 
bool d64_ll_write_save_writeback_lba_list (void *list)
 Write the save writeback LBA list to the 64drive.
 

Detailed Description

Low-level functions for 64drive.