Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync up alt builtd #146

Merged
merged 19 commits into from
Feb 19, 2024
Merged

Sync up alt builtd #146

merged 19 commits into from
Feb 19, 2024

Commits on Nov 19, 2023

  1. Update README_macOS_compile.md

    Update compilation instructions for X86_64 and ARM64
    pceDev16 authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    3945353 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix BRAM re-lock ( issue #111 )

    dshadoff committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f3a5d13 View commit details
    Browse the repository at this point in the history
  2. Update pcecd.cpp

    dshadoff committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f0f81ea View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge pull request #137 from dshadoff/Fix_BRAM_relock

    Fix BRAM re-lock ( issue #111 )
    pceDev16 authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7d3a0fd View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Update configure.ac to reflect 1.29.0.pceDev-1.2 release

    Update configure.ac to reflect 1.29.0.pceDev-1.2 release
    pceDev16 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1efefe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a57df View commit details
    Browse the repository at this point in the history
  3. Update RELEASE_NOTES.md

    Updating for 1.2 Release
    pceDev16 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6f3928d View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Update to reflect correct date
    pceDev16 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    04fb888 View commit details
    Browse the repository at this point in the history
  5. Update RELEASE_NOTES.md

    minor updates and rewording for clarification.
    pceDev16 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    50826e2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #138 from pce-devel/Release_1.2

    Prep for 1.2 Release
    pceDev16 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b46eb78 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Add configurable item "pcfx.external_bram_size_kbytes" ( #139 )

    Add configurable item (pcfx.external_bram_size_kbytes) to define size of FX-BMP card.
    Valid values are:  128, 256, 512, 1024, 2048
    dshadoff committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    732c773 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140 from dshadoff/pcfx_extbkupmem_config

    Add configurable item "pcfx.external_bram_size_kbytes" ( #139 )
    pceDev16 authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    78e26dd View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Fix_180x_registers ( #142 )

    Do not repeat 0x1800-0f registers (no 'echoes' in other memory locations).
    Also, treat 0x180e and 0x180f as separate registers (with no behaviour behind them at this time).
    dshadoff committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    5334089 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    2f76912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    390e89b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2195a View commit details
    Browse the repository at this point in the history
  4. Change PC Engine CD speed to 150KB/s.

    Implement missed-sector and sequential-read delays that keep PCE Sherlock Holmes happy.
    Fix PC-FX hang after SCSI-abort that was introduced the last time I tried to do this!
    jbrandwood committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    6cf95ad View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge pull request #143 from dshadoff/Fix_180x_registers

    Fix_180x_registers ( #142 )
    pceDev16 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e6c0ae3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #145 from jbrandwood/improve-scsi

    Improve PC Engine SCSI emulation.
    pceDev16 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e2a656e View commit details
    Browse the repository at this point in the history