ALEx v0.3.2 Alex.ROM View Source

Convenience functions for finding, verifying, and loading ROMs.

Link to this section Summary

Functions

Check if the specified ROM exists.

Check if the specified ROM is supported.

Returns all supported ROMs.

Link to this section Functions

Link to this function

rom_exists?(path_to_rom)

View Source

Check if the specified ROM exists.

Returns :ok or {:error, err}.

Parameters

  • path_to_rom: Path to ROM file.
Link to this function

rom_supported?(path_to_rom)

View Source

Check if the specified ROM is supported.

Returns :ok or {:error, err}.

Parameters

  • path_to_rom: Path to ROM file.

Returns all supported ROMs.

Returns Map.