Commit Graph

20 Commits

Author SHA1 Message Date
g012 31cccce3e1 [NES] Added UNROM-512 mapper and sample 2024-04-11 14:46:37 +02:00
g012 29f5666b20 Added build.zig to cross compile
Warning: currently you need to edit ConfigHeader.zig in Zig's std
library, and comment "try output.appendSlice(c_generated_line);"
2024-03-12 16:01:12 +01:00
g012 f3bd018090 Added ability to define the zero page outside 00-FF, with PC-Engine in mind. 2017-12-25 23:23:22 +01:00
g012 75db428750 [NES] Fixed wrong index in FCEUX nl debugger file generation. 2017-12-24 00:43:07 +01:00
g012 d740492e8f [NES] Added MMC3 mapper. 2017-12-22 01:42:54 +01:00
g012 d27e4ce8d1 Added VCS music cart sample. 2017-12-12 18:20:03 +01:00
g012 3db7a48f48 Added strip_empty option and weak sections, and empty sections are no more removed by default.
Allowed to pass section references to VCS far calls.
2017-10-14 22:51:18 +02:00
g012 d72c8c83e6 Added optional ttt filename parameter for vcs_music.l65. 2017-10-11 15:36:27 +02:00
g012 10fac6307b Added ability to pass command line arguments to the l65 script file. 2017-10-11 14:35:19 +02:00
g012 e5ead7c8f3 Fixed ttt loader. Added vcs_music.l65 sample. 2017-10-11 02:30:23 +02:00
g012 ce2737c353 Fixed erroneous function name in lua.h.
Added lpeg's re.lua lib.
Added dkjson.lua.
Added parser for TIATracker .ttt files.
2017-10-10 02:04:25 +02:00
g012 6bdc61e300 Added a paragraph about binary literals in README.md. 2017-10-08 20:17:17 +02:00
g012 dc9519d83e Some typo fixes in the documentation. 2017-10-08 11:25:45 +02:00
g012 0981f21032 Wrote documentation.
Fixed link error on unbounded locations.
2017-10-08 02:17:44 +02:00
g012 ae256b8e2c Added image importers for VCS. 2017-10-05 00:12:28 +02:00
g012 a02573fc32 Fixed warnings on clang.
Removed dl lib for osx.
Fixed lpeg build on windows with numsiblings static.
2017-09-28 23:37:03 +02:00
g012 7d766aea03 Trying out travis-ci. 2017-09-28 22:55:31 +02:00
g012 dfc0637027 Updated README with build instructions. 2017-09-28 15:27:49 +02:00
g012 c98b23c0c3 Added vim indentation file, added all opcodes into vim syntax file. 2017-09-16 00:11:22 +02:00
g012 3e38b14858 Initial commit 2016-06-15 01:59:00 +02:00