Skip to content

Commit 1e33b82

Browse files
committed
names
1 parent a1c3f9c commit 1e33b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/devices/bus/cpc/musicmachine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// DEVICE DEFINITIONS
1717
//**************************************************************************
1818

19-
DEFINE_DEVICE_TYPE(CPC_MUSICMACHINE, cpc_musicmachine_device, "cpcmusic", "The Music Machine")
19+
DEFINE_DEVICE_TYPE(CPC_MUSICMACHINE, cpc_musicmachine_device, "cpcmusic", "The Music Machine CPC")
2020

2121

2222
void cpc_musicmachine_device::device_add_mconfig(machine_config &config)

Diff for: src/devices/bus/spectrum/musicmachine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// DEVICE DEFINITIONS
1717
//**************************************************************************
1818

19-
DEFINE_DEVICE_TYPE(SPECTRUM_MUSICMACHINE, spectrum_musicmachine_device, "spectrummusic", "The Music Machine")
19+
DEFINE_DEVICE_TYPE(SPECTRUM_MUSICMACHINE, spectrum_musicmachine_device, "spectrummusic", "The Music Machine ZX")
2020

2121

2222
void spectrum_musicmachine_device::device_add_mconfig(machine_config &config)

0 commit comments

Comments
 (0)