Class Cps2Utils

Hierarchy

  • Cps2Utils

Constructors

Methods

  • Splits a .bin into its constituent ROM files.

    Parameters

    • binFile: File

      The .bin to split into files

    • rom: string | Cps2Rom

      A Cps2Rom instantiation of the ROM the .bin is for, or the name of the ROM

    • Optional outputFilename: string

    Returns Promise<File>

    A .zip file containing the split files

Generated using TypeDoc