Usbio Functions #6
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: jeff/goedlink#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These are some higher-level functions that will likely go in one or more packages of their own.
LoadGame_new(string rom_path, string map_path)
- Loads a new game from specified ROM and map paths.SelectGame(string path)
- Selects a game given its path, returns the mapper index.LoadGame_old(NesRom rom, string map_path)
- Loads an old game using a NesRom object and an optional map path.LoadOS(NesRom rom, string map_path)
- Loads the operating system using a NesRom object and an optional map path.CopyFolder(string src, string dst)
- Copies a folder from the source path to the destination path.CopyFile(string src, string dst)
- Copies a file from the source path to the destination path.MakeDir(string path)
- Creates a directory at the specified path.Cmd(char cmd)
- Sends a command to the Edio device.TxString(string str)
- Transmits a string to the Edio device.Halt()
- Halts the USB operation and sets the mapper configuration.HaltExit()
- Exits the halt state and unlocks the mapper configuration.MapLoadSDC(int map_id, MapConfig cfg)
- Loads a mapper configuration from the SD card.GetTestMapper(int mapper)
- Retrieves the test mapper path for a given mapper index.