kbeckmann / game-and-watch-retro-go

Emulator collection for Nintendo® Game & Watch™
GNU General Public License v2.0
433 stars 130 forks source link

Allow extended usage of internal flash #168

Open BrianPugh opened 2 years ago

BrianPugh commented 2 years ago

This is a naive way of shoving some more data into the internal flash if the user specifies EXTENDED=1

kbeckmann commented 2 years ago

I see what you're trying to do, and also why, but doing like this will be hard to maintain.

I would much prefer having one single .ld file and then based on a build flag:

This could also be solved with includes from the .ld file, not sure what is the most clean solution.

nopjne commented 2 years ago

What if we simply increase it to 256 without the make parameter addition. As long as people have the patched ocd everything works.