ff6/cfg/ff6-spc.cfg
everything8215 1aca5a054d Add SPC code
2023-06-07 14:34:19 -04:00

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;
}