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

Non functional MBC-3 #21

Closed
wants to merge 33 commits into from
Closed

Non functional MBC-3 #21

wants to merge 33 commits into from

Commits on Mar 21, 2023

  1. Render Background

    r41k0u committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f42a2bb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Add explanation for rendering

    r41k0u committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    95fe9f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Enable scrolling of window

    r41k0u committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6d9a99e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Add PPU execution barebones

    r41k0u committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    d5465de View commit details
    Browse the repository at this point in the history
  2. Add SDL2 to cpp.yml

    r41k0u committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    97a7be0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    a402217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    021b6fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b443316 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    f27c58d View commit details
    Browse the repository at this point in the history
  2. Add STAT interrupts

    r41k0u committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c09dbb6 View commit details
    Browse the repository at this point in the history
  3. Add WY, WX registers

    r41k0u committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a59bd89 View commit details
    Browse the repository at this point in the history
  4. Remove PPU::load()

    r41k0u committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e8dc51a View commit details
    Browse the repository at this point in the history
  5. Complete Background rendering

    r41k0u committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    715a6b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3679dba View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

  1. Implement DMA Transfer

    r41k0u committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0719607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d50f21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ed7da5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Game playable now

    r41k0u committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a1d1da5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Remove VBLANK stub

    r41k0u committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1503dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ec724 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Fix OBJ priority, run tetris

    r41k0u committed May 2, 2023
    Configuration menu
    Copy the full SHA
    00ce12f View commit details
    Browse the repository at this point in the history
  2. Cleanup gameboy.cpp

    r41k0u committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8be6c0b View commit details
    Browse the repository at this point in the history
  3. Remove CPU Debug framework

    r41k0u committed May 2, 2023
    Configuration menu
    Copy the full SHA
    3366ccd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f9cbed View commit details
    Browse the repository at this point in the history
  5. Init MBC

    r41k0u committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e09a146 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    741db22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84f8e5d View commit details
    Browse the repository at this point in the history
  3. Add banking functions

    NehaGujar1 committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    95a3c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7253d91 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Cycle count issue

    NehaGujar1 committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    74de4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8d6cd View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Update RTC write functions

    NehaGujar1 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    99cc8e3 View commit details
    Browse the repository at this point in the history