Added a fix for newly-initialized NVR on the Lucky Star 486 and AMI Apollo.

This commit is contained in:
OBattler
2021-04-25 18:47:33 +02:00
parent 4fb1c8e51f
commit b4c2a657a1
3 changed files with 15 additions and 6 deletions

View File

@@ -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;