Jump to content

Kamshaft

Members
  • Posts

    332
  • Joined

  • Last visited

Everything posted by Kamshaft

  1. Also, you can use a syntax highlighter for Notepad++ for BASIC or rather QBASIC like this one.... https://github.com/PixelProphecy/bas_npp
  2. Posting here too! I've been able to use it within Notepad++, by using NppExec. Then executing the following... NPP_CONSOLE 0 cd "$(CURRENT_DIRECTORY)" $(CURRENT_DIRECTORY)\cvbasic.exe "$(FILE_NAME)" "$(NAME_PART).asm" $(CURRENT_DIRECTORY)\gasm80.exe "$(NAME_PART).asm" -o "$(NAME_PART).rom" Npp_run $(CURRENT_DIRECTORY)\CoolCV.exe "$(NAME_PART).rom" This will compile your cvbasic code and pop out a .rom file, then run in CoolCV for you to test! NOTE: You have to put all three .exe files in the same folder. Hope this helps!
  3. I've been able to use it within Notepad++, by using NppExec. Then executing the following... NPP_CONSOLE 0 cd "$(CURRENT_DIRECTORY)" $(CURRENT_DIRECTORY)\cvbasic.exe "$(FILE_NAME)" "$(NAME_PART).asm" $(CURRENT_DIRECTORY)\gasm80.exe "$(NAME_PART).asm" -o "$(NAME_PART).rom" Npp_run $(CURRENT_DIRECTORY)\CoolCV.exe "$(NAME_PART).rom" This will compile your cvbasic code, pop out a .rom file, then run the program in CoolCV! NOTE: You have to put all three .exe files in the same folder. Hope this helps!
  4. As freaky as this may sound, ChatGPT might be able to get most people started. All it has to learn is the syntax and logic, then it will be able to explain it too. We'll see! Can't wait!
  5. I wanna thank the individuals that kindly sent me a donation!
  6. I know that, but at this point I don't know what's causing it. Did you try another game and try downloading the manual?
  7. Sounds like caching issue. Dunno guys... Try an incognito window.
  8. Took a bit of reprogramming on my site, but I got both roms up there. Enjoy! Donations welcome! LOL
  9. The sub pages have been added! Took me like an hour to organize those pages. As for the 128K rom, my site was designed in such a way the it's one ROM per game. Would you guys rather see the 128K rom instead of the 64K one?
  10. All the files Luc sent me are up. Enjoy! https://cvaddict.com/profile.php?gameid=452 https://cvaddict.com/profile.php?gameid=451
  11. If you are intending to release your research to the public, let me know. I'll post the code on my site for everyone to learn. And if you do intend on releasing the code, do you have comments added in there? Good work!
  12. You can use my site if you wish. https://www.cvaddict.com
  13. I've added it to my site. https://cvaddict.com/profile.php?gameid=436 I don't see the other games.
  14. I've asked the question here... https://misterfpga.org/viewtopic.php?p=30821 Not much excitement.
  15. I’ve added to cvaddict.com. Looks promising ! Sent from my iPhone using Tapatalk
  16. Gerbils is a demo right? I'd rather only put full finished homebrews if possible. I've added all the other games, and thanks for the heads up!
  17. I've added (I think) all your games to the cvaddict.com database. https://cvaddict.com/publisher.php?publisherid=44 Let me know if I've missed any. I'll be honest, I think you hold the record for releasing the most homebrew games in one year, and there's five months left to go! Keep up the good work!
×
×
  • Create New...