mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
b0408fc485
remove delay in gpclk setting
11 lines
198 B
INI
Executable File
11 lines
198 B
INI
Executable File
MEMORY {
|
|
ROM: start = $c000, size = $1000, file = %O;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load = ROM, type = ro;
|
|
DATA: load = ROM, type = ro;
|
|
BSS: load = ROM, type = ro;
|
|
}
|
|
|
|
|