diff options
author | 2019-12-22 11:31:16 +0100 | |
---|---|---|
committer | 2019-12-22 11:32:47 +0100 | |
commit | a2e0ec8df30a102150e280bf9071493a757c4d83 (patch) | |
tree | 41d4e8864929972fe65427cf85776f565b318b48 | |
parent | c85f53c511e275540e63b57f7407bb6f2c36a496 (diff) |
Remove unwanted changes (nw)
-rw-r--r-- | src/devices/bus/isa/mc1502_fdc.cpp | 2 | ||||
-rw-r--r-- | src/devices/bus/lpci/i82439tx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/mc1502_fdc.cpp b/src/devices/bus/isa/mc1502_fdc.cpp index 07eef8f0544..b9ec465bf77 100644 --- a/src/devices/bus/isa/mc1502_fdc.cpp +++ b/src/devices/bus/isa/mc1502_fdc.cpp @@ -185,7 +185,7 @@ WRITE8_MEMBER(mc1502_fdc_device::mc1502_fdc_w) // mc1502_fdc_device - constructor //------------------------------------------------- -mc1502_fdc_device::mc1502_fdc_device(const machine_config& mconfig, const char* tag, device_t* owner, uint32_t clock) +mc1502_fdc_device::mc1502_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, MC1502_FDC, tag, owner, clock) , device_isa8_card_interface(mconfig, *this) , m_fdc(*this, "fdc") diff --git a/src/devices/bus/lpci/i82439tx.h b/src/devices/bus/lpci/i82439tx.h index fc151e0fd37..d4f19ba6c6a 100644 --- a/src/devices/bus/lpci/i82439tx.h +++ b/src/devices/bus/lpci/i82439tx.h @@ -24,7 +24,7 @@ public: // construction/destruction i82439tx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); - void set_cpu(const char* tag) { m_cpu_tag = tag; m_cpu.set_tag(m_cpu_tag); } + void set_cpu(const char *tag) { m_cpu_tag = tag; m_cpu.set_tag(m_cpu_tag); } void set_region(const char *tag) { m_region_tag = tag; } virtual uint32_t pci_read(pci_bus_device *pcibus, int function, int offset, uint32_t mem_mask) override; |