Eeprom filesizes were incorrect (One bit is not a byte). (#29)

This commit is contained in:
gameblabla 2019-10-14 10:20:58 +00:00 committed by Robin Jones
parent 4ad1ab4264
commit 0d70330de5
1 changed files with 3 additions and 3 deletions

View File

@ -129,9 +129,9 @@
#define IO_WRITE(addr,data) (*(volatile u32*)PHYS_TO_K1(addr)=(u32)(data))
#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_SRAM96 131072
#define SAVE_SIZE_EEP4k 512
#define SAVE_SIZE_EEP16k 2048
#define SAVE_SIZE_FLASH 131072
#define ROM_ADDR 0xb0000000