summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/tms6100.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/tms6100.h')
-rw-r--r--src/emu/machine/tms6100.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/tms6100.h b/src/emu/machine/tms6100.h
index a6a13da2340..edfb348c6b1 100644
--- a/src/emu/machine/tms6100.h
+++ b/src/emu/machine/tms6100.h
@@ -10,7 +10,7 @@ class tms6100_device : public device_t
public:
tms6100_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
tms6100_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock);
-
+
DECLARE_WRITE_LINE_MEMBER( tms6100_m0_w );
DECLARE_WRITE_LINE_MEMBER( tms6100_m1_w );
DECLARE_WRITE_LINE_MEMBER( tms6100_romclock_w );
@@ -34,8 +34,8 @@ private:
UINT8 m_tms_clock;
UINT8 m_data;
UINT8 m_state;
-
- const UINT8 *m_rom;
+
+ const UINT8 *m_rom;
};