summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Hydreigon <42880982+Hydreigon223@users.noreply.github.com>2020-03-10 08:58:05 -0500
committer GitHub <noreply@github.com>2020-03-10 14:58:05 +0100
commitdc06d4b5cc879e7a2f33a2acb472c64ab3c56c02 (patch)
treebcbf536ce1c2c17ebad16a510cea1525ea2e510d
parent9c600695f0ed4456270bf5f1676b8fadaed34127 (diff)
Confirm Zeus 2's cab linking is firewire/IEEE 1394 (#6425)
* Confirm Zeus 2's cab linking is firewire/IEEE 1394 none * ok, but the note in the above comment box (nw) Co-authored-by: hap <happppp@users.noreply.github.com>
-rw-r--r--src/mame/drivers/midzeus.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/midzeus.cpp b/src/mame/drivers/midzeus.cpp
index c7f210e7344..4ee983b9c55 100644
--- a/src/mame/drivers/midzeus.cpp
+++ b/src/mame/drivers/midzeus.cpp
@@ -453,11 +453,15 @@ WRITE32_MEMBER(midzeus2_state::crusnexo_leds_w)
}
+
/*************************************
*
- * Firewwire access (Zeus 2 only)
+ * Firewire/IEEE 1394 access (Zeus 2 only)
+ *
+ * Hardware: TSB12LV01A link layer controller and IBM IBM21S851 physical layer (PHY) transceiver.
*
*************************************/
+
READ32_MEMBER(midzeus_state::firewire_r)
{
uint32_t retVal = 0;