summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lindbergh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lindbergh.cpp')
-rw-r--r--src/mame/drivers/lindbergh.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/lindbergh.cpp b/src/mame/drivers/lindbergh.cpp
index b5c6ff51f30..cf7129df477 100644
--- a/src/mame/drivers/lindbergh.cpp
+++ b/src/mame/drivers/lindbergh.cpp
@@ -85,7 +85,7 @@ Answer X Answer 1.1 ? ?
Answer X Answer DX ? ? ?
Answer X Answer Premium ? ? ?
Answer X Answer 2 ? ? DVP-0067
-Atractive Deck Poker (rev C) ? ? DVP-0033C
+Attractive Deck Poker (rev C) ? ? DVP-0033C
Cloud Nine (rev E) ? ? DVP-0034E
Club Majesty Extend ? ? ?
Club Majesty Formal ? ? ?
@@ -236,7 +236,7 @@ Rear Board incorporating Security Board (plugged into main board security connec
---------------------------------------
This board has the power input connectors on it and holes for access to the mainboard
-I/O conections (LAN/COM/USB/speakers etc). Lower left is where the security board is plugged in.
+I/O connections (LAN/COM/USB/speakers etc). Lower left is where the security board is plugged in.
837-14520R
171-8322C
@@ -376,7 +376,7 @@ public:
void lindbergh(machine_config &config);
-private:
+protected:
virtual void machine_start() override;
virtual void machine_reset() override;
};