Jump to content

esplonky

Members
  • Content Count

    452
  • Joined

  • Last visited

Posts posted by esplonky


  1. I'm Looking for a sega Genesis Model 1, with two controllers, and at least 5 games. I don't know much about genesis games so any games will be fine (but I do want Sonic 1 and Streets of rage.)

     

    PM me with if interested.


  2. my new header:

     

    const noscore = 1
    includesfile multisprite.inc
    set kernel multisprite
    set romsize 4k
    set tv ntsc
    set smartbranching on
    

     

    my new error:

    [[email protected]/xxxxx/xx/xxxxxx/xxxx/xx]# make

    2600basic.sh default.bas -O

    Starting build of default.bas

    2600 Basic compilation complete.

    DASM V2.20.09, Macro Assembler ©1988-2003

    fs length $85

    bytes of ROM space left

    --> cycle74_HMCLR f07d

    2692 bytes of ROM space left

    Unrecoverable error(s) in pass, aborting assembly!

    Complete.

    Build complete.

    \n >:( >:( >:( Compile of default.bas FAILED! >:( >:( >:(\n


  3. heres my new header:

     

    set tv ntsc
    const noscore = 1
    include multisprite_kernel.asm
    includes multisprite.h
    set kernel multisprite
    set romsize 4k
    

     

    and i still get this:

     

    [[email protected]/xxxx/xxxx/xxxx/xx]# make
    2600basic.sh default.bas -O
    Starting build of default.bas
    2600 Basic compilation complete.
    DASM V2.20.09, Macro Assembler (C)1988-2003
    fs length $85
    --> FineAdjustTableBegin f000				 
    default.bas.asm (1199): error: EQU: Value mismatch.
    old value: $ef0f  new value: $f35b
    default.bas.asm (1434): error: Branch out of range (-1095 bytes).
    default.bas.asm (1652): error: Branch out of range (-1046 bytes).
    default.bas.asm (1906): error: Branch out of range (-1095 bytes).
    default.bas.asm (1917): error: Branch out of range (-1094 bytes).
    default.bas.asm (2210): error: Branch out of range (-1092 bytes).
    Build complete.
    \n	 > > > Compile of default.bas FAILED! > > >\n
    


  4. Here's my header

     

    set tv ntsc
    const noscore = 1
    set kernel_options pfcolors no_blank_lines
    include multisprite_kernel.asm
    include multisprite.h
    set kernel multisprite
    set romsize 4k
    

     

     

    I used the two files, multisprite.h, and multisprite.asm and i get this error:

     

    [[email protected]/xxxx/xxxx/xxxx]# make
    2600basic.sh default.bas -O
    Starting build of default.bas
    2600 Basic compilation complete.
    DASM V2.20.09, Macro Assembler (C)1988-2003
    fs length $85
    --> FineAdjustTableBegin f000				 
    default.bas.asm (1199): error: EQU: Value mismatch.
    old value: $ef0f  new value: $f35b
    default.bas.asm (1434): error: Branch out of range (-1095 bytes).
    default.bas.asm (1652): error: Branch out of range (-1046 bytes).
    default.bas.asm (1906): error: Branch out of range (-1095 bytes).
    default.bas.asm (1917): error: Branch out of range (-1094 bytes).
    default.bas.asm (2210): error: Branch out of range (-1092 bytes).
    Build complete.
    \n	 > > > Compile of default.bas FAILED! > > >\n
    


  5. I'm Looking to buy an Atari 800 or 800XL Computer with all of its cords.

    I have joysticks for My 2600, and I know they will work with an 800,

    I'm looking for the following carts/accessories for it:

    BASIC Cartridge

    Atari Assembler Editor or MAC/65

    Donkey Kong

    Pac-Man

    Joust

    any RAM/ROM Expansions


  6. I'm impressed . . . and honored that you decided to kind of base it on the game I'm working on at the moment! Could you go more in-depth on how you disabled certain features in bB because I'm kind of under a space crunch at the moment and getting all the room I can get would be nice :D

     

    Never-mind I found out how to do it here Default Includes

     

    Going to be doing that now!!!

     

    hey, how did you get your game to be sold on the AtariAge store and are you making money off of it?


  7. so every once in a while, my atari will start flashing static on the screen, and then it'll just go static until i turn off and turn on the system. it gets annoying when you are about to beat your high score on river raid and all of a sudden it goes static and you can't see anything.

×
×
  • Create New...