Search found 3 matches

by mattjustice
Tue Aug 27, 2019 10:17 am
Forum: Newbie Help Center
Topic: Feedback wanted on my first NES project-a simple Hello World
Replies: 4
Views: 5251

Re: Feedback wanted on my first NES project-a simple Hello W

Great; thanks again for your help! I like the lookup table approach.
by mattjustice
Tue Aug 27, 2019 4:15 am
Forum: Newbie Help Center
Topic: Feedback wanted on my first NES project-a simple Hello World
Replies: 4
Views: 5251

Re: Feedback wanted on my first NES project-a simple Hello W

pubby - Thanks for taking the time to review the code and provide your feedback! INC - Yes, good catch. Clearing OAM - I'll keep that mind for future projects, thanks. Tables - I'd like to understand this better. Are you recommending that I keep a table where I can quickly lookup appropriate values ...
by mattjustice
Mon Aug 26, 2019 4:04 pm
Forum: Newbie Help Center
Topic: Feedback wanted on my first NES project-a simple Hello World
Replies: 4
Views: 5251

Feedback wanted on my first NES project-a simple Hello World

Hi, I'm new NES development. Last week I decided to take a shot a writing a "Hello, World" style program as a prelude to writing a real NES game. I realize there are already a bunch of starter projects, templates, and so forth out there, and those were helpful to me (Brad Smith's NES-ca65-...