summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tutor.cpp
diff options
context:
space:
mode:
author David Haywood <hazemamewip@hotmail.com>2018-07-01 20:19:58 +0100
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-07-01 15:19:58 -0400
commite3aae75004d3d6551e9282b1330d53ba1f5d05e2 (patch)
tree17fa92253713e6f94e86e07cd52806395fe4ce1e /src/mame/drivers/tutor.cpp
parent6e15d298234a0d8140061b7a4be8c617f12c9690 (diff)
private: use (S, T, U, V) (nw) (#3720)
* private: use (S) (nw) * T part 1 (nw) * T part 2 (nw) * U,V (nw)
Diffstat (limited to 'src/mame/drivers/tutor.cpp')
-rw-r--r--src/mame/drivers/tutor.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/tutor.cpp b/src/mame/drivers/tutor.cpp
index c7a202c64bd..f58d68da2ce 100644
--- a/src/mame/drivers/tutor.cpp
+++ b/src/mame/drivers/tutor.cpp
@@ -200,6 +200,10 @@ public:
{
}
+ void pyuutajr(machine_config &config);
+ void tutor(machine_config &config);
+
+private:
required_device<tms9995_device> m_maincpu;
required_device<generic_slot_device> m_cart;
optional_device<cassette_image_device> m_cass;
@@ -227,8 +231,6 @@ public:
int m_centronics_busy;
DECLARE_WRITE_LINE_MEMBER(write_centronics_busy);
- void pyuutajr(machine_config &config);
- void tutor(machine_config &config);
void pyuutajr_mem(address_map &map);
void tutor_io(address_map &map);
void tutor_memmap(address_map &map);