summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smc91c9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/smc91c9x.h')
-rw-r--r--src/devices/machine/smc91c9x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/smc91c9x.h b/src/devices/machine/smc91c9x.h
index 8c5aa3c2460..219f6dde0b6 100644
--- a/src/devices/machine/smc91c9x.h
+++ b/src/devices/machine/smc91c9x.h
@@ -258,7 +258,7 @@ private:
int m_rx_active;
int m_tx_retry_count;
u8 m_rx_hash;
- u8 m_loopback_result;
+ int m_loopback_result;
void update_ethernet_irq();
void update_stats();