1
0
mirror of https://github.com/safiire/n65.git synced 2024-06-10 15:29:53 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Saf
2b1bb7805c
Update README.md 2020-09-07 13:59:54 -07:00
Saf
27b5c89539 Update README 2020-09-06 10:28:15 -07:00
Saf
c41f82bb93 Update badge on README 2020-08-31 02:22:47 -07:00
Saf
a8b24efb54 Fixing Badge 2020-08-31 02:21:41 -07:00
Saf
9f012a159c Update README 2020-08-31 01:15:23 -07:00
Saf
250768a4d1 Adding GHA badge 2020-08-31 01:12:48 -07:00
Safiire
1013280f9e Made n65 into a RubyGem 2015-03-31 02:50:55 -07:00
Safiire
eeaeec1b84 Updated readme 2015-03-29 10:23:58 -07:00
Safiire
6e655963f7 Renaming the program to n65 2015-03-29 10:19:19 -07:00
Safiire
7e5cf3ca48 Updating sound engine source with minor changes 2015-03-27 16:33:53 -07:00
Safiire
97205a826c Updated readme 2015-03-27 15:58:23 -07:00
Safiire
6d3401b2a5 Added .inc directive, and created a NES symbols include file 2015-03-12 11:46:59 -07:00
Safiire
0c6c8ab80e Added zp suffix to explicitly force zero page instructions when using symbols 2015-03-12 08:54:59 -07:00
Safiire
4a7445c236 Organizing some of the files 2015-03-05 17:26:29 -08:00
Safiire
419617382b Updating readme 2015-03-05 13:20:58 -08:00
Safiire
eaa80000b2 Can use lower case instruction names and hex now 2015-02-22 18:49:24 -08:00
Safiire
e661393e6e update readme 2015-02-22 18:01:27 -08:00
Safiire
8d3d3a44fb Update readme 2015-02-22 17:52:39 -08:00
Safiire
240f8d4248 Updated readme 2015-02-22 17:51:31 -08:00
Safiire
210cf3c460 Updated the readme, added a version number, and some todos, explaination about the state of banks and mappers 2015-02-22 17:49:45 -08:00
Safiire
b94208489b Updaing readme, adding an image 2015-02-18 18:44:17 -08:00
Safiire
e92101fcdf Updated README 2015-02-18 18:40:00 -08:00
Safiire
f5866fa2e3 Updated README 2015-02-18 04:05:00 -08:00
Safiire
ac46228b9f I have added many directives, such as .org, ines header, .dw, .bytes, and made it produce proper Roms launch into the entry point at 0xC000 from the reset vector. I basically rewrote the Assembler class, this could still use some cleaning up though, more unit tests, and to compile some code with CHR segments 2015-02-18 03:05:18 -08:00
Safiire
69e3d2fb0c Initial Commit 2015-02-17 19:05:37 -08:00
Saf
959beeb09f Initial commit 2015-02-17 18:26:26 -08:00