mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
06b06ab507
* Check in makerom files * Fix disasm for asm files in src
7 lines
69 B
C
7 lines
69 B
C
#ifndef BOOT_H
|
|
#define BOOT_H
|
|
|
|
#define BOOT_STACK_SIZE 0x400
|
|
|
|
#endif
|