aboutsummaryrefslogtreecommitdiffstats
path: root/satamv.c
diff options
context:
space:
mode:
Diffstat (limited to 'satamv.c')
-rw-r--r--satamv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/satamv.c b/satamv.c
index 31265eab..2640b784 100644
--- a/satamv.c
+++ b/satamv.c
@@ -148,7 +148,7 @@ int satamv_init(void)
/* 512 kByte with two 8-bit latches, and
* 4 MByte with additional 3-bit latch. */
max_rom_decode.parallel = 4 * 1024 * 1024;
- register_par_master(&par_master_satamv, BUS_PARALLEL);
+ register_par_master(&par_master_satamv, BUS_PARALLEL, NULL);
return 0;
}