zasm: make fsdev buffer larger
Now that we don't sed out the comments any more, we busted the buffer.
This commit is contained in:
parent
58bdc6b27f
commit
a4e45d1a75
@ -49,7 +49,7 @@ static int inpt_size;
|
||||
static int inpt_ptr;
|
||||
static uint8_t middle_of_seek_tell = 0;
|
||||
|
||||
static uint8_t fsdev[0x20000] = {0};
|
||||
static uint8_t fsdev[0x40000] = {0};
|
||||
static uint32_t fsdev_size = 0;
|
||||
static uint32_t fsdev_ptr = 0;
|
||||
static uint8_t fsdev_seek_tell_cnt = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user