Jump to content

Kamshaft

Members
  • Posts

    332
  • Joined

  • Last visited

1 Follower

About Kamshaft

  • Birthday 12/09/1970

Contact / Social Media

Profile Information

  • Gender
    Male
  • Location
    Ontario, CANADA
  • Interests
    Art, Video Games new and old.

Recent Profile Visitors

9,009 profile views

Kamshaft's Achievements

Moonsweeper

Moonsweeper (5/9)

173

Reputation

  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!
×
×
  • Create New...