don't click here

W00T!

Discussion in 'Engineering & Reverse Engineering' started by LocalH, Jun 11, 2004.

Thread Status:
Not open for further replies.
  1. LocalH

    LocalH

    roxoring your soxors Tech Member
    3,314
    35
    28
    Nunya
    Rock Band 3 Deluxe
    Finally did it - I made C64-style rasterbars on the Genesis. Couldn't get IRQs working, so I just busywait for every screen split. Now all I gotta do is get some tile data on the screen and set up some sprites, and I'm good to go. I might even have a shitty demo released by the end of next week.
     
  2. Mystical Ninja

    Mystical Ninja

    For old time's sake. Oldbie
    3,342
    5
    18
    New Castle, Delaware
    Nothing that concerns this place in the least.
    Sounds interesting. I'd like to see how this turns out.
     
  3. LocalH

    LocalH

    roxoring your soxors Tech Member
    3,314
    35
    28
    Nunya
    Rock Band 3 Deluxe
    Well, there's nothing worth looking at right now, just a ROM that plays GHZ music, has raster bars at the very top and bottom, and an area on the screen that is alternating between light and medium gray on every frame (called 'interlacing' on the C64 but unrelated to hardware NTSC interlacing).
     
  4. drx

    drx

    mfw Researcher
    2,254
    350
    63
    :rolleyes:
    nice! I was trying to program a simple pong game some time ago, but I scrapped it, because I have more interesting things to do =P
     
  5. LocalH

    LocalH

    roxoring your soxors Tech Member
    3,314
    35
    28
    Nunya
    Rock Band 3 Deluxe
    I decided to post what I have now, already.

    Rasters (runs in either Kega or Gens)
     
  6. JoseTB

    JoseTB

    Tech Member
    717
    59
    28
    Looks like the "holy" zip had something to do in this rom =P anyway,very cool rasterbars,you needed to use z80 to this rom? (apart from the music,I mean to do that rasterbars)
     
  7. LocalH

    LocalH

    roxoring your soxors Tech Member
    3,314
    35
    28
    Nunya
    Rock Band 3 Deluxe
    No, although the Z80 *can* be used to set the backdrop. The only Z80 code is the sound driver which is decompressed to Z80 RAM when the ROM starts.

    I actually did the bars using a very bad method - instead of referencing a list of colors and rasterlines to trigger the changes on, I hardcoded the color values and rasterlines directly in the code, so it's not too flexible. I need to recode it to use two tables in RAM, so that I can modify them in realtime.
     
  8. Quickman

    Quickman

    be attitude for gains Tech Member
    5,595
    18
    18
    :x
    omg porjcet
    What do you plan to do with this raster?
     
Thread Status:
Not open for further replies.