gregkrsak/first_nes

[cc65_migration] ld65: Error: Memory configuration missing

gregkrsak opened this issue · 1 comments

In accordance with the migration from NESASM to the cc65 binutils, a memory configuration is needed for the ld65 linker to function properly.

Example: https://github.com/algofoogle/nes-gamedev-examples/blob/master/part01/ex02-asm-example/nesfile.ini

Fixed. See Issue #6