summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/esqlcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/esqlcd.cpp')
-rw-r--r--src/mame/machine/esqlcd.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/machine/esqlcd.cpp b/src/mame/machine/esqlcd.cpp
index a9348a5bde2..78d6b6f91d1 100644
--- a/src/mame/machine/esqlcd.cpp
+++ b/src/mame/machine/esqlcd.cpp
@@ -162,10 +162,9 @@ static unsigned char const Font5x7[][5] = {
};
//--------------------------------------------------------------------------------------------------------------------------------------------
-void esq2x16_sq1_device::device_add_mconfig(machine_config &config)
-{
+MACHINE_CONFIG_START(esq2x16_sq1_device::device_add_mconfig)
config.set_default_layout(layout_esq2by16);
-}
+MACHINE_CONFIG_END
//--------------------------------------------------------------------------------------------------------------------------------------------
void esq2x16_sq1_device::write_char(int data)