-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.6.1: CPU refactor, dark mode, memory API change
0) Bumped version to 1.6.1 1) EvmuMemory - internal BUS => data BUS - external BUS => program BUS - shitloads of files changed due to this API change - began work on vtable structure - SHITLOADS of planned signals 2) evmu_address_space.h - documented USER-side input variables to subroutines 3) EvmuCpu - full refactor ! still needs signals - Pipeline stages are now virtual functions - signal fires for "pcChange" every instruction execution 4) EvmuLcd - public toggle members became combined bitfields - added field and property for "invertColors" aka Dark Mode 5) EvmuRom - unloadBios() to go from external Sega BIOS to internal emulated BIOS 6) evmu_test_main.c - returning C standard EXIT_SUCCESS/EXIT_FAILURE 7) Syncing libGimbal
- Loading branch information
1 parent
6d15204
commit 568a6da
Showing
21 changed files
with
834 additions
and
707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libgimbal
updated
from 737305 to c86fa1
Oops, something went wrong.