Search found 5 matches

by Fabrizio Caruso
Sat Aug 25, 2018 5:25 am
Forum: NESdev
Topic: Coding my game Cross Chase also for the NES in C (CC65)
Replies: 6
Views: 3280

Re: Coding my game Cross Chase also for the NES in C (CC65)

Thanks for your support! Sorry, I am a NES noob... I am coding my game als for the NES but I am distracted by the other systems. My game is insanely cross-platform... In the end, Shiru found my issue: I was switching to the wrong page: PPU.control = 0x80; PPU.mask = 0x1e; fixes the issue (0x90 was w...
by Fabrizio Caruso
Fri Aug 24, 2018 12:41 pm
Forum: NESdev
Topic: Coding my game Cross Chase also for the NES in C (CC65)
Replies: 6
Views: 3280

Coding my game Cross Chase also for the NES in C (CC65)

I am trying to make a decent NES version of my "universal" 8-bit game Cross Chase (for all 8-bit systems). Project page: https://github.com/Fabrizio-Caruso/CROSS-CHASE Video of the current ugly NES version: https://www.youtube.com/watch?v=HK54rtE2yPk&feature=youtu.be The current versio...
by Fabrizio Caruso
Tue Feb 06, 2018 10:05 pm
Forum: Other Retro Dev
Topic: CROSS CHASE massively cross-platform 8-bit game
Replies: 7
Views: 10401

Re: CROSS CHASE massively cross-platform 8-bit game

Hi! I am still struggling to understand how to use CC65 to build functional roms for the PCE bigger than 8k. I know how create the roms but they don't work if bigger than 8k. Some sort of bank activation seems necessary but I have no idea how to activate the banks and where to put this activation co...
by Fabrizio Caruso
Thu Nov 16, 2017 2:16 pm
Forum: Other Retro Dev
Topic: CROSS CHASE massively cross-platform 8-bit game
Replies: 7
Views: 10401

Re: CROSS CHASE massively cross-platform 8-bit game

Thanks for your reply! Unfortunately my understanding of what I need to do other than just using your proposed cfg file is very limited. Am I supposed to write some startup code myself? I have no idea how to select the banks. Remark: I only need 16k to get my game to work on the NES. Why can't I jus...
by Fabrizio Caruso
Thu Nov 09, 2017 7:19 am
Forum: Other Retro Dev
Topic: CROSS CHASE massively cross-platform 8-bit game
Replies: 7
Views: 10401

CROSS CHASE massively cross-platform 8-bit game

Hi! I am developing the massively cross-platform simple game CROSS CHASE written in ANSI C: https://github.com/Fabrizio-Caruso/CROSS-CHASE The game is supposed to run on ANY 8 bit computer/console/handheld from the 70s and 80s (using either the Motorola 6809, the MOS 6502, the Zilog Z80 or their der...