summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pmd85.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pmd85.h')
-rw-r--r--src/mame/includes/pmd85.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pmd85.h b/src/mame/includes/pmd85.h
index 26d5a7c9723..8d7e254b1a7 100644
--- a/src/mame/includes/pmd85.h
+++ b/src/mame/includes/pmd85.h
@@ -53,7 +53,7 @@ public:
m_leds(*this, "led%u", 0U)
{ }
- void pmd85(machine_config &config);
+ void pmd85(machine_config &config, bool with_uart = true);
void pmd851(machine_config &config);
void pmd853(machine_config &config);
void pmd852a(machine_config &config);