aboutsummaryrefslogtreecommitdiffstats
path: root/satamv.c
diff options
context:
space:
mode:
Diffstat (limited to 'satamv.c')
-rw-r--r--satamv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/satamv.c b/satamv.c
index 3996a4b0..32ac11a3 100644
--- a/satamv.c
+++ b/satamv.c
@@ -179,9 +179,7 @@ static 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, NULL);
-
- return 0;
+ return register_par_master(&par_master_satamv, BUS_PARALLEL, NULL);
}
const struct programmer_entry programmer_satamv = {