mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2025-07-25 04:24:07 +00:00
Fixed maximum chip size allowed by firmware for compatibility with new
8 MB SIMM
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include "../programmer_protocol.h"
|
||||
#include "../led.h"
|
||||
|
||||
#define MAX_CHIP_SIZE (512UL * 1024UL)
|
||||
#define MAX_CHIP_SIZE (2UL * 1024UL * 1024UL)
|
||||
#define READ_CHUNK_SIZE_BYTES 1024UL
|
||||
#define WRITE_CHUNK_SIZE_BYTES 1024UL
|
||||
#if ((READ_CHUNK_SIZE_BYTES % 4) != 0)
|
||||
|
Reference in New Issue
Block a user