mirror of
https://github.com/everything8215/ff6.git
synced 2024-11-26 22:20:22 +00:00
9 lines
204 B
INI
9 lines
204 B
INI
memory {
|
|
dp0: start = $0000, size = $0100, type = rw;
|
|
dp1: start = $0100, size = $0100, type = rw;
|
|
ram: start = $0200, size = $fe00, type = rw;
|
|
}
|
|
|
|
segments {
|
|
code: load = ram, type = ro;
|
|
} |