summaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/eepro100.c')
-rw-r--r--hw/eepro100.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/eepro100.c b/hw/eepro100.c
index c39d364..ad81cbf 100644
--- a/hw/eepro100.c
+++ b/hw/eepro100.c
@@ -1256,6 +1256,10 @@ static void eepro100_write1(EEPRO100State * s, uint32_t addr, uint8_t val)
eepro100_interrupt(s, 0);
break;
case SCBPort + 3:
+ case 24:
+ case 25:
+ case 26:
+ case 27:
logout("addr=%s val=0x%02x\n", regname(addr), val);
break;
case SCBeeprom:
OpenPOWER on IntegriCloud