diff options
author | 2018-06-24 19:04:53 +1000 | |
---|---|---|
committer | 2018-06-24 19:04:53 +1000 | |
commit | 90d7b40e62b695a8f74158a64c69db15dcc94d37 (patch) | |
tree | 81ccafe933878fa3ef7389f91d1e6f0d00296d37 /src/devices/bus/z88/z88.h | |
parent | 2578a9ddcb8dbcf6b05e01cf7b5fb7d32cd14d54 (diff) |
srcclean and other cleanup (nw)
Diffstat (limited to 'src/devices/bus/z88/z88.h')
-rw-r--r-- | src/devices/bus/z88/z88.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/z88/z88.h b/src/devices/bus/z88/z88.h index c1337cab5cf..f5b63fcbfd0 100644 --- a/src/devices/bus/z88/z88.h +++ b/src/devices/bus/z88/z88.h @@ -124,9 +124,9 @@ protected: private: static constexpr device_timer_id TIMER_FLP_CLEAR = 0; - devcb_write_line m_out_flp_cb; - device_z88cart_interface* m_cart; - emu_timer * m_flp_timer; + devcb_write_line m_out_flp_cb; + device_z88cart_interface* m_cart; + emu_timer * m_flp_timer; }; |