Renamed the new variable in the nvr struct.

This commit is contained in:
OBattler
2021-12-20 23:06:39 +01:00
parent ba0430999c
commit df985616e0
3 changed files with 14 additions and 14 deletions

View File

@@ -67,7 +67,7 @@
typedef struct _nvr_ {
char *fn; /* pathname of image file */
uint16_t size; /* device configuration */
int8_t irq, new;
int8_t irq, is_new;
uint8_t onesec_cnt;
pc_timer_t onesec_time;