*Statically* allocate mempak page 0 buffer.

This commit is contained in:
2016-02-04 14:32:43 -05:00
parent ab7671964b
commit 25c537613e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void Mempak::Load()
void Mempak::Format(int32_t Control)
{
uint8_t Initialize[] = {
static uint8_t Initialize[] = {
0x81, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0C, 0x0D, 0x0E, 0x0F,
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F,
0xFF, 0xFF, 0xFF, 0xFF, 0x05, 0x1A, 0x5F, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,