From 620462d967790991bc7aaee3c9af552fec61b98d Mon Sep 17 00:00:00 2001 From: Jim Kowalkowski Date: Fri, 29 Jan 1993 15:21:30 +0000 Subject: [PATCH] callback for sequencing operations --- src/dev/devMz8310.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/dev/devMz8310.c b/src/dev/devMz8310.c index a2cae3f30..15a9c6d8a 100644 --- a/src/dev/devMz8310.c +++ b/src/dev/devMz8310.c @@ -761,6 +761,12 @@ static long write_pd(pr) mode = 0x0042; /* MODE G Waveform */ } + /* for a delay of zero */ + if(pr->dly==0) + { + load=1; + } + if(pr->cedg==FALLING_EDGE) mode |= 0x1000; /*count on falling edge*/