Jump to content

codyr783

Members
  • Posts

    439
  • Joined

  • Last visited

About codyr783

  • Birthday January 1

Profile Information

  • Gender
    Male

Recent Profile Visitors

8,081 profile views

codyr783's Achievements

Moonsweeper

Moonsweeper (5/9)

0

Reputation

  1. I'm trying to set the color to green, but instead I get a random color every time I play the .bin. I want to use Color_Grass as the color. This is my first go at this so help would be appreciated. processor 6502 include "vcs.h" include "macro.h" SEG ORG $F000 Color_Grass = #$D5 Reset StartOfFrame ;vertical blank processing lda #0 sta VBLANK lda #2 sta VSYNC sta WSYNC ;VSYNCH sta WSYNC sta WSYNC lda #0 sta VSYNC ;VBLANK REPEAT 37 sta WSYNC REPEND Picture: ldx #$05 REPEAT 170 stx COLUBK sta WSYNC REPEND ldx Color_Grass REPEAT 22 stx COLUBK sta WSYNC REPEND lda #%01000010 sta VBLANK ; end of screen - enter blanking REPEAT 30 ;overscan(30) sta WSYNC REPEND jmp StartOfFrame ;TitleScreen lda #0 ORG $FFFA .word Reset ; NMI .word Reset ; RESET .word Reset ; IRQ END
  2. Would it be possible to add some of these to your game itself? I was wanting to use the title for a horizon in the background.
  3. One more question, when I try to compile it just says Compiling C:\...default.bas. It wont finish compiling. How do I fix this one?
  4. Whenever I try to compile my game, I get a message saying "C:\...\preprocess.exe cannot start or run due to incompatibility with 64-bit versions of Windows." I've installed the .net framework and I've tried running in compatibility mode, but no luck. How can I fix this?
  5. Keep mine in these little cartridge baggies; and inside a rubbermaid container. Also throw a few silica gel packs inside the containers to keep the moisture out.
  6. Thanks! One more unrelated thing, what is 8k 0840 banking?
  7. Im trying to set up a demo where you can go through the different playfields by pressing the fire button. Instead it skips to the third and then second playfield. Can anyone help? Im kind of new to this. title playfield: ................................ ................................ ........XX..........XX.......... ................................ ................................ .....X..................X....... ......X................X........ .......XX............XX......... .........XXXXXXXXXXXX........... ................................ ................................ end COLUBK = $A4 COLUPF = 22 if joy0fire then gosub cemetery drawscreen goto title cemetery playfield: ................................ ....X........................... ...XXX....X..................... ...XXX...XXX.................... .........XXX.................... ................................ ................................ ................................ ................................ ................................ ................................ end if joy0fire then gosub crypt drawscreen goto cemetery return crypt playfield: ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ............XXXXXXX............. ............XXXXXXX............. end return
  8. codyr783

    Edu Juegos

    Hello, Does anyone have any info on the Edu Juegos video game system? I can't seem to find it in the databases.
  9. Farmyard Fun by Taiwan. Send me a PM and offer if you have this. Thanks, Cody
  10. Pretty nice game. I hope that cat is shooting at me and not pissing on me though... J/K Thanks, Cody
  11. Jacky Jump has still yet to be discovered. Thanks, Cody
×
×
  • Create New...