Skip to content

Commit b69ab97

Browse files
committed
- 6.0.1.0 Supported importing *.sf file to PAULA_8364(AMIGA).
- PAULA_8364(AMIGA) can export a default.vpcm file. VSIF_AMIGA driver can load the default.vpcm file on startup.
1 parent 0938495 commit b69ab97

File tree

11 files changed

+700
-424
lines changed

11 files changed

+700
-424
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MAmidiMEmo 6.0.0.0 Itoken (c)2019, 2025 / GPL-2.0
1+
MAmidiMEmo 6.0.1.0 Itoken (c)2019, 2025 / GPL-2.0
22

33
*** What is the MAmidiMEmo? ***
44

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

276276
*** Changes
277+
- 6.0.1.0 Supported importing *.sf file to PAULA_8364(AMIGA).
278+
- PAULA_8364(AMIGA) can export a default.vpcm file. VSIF_AMIGA driver can load the default.vpcm file on startup.
277279
- 6.0.0.0 Supported PAULA_8364(AMIGA).
278280
- 5.9.1.0 Supported 2nd PSG for MSX for VGMPlyer.
279281
- 5.9.0.0 Supported NanoDrive 6 UART for OPN2, DCSG.

docs/MAmidiMEmo/Manual.pdf

347 Bytes
Binary file not shown.

docs/MAmidiMEmo/Manual.pptx

159 Bytes
Binary file not shown.

src/VSIF/VSIF_AMIGA/.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"camdbase.h": "c",
2929
"libraries.h": "c",
3030
"dos.h": "c",
31-
"midiprefs.h": "c"
31+
"midiprefs.h": "c",
32+
"main.h": "c"
3233
},
3334
"amiga.program": "out/VSIF_AMIGA",
3435
"m68k.includePaths": [

0 commit comments

Comments
 (0)