summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pmd85.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-08-29 19:07:22 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-08-29 19:07:51 +0200
commitb69e80c9f4b079918b8162ffabaf907a34cea3d2 (patch)
treebb4a07513094a62de29058b835db9f7d4a5631b6 /src/mame/includes/pmd85.h
parent8ac98fea56b7c409f5917d78ceafa6bb7a97b653 (diff)
i8251: Removed MCFG, nw
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);