summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-10-22 12:34:30 +1100
committer Vas Crabb <vas@vastheman.com>2017-10-22 12:34:30 +1100
commit4c29419cab5f44db1d52e5f28cef42450406be2a (patch)
tree33939159a0d389f16e0e8f58a1acc86f7d44f263 /src/devices/bus
parentb39e7a994136b459905388496a94beff2f3810bd (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/abcbus/db411223.cpp2
-rw-r--r--src/devices/bus/abcbus/db411223.h2
-rw-r--r--src/devices/bus/abcbus/lux10828.cpp4
-rw-r--r--src/devices/bus/abcbus/unidisk.cpp2
-rw-r--r--src/devices/bus/bbc/tube/tube_80286.cpp2
-rw-r--r--src/devices/bus/coco/coco_t4426.cpp28
-rw-r--r--src/devices/bus/gamate/gamate_protection.cpp2
-rw-r--r--src/devices/bus/gamate/gamate_protection.h4
-rw-r--r--src/devices/bus/gamate/slot.cpp2
-rw-r--r--src/devices/bus/vme/vme_hcpu30.cpp2
10 files changed, 25 insertions, 25 deletions
diff --git a/src/devices/bus/abcbus/db411223.cpp b/src/devices/bus/abcbus/db411223.cpp
index 244cde4c0b4..3061627e1ad 100644
--- a/src/devices/bus/abcbus/db411223.cpp
+++ b/src/devices/bus/abcbus/db411223.cpp
@@ -15,7 +15,7 @@
// MACROS / CONSTANTS
//**************************************************************************
-#define Z80_TAG "maincpu"
+#define Z80_TAG "maincpu"
//**************************************************************************
diff --git a/src/devices/bus/abcbus/db411223.h b/src/devices/bus/abcbus/db411223.h
index 1434db349aa..8baf538c49b 100644
--- a/src/devices/bus/abcbus/db411223.h
+++ b/src/devices/bus/abcbus/db411223.h
@@ -23,7 +23,7 @@
// ======================> databoard_4112_23_t
class databoard_4112_23_t : public device_t,
- public device_abcbus_card_interface
+ public device_abcbus_card_interface
{
public:
// construction/destruction
diff --git a/src/devices/bus/abcbus/lux10828.cpp b/src/devices/bus/abcbus/lux10828.cpp
index 1d4f385eb6d..0c4018925d5 100644
--- a/src/devices/bus/abcbus/lux10828.cpp
+++ b/src/devices/bus/abcbus/lux10828.cpp
@@ -76,8 +76,8 @@ Notes:
TODO:
- - needs mid-instruction wait state support from Z80 core
- - inverted A4/5/6/7 chip select
+ - needs mid-instruction wait state support from Z80 core
+ - inverted A4/5/6/7 chip select
- copy protection device (sends sector header bytes to CPU? DDEN is serial clock? code checks for either $b6 or $f7)
06F8: ld a,$2F ; SEEK
diff --git a/src/devices/bus/abcbus/unidisk.cpp b/src/devices/bus/abcbus/unidisk.cpp
index 7b95824e935..17e8e82f01a 100644
--- a/src/devices/bus/abcbus/unidisk.cpp
+++ b/src/devices/bus/abcbus/unidisk.cpp
@@ -15,7 +15,7 @@
// MACROS / CONSTANTS
//**************************************************************************
-#define TMS9995_TAG "maincpu"
+#define TMS9995_TAG "maincpu"
//**************************************************************************
diff --git a/src/devices/bus/bbc/tube/tube_80286.cpp b/src/devices/bus/bbc/tube/tube_80286.cpp
index 75fa5d2b46a..21952c4fc8e 100644
--- a/src/devices/bus/bbc/tube/tube_80286.cpp
+++ b/src/devices/bus/bbc/tube/tube_80286.cpp
@@ -152,4 +152,4 @@ WRITE8_MEMBER(bbc_tube_80286_device::irq_latch_w)
IRQ_CALLBACK_MEMBER(bbc_tube_80286_device::irq_callback)
{
return m_irq_latch;
-} \ No newline at end of file
+}
diff --git a/src/devices/bus/coco/coco_t4426.cpp b/src/devices/bus/coco/coco_t4426.cpp
index 7887cdba6cc..5408b9c0dc8 100644
--- a/src/devices/bus/coco/coco_t4426.cpp
+++ b/src/devices/bus/coco/coco_t4426.cpp
@@ -55,9 +55,9 @@
//#define LOG_OUTPUT_STREAM std::cout
#include "logmacro.h"
-#define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__)
-#define LOGPIA(...) LOGMASKED(LOG_PIA, __VA_ARGS__)
-#define LOGACIA(...) LOGMASKED(LOG_ACIA, __VA_ARGS__)
+#define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__)
+#define LOGPIA(...) LOGMASKED(LOG_PIA, __VA_ARGS__)
+#define LOGACIA(...) LOGMASKED(LOG_ACIA, __VA_ARGS__)
#ifdef _MSC_VER
#define FUNCNAME __func__
@@ -69,15 +69,15 @@
CONSTANTS
***************************************************************************/
-#define UART_TAG "acia"
-#define SERIAL_TAG "ser2" // Labled "Ser.I/O2 RC 232C" on the back of the case
-#define BRG_TAG "brg"
-#define SERIAL_BRF "serial_brf"
-#define SERIAL_BAUD "serial_baud"
-#define PIA_TAG "pia"
-#define CARTSLOT_TAG "t4426"
-#define CARTBANK_TAG "t4426_banks"
-#define CART_AUTOSTART_TAG "cart_autostart"
+#define UART_TAG "acia"
+#define SERIAL_TAG "ser2" // Labled "Ser.I/O2 RC 232C" on the back of the case
+#define BRG_TAG "brg"
+#define SERIAL_BRF "serial_brf"
+#define SERIAL_BAUD "serial_baud"
+#define PIA_TAG "pia"
+#define CARTSLOT_TAG "t4426"
+#define CARTBANK_TAG "t4426_banks"
+#define CART_AUTOSTART_TAG "cart_autostart"
//**************************************************************************
// TYPE DEFINITIONS
@@ -134,7 +134,7 @@ namespace
required_device<mc14411_device> m_brg;
required_ioport m_serial_baud;
-
+
void set_bank();
};
};
@@ -301,7 +301,7 @@ void coco_t4426_device::device_reset()
}
/*----------------------------------------------------
- * Serial port clock sources driven by the selected
+ * Serial port clock sources driven by the selected
* output of the MC14411
----------------------------------------------------*/
void coco_t4426_device::write_acia_clocks(int id, int state)
diff --git a/src/devices/bus/gamate/gamate_protection.cpp b/src/devices/bus/gamate/gamate_protection.cpp
index d3c257c53fa..4128b554cd1 100644
--- a/src/devices/bus/gamate/gamate_protection.cpp
+++ b/src/devices/bus/gamate/gamate_protection.cpp
@@ -93,7 +93,7 @@ READ_LINE_MEMBER(gamate_protection_device::prot_r)
m_inpos++;
logerror("read from protection %01x\n", retval);
-
+
if (m_inpos == 8)
{
logerror("unlocking ROM\n");
diff --git a/src/devices/bus/gamate/gamate_protection.h b/src/devices/bus/gamate/gamate_protection.h
index 006307af344..5ee37ff3e20 100644
--- a/src/devices/bus/gamate/gamate_protection.h
+++ b/src/devices/bus/gamate/gamate_protection.h
@@ -15,7 +15,7 @@ public:
gamate_protection_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
bool is_protection_passed();
-
+
DECLARE_WRITE_LINE_MEMBER( prot_w );
DECLARE_READ_LINE_MEMBER( prot_r );
@@ -36,4 +36,4 @@ private:
};
#endif // MAME_BUS_GAMATE_PROTECTION_H
-
+
diff --git a/src/devices/bus/gamate/slot.cpp b/src/devices/bus/gamate/slot.cpp
index a74b4569b6e..40a1c7fdfaa 100644
--- a/src/devices/bus/gamate/slot.cpp
+++ b/src/devices/bus/gamate/slot.cpp
@@ -182,7 +182,7 @@ int gamate_cart_slot_device::get_cart_type(const uint8_t *ROM, uint32_t len)
case 0x8000:
type = GAMATE_PLAIN;
break;
-
+
case 0x10000:
case 0x20000:
case 0x40000:
diff --git a/src/devices/bus/vme/vme_hcpu30.cpp b/src/devices/bus/vme/vme_hcpu30.cpp
index 861f7591840..d94e5ed28cd 100644
--- a/src/devices/bus/vme/vme_hcpu30.cpp
+++ b/src/devices/bus/vme/vme_hcpu30.cpp
@@ -132,7 +132,7 @@ MACHINE_CONFIG_MEMBER(vme_hcpu30_card_device::device_add_mconfig)
MCFG_DUSCC_OUT_TXDB_CB(DEVWRITELINE(RS232P2_TAG, rs232_port_device, write_txd))
MCFG_DUSCC_OUT_DTRB_CB(DEVWRITELINE(RS232P2_TAG, rs232_port_device, write_dtr))
MCFG_DUSCC_OUT_RTSB_CB(DEVWRITELINE(RS232P2_TAG, rs232_port_device, write_rts))
-// MCFG_DUSCC_OUT_INT_CB(DEVWRITELINE()
+// MCFG_DUSCC_OUT_INT_CB(DEVWRITELINE()
MCFG_RS232_PORT_ADD (RS232P1_TAG, default_rs232_devices, "terminal")
MCFG_RS232_RXD_HANDLER (DEVWRITELINE ("duscc", duscc68562_device, rxa_w))