mirror of
https://github.com/david-schmidt/tlc-apple2.git
synced 2024-11-26 12:49:15 +00:00
6c327f4283
* Add PB0 bitbanger and build process Signed-off-by: David Schmidt <1110325+david-schmidt@users.noreply.github.com> * Update target labels Signed-off-by: David Schmidt <1110325+david-schmidt@users.noreply.github.com> * Tune for 7-bit ASCII coming from a host Signed-off-by: David Schmidt <1110325+david-schmidt@users.noreply.github.com> * Update docs for bitbang joystick cable Signed-off-by: David Schmidt <1110325+david-schmidt@users.noreply.github.com> --------- Signed-off-by: David Schmidt <1110325+david-schmidt@users.noreply.github.com>
10 lines
198 B
INI
10 lines
198 B
INI
MEMORY {
|
|
RAM: start = $0300, size = $6500, define = yes, file = %O;
|
|
}
|
|
|
|
SEGMENTS {
|
|
CODE: load = RAM, type = ro;
|
|
RODATA: load = RAM, type = ro;
|
|
BSS: load = RAM, type = bss;
|
|
}
|