Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sonicretro/s1disasm
base: f2fe1efdadc5
Choose a base ref
...
head repository: sonicretro/s1disasm
compare: cd0255aea6d4
Choose a head ref
  • 5 commits
  • 21 files changed
  • 1 contributor

Commits on Mar 29, 2015

  1. Add build tools and scripts for Linux (x86-64)

    A binary of AS 1.42 build 92 for x86-64 is provided (the latest build at
    the time of this commit, build 97, gives strange errors), along with the
    required message files. Also, a binary of s1p2bin for x86-64 is
    provided, along with a makefile to rebuild it. Finally, the Python build
    scripts have been updated to use the provided binaries and to calculate
    the checksum directly in Python instead of using the fixheader tool
    (which remains in the repository because build.bat still uses it); this
    should work on all platforms. The Python build scripts require Python 3.
    FraGag committed Mar 29, 2015
    Copy the full SHA
    5fac2ec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4da7680 View commit details
    Browse the repository at this point in the history
  3. Fix Kosinski compressor in s1p2bin

    Alter the Kosinski compressor K-Compressor2.cpp to generate a
    bit-perfect version of the sound driver.
    
    Fixes #5.
    FraGag committed Mar 29, 2015
    Copy the full SHA
    6035640 View commit details
    Browse the repository at this point in the history
  4. Remove p2bin for Windows

    FraGag committed Mar 29, 2015
    Copy the full SHA
    af7187c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cd0255a View commit details
    Browse the repository at this point in the history