summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aim65_40.cpp
diff options
context:
space:
mode:
author David Haywood <hazemamewip@hotmail.com>2018-07-02 01:08:47 +0100
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-07-01 20:08:47 -0400
commit5fc872cfcc5a8fc97dfa21530e9d2da12d115064 (patch)
tree2bcf50349aee16964a43c9a17b22a3a203dc8a8e /src/mame/drivers/aim65_40.cpp
parent44bc4d6bc32cffe6c4bea8b5f148b7663b62c781 (diff)
private: use (W,X,Y,Z,#) (#3721)
* private: use (W,X,Y,Z,#) * A part 1 (nw)
Diffstat (limited to 'src/mame/drivers/aim65_40.cpp')
-rw-r--r--src/mame/drivers/aim65_40.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/drivers/aim65_40.cpp b/src/mame/drivers/aim65_40.cpp
index c0ec29c8121..1ecd8fd5078 100644
--- a/src/mame/drivers/aim65_40.cpp
+++ b/src/mame/drivers/aim65_40.cpp
@@ -74,10 +74,12 @@ class aim65_40_state : public driver_device
public:
aim65_40_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
- { }
+ { }
- void aim65_40(machine_config &config);
- void aim65_40_mem(address_map &map);
+ void aim65_40(machine_config &config);
+
+private:
+ void aim65_40_mem(address_map &map);
// devices
//device_t *m_via0;
//device_t *m_via1;