summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bennett <sb476@cam.ac.uk>2007-12-21 00:34:25 +0000
committerStuart Bennett <sb476@cam.ac.uk>2007-12-21 00:34:25 +0000
commit738c0353d1525170ab4f4e13aeb0822255e02a46 (patch)
tree50adb09a1f10fd1723ff1ea24b0a1a4179a03c52
parentfe85ad40d639c234244401611decc3646c31b911 (diff)
Oops, need 0xe80c in there too
-rw-r--r--nviolog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nviolog.c b/nviolog.c
index a7723c4..47975a8 100644
--- a/nviolog.c
+++ b/nviolog.c
@@ -101,7 +101,7 @@ x_outw_l(CARD16 port, CARD16 val)
void x_outl_l(CARD16 port, CARD32 val)
{
fprintf(stderr, "%04x:%04x W32 port: %04x data: %08x\n", M.x86.R_CS, M.x86.R_IP - 1, port, (unsigned int)val);
- if (port == 0x3d0 || port == 0xe808) {
+ if (port == 0x3d0 || port == 0xe808 || port == 0xe80c) {
if (!address) {
address = val;
fprintf(stderr, "Select address %08x\n", address);