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

Intel 8080 Emulator for the Atari 130XE and the BBC Master #134

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    849ce52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422942b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1931ac2 View commit details
    Browse the repository at this point in the history
  4. New OVL with bank overflow handling on READ.

    Add 8080 CPU testers. CPUTEST and especially 8080EXM take very long! But
    all four pass succesfully.
    ivop committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    17a2d2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46bb074 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52155ae View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

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

Commits on Apr 8, 2024

  1. New version with proper message when an undefined opcode is encountered.

    For example, if you try to run Z80 code or STAT.COM from CP/M-65 instead
    of the 8080 version.
    ivop committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a32b867 View commit details
    Browse the repository at this point in the history
  2. New core. Fix RST instructions.

    ivop committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8c19bfa View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. 8080.ovl core, slightly smaller. 8080 zero page vectors are set in main

    program. No need to set them during load.
    ivop committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1688ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb82a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    452c764 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. New 8080 core for the Master 128/512 which eliminates all writes to $f4

    for MOS because it restores 'curbank' after each syscall.
    ivop committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0194ba5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Update sectran table to 0-25 instead of 1-26, turning it into a no-op in

    case some program decides to use it.
    ivop committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    43e962a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    4062e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c625975 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Aug 7, 2024

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

Commits on Aug 12, 2024

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

Commits on Aug 21, 2024

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    a19d6af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ff60a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

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

Commits on Aug 25, 2024

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

Commits on Aug 26, 2024

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

Commits on Sep 1, 2024

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

Commits on Sep 2, 2024

  1. fix build for new ab

    ivop committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2b97f13 View commit details
    Browse the repository at this point in the history