From 28bfe967b85f13007d24c86beb34402f6c5e7954 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 14 Mar 2021 00:18:15 +1100 Subject: [PATCH] f2pbball.lay, ftri1.lay: Attributes are more readable than inline styles, and defaults can be omitted. --- src/devices/machine/mv_sonora.cpp | 2 +- src/mame/layout/f2pbball.lay | 6 +++--- src/mame/layout/ftri1.lay | 6 +++--- src/mame/machine/mac.cpp | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/devices/machine/mv_sonora.cpp b/src/devices/machine/mv_sonora.cpp index 21cdfd44005..9ae19f69d3a 100644 --- a/src/devices/machine/mv_sonora.cpp +++ b/src/devices/machine/mv_sonora.cpp @@ -69,7 +69,7 @@ void mac_video_sonora_device::device_add_mconfig(machine_config &config) // The system starts by leaving everything undriven and reading the // result. If it's not 7, it's the monitor type. If it's 7, then it -// needs the extended monitor sense. It tend drives a 0 on each of +// needs the extended monitor sense. It then drives a 0 on each of // the 3 pins in sequence and records the result on the other two, and // that gives the signature. diff --git a/src/mame/layout/f2pbball.lay b/src/mame/layout/f2pbball.lay index 0031a23d18c..7ce4594eac6 100644 --- a/src/mame/layout/f2pbball.lay +++ b/src/mame/layout/f2pbball.lay @@ -9,21 +9,21 @@ license:CC0 - + ]]> - + ]]> - + ]]> diff --git a/src/mame/layout/ftri1.lay b/src/mame/layout/ftri1.lay index f4b83ffb561..05886f028c0 100644 --- a/src/mame/layout/ftri1.lay +++ b/src/mame/layout/ftri1.lay @@ -9,21 +9,21 @@ license:CC0 - + ]]> - + ]]> - + ]]> diff --git a/src/mame/machine/mac.cpp b/src/mame/machine/mac.cpp index bcff8488343..ee0f8b1eb4d 100644 --- a/src/mame/machine/mac.cpp +++ b/src/mame/machine/mac.cpp @@ -820,7 +820,7 @@ uint8_t mac_state::mac_via_in_b() } else if (ADB_IS_CUDA) { - logerror("%s cuda treq %d\n", machine().time().to_string(), m_cuda->get_treq()); + logerror("%s cuda treq %d\n", machine().time().to_string(), m_cuda->get_treq()); val |= m_cuda->get_treq()<<3; }