Removed a thing in nvr.h.

This commit is contained in:
OBattler
2021-06-07 00:10:05 +02:00
parent 40b0db4162
commit 195ebd66a5

View File

@@ -81,7 +81,6 @@ typedef struct _nvr_ {
void (*ven_save)(void);
uint8_t regs[NVR_MAXSIZE]; /* these are the registers */
uint8_t apc_regs[4]; /* AND THIS! IS THE APC MADAFAKA :b */
} nvr_t;