Skip to content

Commit 6c5f2c4

Browse files
committed
pg-1000: add better descriptions to the header
1 parent 3a097c7 commit 6c5f2c4

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/mame/roland/roland_pg1000.cpp

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,25 @@
44
55
Roland PG-1000 programmer.
66
7-
To be used alongside Roland D50/D550/MT-32
7+
To be used alongside Roland D-50/D-550/MT-32
8+
9+
-----------------------------------------------------------------------------
10+
11+
Notes:
12+
midiin1 is the usual "MIDI IN" port.
13+
midiin2 is the "Parameter In" port.
14+
15+
usage:
16+
mame pg1000 -midiin1 "ctrl" -midiin2 "synth" -midiout "synth"
17+
18+
where:
19+
"ctrl" is a MIDI OUT device such as
20+
an external usb midi keyboard controller.
21+
22+
"synth" is a D-50 or a D-550.
23+
(and I guess it may work with a Roland MT-32 as well)
24+
25+
During developmet, I tested this setup using a real Roland D-550.
826
927
****************************************************************************/
1028

0 commit comments

Comments
 (0)