]> git.sur5r.net Git - cc65/commit
moved cart header into seperate file, moved nmi stub into several file, tweaked linke...
authormrdudz <mrdudz@users.noreply.github.com>
Sun, 29 Nov 2015 15:01:36 +0000 (16:01 +0100)
committermrdudz <mrdudz@users.noreply.github.com>
Sun, 29 Nov 2015 15:01:36 +0000 (16:01 +0100)
commitc636675521a4804d3f93b6ffb0261753ff01ee45
tree61be8795d0b76dbe0dfab5b3a89475fe15d19587
parent1893e24da978e0fa4fd8338a1060ed0272d25b22
moved cart header into seperate file, moved nmi stub into several file, tweaked linker config
cfg/gamate.cfg
libsrc/gamate/crt0.s
libsrc/gamate/header.s [new file with mode: 0644]
libsrc/gamate/nmi.s [new file with mode: 0644]
testcode/lib/gamate/audiotest.s
testcode/lib/gamate/ctest.c
testcode/lib/gamate/lcdtest.s
util/gamate/gamate-fixcart.c