Eeprom filesizes were incorrect, fixed this. (One bit is not a byte)

This commit is contained in:
gameblabla 2019-08-19 21:42:41 +02:00
parent 4ad1ab4264
commit b1323b49fc
No known key found for this signature in database
GPG Key ID: B24EFBB23B5F76CB
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@
#define SAVE_SIZE_SRAM 32768
#define SAVE_SIZE_SRAM96 131072 //TODO: or should this be 98304
#define SAVE_SIZE_EEP4k 4096
#define SAVE_SIZE_EEP16k 16384
#define SAVE_SIZE_EEP4k 512
#define SAVE_SIZE_EEP16k 2048
#define SAVE_SIZE_FLASH 131072
#define ROM_ADDR 0xb0000000