Skip to content

Commit

Permalink
4.9.9.0 Supported PC-8801 OPNA
Browse files Browse the repository at this point in the history
  • Loading branch information
110-kenichi committed Sep 22, 2023
1 parent 228ecec commit b9e9ee1
Show file tree
Hide file tree
Showing 26 changed files with 319 additions and 139 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAmidiMEmo 4.9.8.1 Itoken (c)2019, 2020, 2021, 2022, 2023 / GPL-2.0
MAmidiMEmo 4.9.9.0 Itoken (c)2019, 2020, 2021, 2022, 2023 / GPL-2.0

*** What is the MAmidiMEmo? ***

Expand Down Expand Up @@ -274,6 +274,7 @@ 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 ***
4.9.9.0 Supported PC-8801 OPNA
4.9.8.1 Fixed an error on UseAltVRC6Cart prop value set by slider.
4.9.8.0 FtdiClkWidth to be adjusted when the VSIF connection is to FT232R or not.
4.9.7.1 Fixed SCC not sounding properly.
Expand Down
Binary file modified docs/MAmidiMEmo/Manual.pdf
Binary file not shown.
Binary file modified docs/MAmidiMEmo/Manual.pptx
Binary file not shown.
3 changes: 2 additions & 1 deletion src/VSIF/VGMPlay_88/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ all: $(PROGRAM)
$(PROGRAM): player_code.c uart-4800.asm const.inc macro.inc
$(CC) +pc88 -create-app -subtype=disk -o $(PROGRAM) player_code.c uart-4800.asm
$(CC) +pc88 -create-app -subtype=disk -o $(PROGRAM) player_code.c uart-4800.asm
hxcfe.exe -finput:$(PROGRAM) -foutput:VGM_88_d88.hfe -conv:HXC_HFE
# makebin.exe -s 65536 VGM_88.hex > VGM_88.bin
# perl romout.pl VGM_88.bin > VGM_88.rom
# cmd.exe /C copy.bat
cmd.exe /C copy.bat

# /mnt/e/Emu/blueMSX/blueMSX.exe VGM_msx.rom

Expand Down
Binary file modified src/VSIF/VGMPlay_88/VGM_88.d88
Binary file not shown.
Binary file modified src/VSIF/VGMPlay_88/VGM_88_BOOTSTRAP.bin
Binary file not shown.
1 change: 0 additions & 1 deletion src/VSIF/VGMPlay_88/VGM_88_S_X000.bin

This file was deleted.

Binary file removed src/VSIF/VGMPlay_88/VGM_88_S_X100.bin
Binary file not shown.
Binary file removed src/VSIF/VGMPlay_88/VGM_88_S_X200.bin
Binary file not shown.
Binary file removed src/VSIF/VGMPlay_88/VGM_88_S_X300.bin
Binary file not shown.
1 change: 0 additions & 1 deletion src/VSIF/VGMPlay_88/VGM_88_S_X400.bin

This file was deleted.

Binary file removed src/VSIF/VGMPlay_88/VGM_88_S_X500.bin
Binary file not shown.
Binary file removed src/VSIF/VGMPlay_88/VGM_88_S_X600.bin
Binary file not shown.
Binary file removed src/VSIF/VGMPlay_88/VGM_88_S_X700.bin
Binary file not shown.
1 change: 0 additions & 1 deletion src/VSIF/VGMPlay_88/VGM_88_S_X800.bin

This file was deleted.

1 change: 0 additions & 1 deletion src/VSIF/VGMPlay_88/VGM_88_S_XA00.bin

This file was deleted.

1 change: 0 additions & 1 deletion src/VSIF/VGMPlay_88/VGM_88_S_XB00.bin

This file was deleted.

Binary file added src/VSIF/VGMPlay_88/hxcfe.exe
Binary file not shown.
Binary file added src/VSIF/VGMPlay_88/libhxcfe.dll
Binary file not shown.
Binary file added src/VSIF/VGMPlay_88/libusbhxcfe.dll
Binary file not shown.
Loading

0 comments on commit b9e9ee1

Please sign in to comment.