BackupRAM_Functions
From ArchaicPixels: HuC and PCEAS Documentation
Backup RAM Functions
bm_check - Check to see if backup RAM exists on the current hardware
bm_free - Return the amount of free backup RAM
bm_size - Return the total size of backup RAM
bm_rawread - Directly peek() backup RAM
bm_rawwrite - Directly poke() backup RAM
bm_format - Formats backup RAM
bm_exist - Check to see if a particular backup RAM file exists
bm_sizeof - Return the size of a file in backup RAM
bm_getptr - Get the pointer to the next entry in backup RAM
bm_delete - Delete a backup RAM file
bm_write - Write a buffer to a particular backup RAM file
bm_read - Read a backup RAM file's contents into a buffer
bm_create - Create a new backup RAM file
bm_errno - Returns the last backup RAM error
Internal BRAM Functions - Functions you should never use
