Results 1 to 5 of 5

Thread: Current info on Sega Genesis Progamming

  1. #1
    ServBot (Level 11) swlovinist's Avatar
    Join Date
    May 2003
    Location
    Gamers Paradise
    Posts
    3,607
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Xbox LIVE
    swlovinist

    Default Current info on Sega Genesis Progamming

    I somewhat recently got to hear a speech at NWCGE 2K6 in which an Atari Homebrew programmer(I forget his name) said that the Sega Genesis was relatively easy to program for. What does it take for someone to write and program a game for this system?(Hardware and program knowledge). Any info or links to info would be great. Thanks, John
    Would you like to know more about collecting video games? Check out my extensive Youtube channel! https://www.youtube.com/user/swlovinist

  2. #2
    Bell (Level 8) CosmicMonkey's Avatar
    Join Date
    Sep 2005
    Posts
    1,790
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    I would suggest Devega. The site has a full how-to tutorial guide plus loads of examples of code. Seems to be down atm, though.

    Maybe try some other sites in the Genesis Dev Ring?

  3. #3
    Strawberry (Level 2)
    Join Date
    Dec 2005
    Location
    Stockholm, Sweden
    Posts
    409
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    I wouldn't trust a 2600 programmer when he said that a system was easy to program for. After all, the 2600 is a system that makes programmers for other systems shiver (with anticipation).

  4. #4
    Insert Coin (Level 0)
    Join Date
    Nov 2003
    Posts
    190
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Genesis programming is relatively easy in that the system has a flat address space of 4MB for cartridge ROM. The easy part is making a ROM that runs in an emulator - the hard part is making it run on hardware, as emulators tend to be much more forgiving than hardware (for example, emulators don't require that you initialize the joypads, but if you don't do it on hardware, then your button reads will be broken).

  5. #5
    Peach (Level 3)
    Join Date
    Jan 2005
    Posts
    757
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    If you don't initialize the joypads, I don't see how the emulator would know which set of buttons you're trying to read (at least on a 6 button pad). Since there's 11 buttons (not including mode) on a 6 button pad and the joystick port is only 8 bits wide, you've got to tell the controller which set of buttons you want to read.

    As for Genesis programming, it is extremely simple compared to writing for the 2600. 68000 is easy to understand, the VDP is versatile and intuitive (except maybe the way that sprites are linked togeather). The only really difficult thing about Genesis programming is getting collision detection to work correctly. When two sprites hit eachother, a "collision" flag is set but it doesn't tell you which two sprites collided. You've got to figure that out by noting where the raster scanner is when the collision flag was set, and then figure out which two sprites happened to be there at that time.

    Also, unless you're a sadist like myself, I'd suggest using one of the C compilers rather than writing the whole thing in assembly. Do the low level stuff in assembly, but the actual game logic in C.

Similar Threads

  1. Info Needed: Sega Genesis Test Cartridge
    By Penguin in forum Buying and Selling
    Replies: 4
    Last Post: 02-14-2015, 02:05 PM
  2. Current Value on Sega CD Championship Soccer 94
    By 98PaceCar in forum Buying and Selling
    Replies: 11
    Last Post: 01-13-2012, 06:00 PM
  3. Replies: 0
    Last Post: 02-16-2010, 09:56 AM
  4. genesis - Heavy Unit - any info?
    By AB Positive in forum Classic Gaming
    Replies: 8
    Last Post: 12-17-2004, 07:56 PM
  5. Genesis game sites with info and Screenshots?
    By John Draugr in forum Classic Gaming
    Replies: 5
    Last Post: 05-21-2003, 09:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •