-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MD.emu: Refactor Z80 code as a class instead of using global variables * MD.emu: Allow configuring memory access functions of the Z80 class at compile time * MD.emu: Generate the Z80 flag lookup tables at compile time * NEO.emu: Attempt to keep the 68K/Z80 in sync when the 68K reads/writes to the sound register, fixes missing intro audio in Blazing Star in console mode * NEO.emu: Fix CMC50 M1 decryption issue causing missing audio in games like KOF2000 and SS5 * NEO.emu: Update ADPCM-B step value in YM2610ChangeSamplerate(), fixes audio from that channel changing pitch on sample rate change * NEO.emu: When emulating the timer interrupt, guard the loop by the current line count * NEO.emu: Remove a lot of unused code including old CPU cores * NEO.emu: Remove current Z80 code and share code with MD.emu
- Loading branch information
Robert Broglia
committed
Mar 20, 2024
1 parent
29b266a
commit e4b141e
Showing
114 changed files
with
1,042 additions
and
84,749 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.