summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/thomson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/thomson.h')
-rw-r--r--src/mess/includes/thomson.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/includes/thomson.h b/src/mess/includes/thomson.h
index 52b1b10694c..b9d14a0c301 100644
--- a/src/mess/includes/thomson.h
+++ b/src/mess/includes/thomson.h
@@ -115,9 +115,9 @@ public:
DECLARE_DEVICE_IMAGE_LOAD_MEMBER( to7_cartridge );
DECLARE_DEVICE_IMAGE_LOAD_MEMBER( mo5_cartridge );
-
+
optional_device<mc6854_device> m_mc6854;
-
+
DECLARE_WRITE8_MEMBER( to7_set_cassette_motor );
DECLARE_WRITE8_MEMBER( mo5_set_cassette_motor );
DECLARE_WRITE_LINE_MEMBER( thom_dev_irq_0 );
@@ -322,7 +322,7 @@ protected:
required_device<mea8000_device> m_mea8000;
required_device<ram_device> m_ram;
optional_device<mc6846_device> m_mc6846;
-
+
/* bank logging and optimisations */
int m_old_cart_bank;
int m_old_cart_bank_was_read_only;