Added a fix for newly-initialized NVR on the Lucky Star 486 and AMI Apollo.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
typedef struct _nvr_ {
|
||||
char *fn; /* pathname of image file */
|
||||
uint16_t size; /* device configuration */
|
||||
int8_t irq;
|
||||
int8_t irq, new;
|
||||
|
||||
uint8_t onesec_cnt;
|
||||
pc_timer_t onesec_time;
|
||||
|
||||
Reference in New Issue
Block a user