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

z80: interruptible execution #10047

Merged
merged 41 commits into from Aug 30, 2023
Merged

z80: interruptible execution #10047

merged 41 commits into from Aug 30, 2023

Commits on Jul 7, 2022

  1. z80: interruptible execution

    holub committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    1d5a8f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. generalize cycles calculation

    holub committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    0528c33 View commit details
    Browse the repository at this point in the history
  2. tidy

    holub committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    4e7f2fb View commit details
    Browse the repository at this point in the history
  3. fix timings, save state

    holub committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    f686619 View commit details
    Browse the repository at this point in the history
  4. bug: reti

    holub committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c3c4ba5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. steps init for multiple CPUs

    holub committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    40afb9f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    670470d View commit details
    Browse the repository at this point in the history
  2. tidy

    holub committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    fafa801 View commit details
    Browse the repository at this point in the history
  3. fix LD IY,(w)

    holub committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    cfe85b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. fix WZ. memptr test: 159/159

    holub committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c30a984 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    277dc2a View commit details
    Browse the repository at this point in the history
  2. fix popeyes: rop - m_refresh_cb

    holub committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    527c219 View commit details
    Browse the repository at this point in the history
  3. sigmab98 partial fix

    holub committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    6bb4fb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    416adcf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    225800f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    b8827a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    897ab63 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    aaa6b51 View commit details
    Browse the repository at this point in the history
  2. enable cpu_is_interruptible()

    holub committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    eb332d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2100a42 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. macros rework

    holub committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2303c2b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. rm dangling pointers

    holub committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7976723 View commit details
    Browse the repository at this point in the history
  2. happy gcc

    holub committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    dc97e0b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix opread

    holub committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0201560 View commit details
    Browse the repository at this point in the history
  2. more GUARDs

    holub committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6b9e119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2b3449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01159d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    60deb9f View commit details
    Browse the repository at this point in the history
  2. better Amstrad

    holub committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4772ab7 View commit details
    Browse the repository at this point in the history
  3. add system1/suprloco notes

    holub committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e188520 View commit details
    Browse the repository at this point in the history
  4. typo

    holub committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e8bc4ba View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. attempt to adjust system1

    holub committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    dc03473 View commit details
    Browse the repository at this point in the history
  2. fix cycle

    holub committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e8bff1f View commit details
    Browse the repository at this point in the history
  3. fix cycle

    holub committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0177bbd View commit details
    Browse the repository at this point in the history
  4. drop legacy

    holub committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    dea9037 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. tidy

    holub committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4ce57fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae6149 View commit details
    Browse the repository at this point in the history
  3. ...and save

    holub committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1eff0cb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    facb01d View commit details
    Browse the repository at this point in the history
  2. tidy

    holub committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fc744e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. interrupted block instructions flag state [holub, Manuel Sainz de Bar…

    …anda y Goñi, Peter Helcmanovsky]
    holub committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    0f4a47d View commit details
    Browse the repository at this point in the history