Skip to content

Commit

Permalink
- 5.7.2.2 Fixed MEGA CD(VSIF Genesis(FTDI)) driver TYPO.
Browse files Browse the repository at this point in the history
  • Loading branch information
110-kenichi committed Nov 7, 2024
1 parent 6aae464 commit 3f37b6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAmidiMEmo 5.7.7.1 Itoken (c)2019, 2024 / GPL-2.0
MAmidiMEmo 5.7.7.2 Itoken (c)2019, 2024 / GPL-2.0

*** What is the MAmidiMEmo? ***

Expand Down Expand Up @@ -274,8 +274,9 @@ e.g.) YM2151 has 8ch FM sounds, so you can play 8 chords on MIDI 1ch or sharing
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SNQ9JE3JAQMNQ)

*** Changes
- 5.7.2.2 Fixed MEGA CD(VSIF Genesis(FTDI)) driver TYPO.
- 5.7.2.1 Updated VGMPlayer(only) to fix SCC sounding.
- - 5.7.2.0 Improved MSX VSIF driver performance.
- 5.7.2.0 Improved MSX VSIF driver performance.
- Included MEGE DRIVE driver on MEGA CD(VSIF Genesis(FTDI)) driver.
- 5.7.1.6 Improved MSX VSIF driver performance
- Fix Sound off timing for VSIF OPLL
Expand Down
Binary file modified src/VSIF/VGMPlay_SegaCD/VGMPlay_mdcd.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion src/VSIF/VGMPlay_SegaCD/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int main() {
VDP_clearText(0, 10, 40);
VDP_clearText(0, 11, 40);
VDP_clearText(0, 13, 40);
VDP_clearText(0, 14, 40);
VDP_clearText(0, 15, 40);

// u16 busTaken = Z80_getAndRequestBus(TRUE);
SYS_disableInts();
Expand Down

0 comments on commit 3f37b6c

Please sign in to comment.