Skip to content

Commit d3e6265

Browse files
committed
mdisplay1/mdisplay2: more corrrect device names
1 parent ea7fe30 commit d3e6265

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/mame/hegenerglaser/mdisplay1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ shift registers.
1212
#include "mdisplay1.h"
1313

1414

15-
DEFINE_DEVICE_TYPE(MEPHISTO_DISPLAY_MODULE1, mephisto_display1_device, "mdisplay1", "Mephisto Display Module 1")
15+
DEFINE_DEVICE_TYPE(MEPHISTO_DISPLAY_MODULE1, mephisto_display1_device, "mdisplay1", "Mephisto Display Modul")
1616

1717
//-------------------------------------------------
1818
// constructor

src/mame/hegenerglaser/mdisplay2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module also includes 8KB NVRAM, but that part is emulated in the driver.
1515
#include "speaker.h"
1616

1717

18-
DEFINE_DEVICE_TYPE(MEPHISTO_DISPLAY_MODULE2, mephisto_display2_device, "mdisplay2", "Mephisto Display Module 2")
18+
DEFINE_DEVICE_TYPE(MEPHISTO_DISPLAY_MODULE2, mephisto_display2_device, "mdisplay2", "Mephisto 16/32 bit Display Modul")
1919

2020
//-------------------------------------------------
2121
// constructor

0 commit comments

Comments
 (0)