f2pbball.lay, ftri1.lay: Attributes are more readable than inline

styles, and defaults can be omitted.
This commit is contained in:
Vas Crabb 2021-03-14 00:18:15 +11:00
parent e058313217
commit 28bfe967b8
4 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -9,21 +9,21 @@ license:CC0
<element name="diamond_white">
<image><data><![CDATA[
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1414.21356" height="1414.21356">
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" style="opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" fill="#cccccc" />
</svg>
]]></data></image>
</element>
<element name="diamond_black">
<image><data><![CDATA[
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1414.21356" height="1414.21356">
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" fill="#000000" />
</svg>
]]></data></image>
</element>
<element name="diamond_green">
<image><data><![CDATA[
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1414.21356" height="1414.21356">
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" style="opacity:1;fill:#006126;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" fill="#006126" />
</svg>
]]></data></image>
</element>

View File

@ -9,21 +9,21 @@ license:CC0
<element name="diamond_white">
<image><data><![CDATA[
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1414.21356" height="1414.21356">
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" style="opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" fill="#cccccc" />
</svg>
]]></data></image>
</element>
<element name="diamond_black">
<image><data><![CDATA[
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1414.21356" height="1414.21356">
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" fill="#000000" />
</svg>
]]></data></image>
</element>
<element name="diamond_green">
<image><data><![CDATA[
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1414.21356" height="1414.21356">
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" style="opacity:1;fill:#006126;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect width="1000.0" height="1000.0" x="500.0" y="-500.0" transform="rotate(45.0)" fill="#006126" />
</svg>
]]></data></image>
</element>

View File

@ -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;
}