Search found 251 matches

by sega16
Tue Sep 25, 2012 8:57 pm
Forum: Tools
Topic: BMP to Direct Color Converter
Replies: 6
Views: 5417

Oreg866's convert assumes that the image is 198 pixels wide and generates no header mine accepts any size and generates a 4 byte header that stores the width and height in a big endian word. Here is my converter http://sega16.x10.mx/directcolor.html Here is a comparison Oreg866 please do not take th...
by sega16
Tue Sep 18, 2012 10:50 pm
Forum: Sound
Topic: YM2612 write/read/register select
Replies: 33
Views: 24405

The funny thing is I bought a Teensy 2 years ago for (among other things) play with the ym2612 My goal was to made a USB toy with Serial and Audio mixed so any emu/player/whatever can send ym2612 command throught serial and user could listen like if playing a CD or throught a jack I think that is a...
by sega16
Sat Sep 15, 2012 11:43 pm
Forum: Sound
Topic: YM2612 write/read/register select
Replies: 33
Views: 24405

Yep it is all good It was my fault that it did not work I tried alot of things so I ended up assuming it was dead but now it works just fine. It turns out that my code was wrong and the reason it got hot is still unknown to me. I have better find a dual op amp I think I have one some wear or is it o...
by sega16
Sat Sep 15, 2012 7:26 pm
Forum: Sound
Topic: YM2612 write/read/register select
Replies: 33
Views: 24405

Oh wow thank you for the code I have finally got it to work! :D
by sega16
Sat Sep 15, 2012 2:22 pm
Forum: Sound
Topic: YM2612 write/read/register select
Replies: 33
Views: 24405

I posted that it will get hot but I think there is more to that I am under an impression that I may have bought a relabeled part. I have heard alot of people having trouble with SID chips and the ym2612 is also a "famous" sound chip too so I think that what may be under in the plastic may not be ym2...
by sega16
Thu Sep 13, 2012 8:37 pm
Forum: Megadrive/Genesis
Topic: Recommended assembly tools & docs for beginning with ASM
Replies: 8
Views: 7753

Hi! I recently started learning too, and I've blogged the entire process here: http://bigevilcorp.wordpress.com/2012/02/28/sega-megadrive-1-getting-started/ http://bigevilcorp.wordpress.com/2012/03/01/sega-megadrive-2-so-assembly-language-then/ http://bigevilcorp.wordpress.com/2012/03/09/sega-megad...
by sega16
Thu Sep 13, 2012 12:15 am
Forum: Regen
Topic: Pier solar in Regen
Replies: 32
Views: 55126

oofwill wrote: If i'm your pet peve because i wrote this, it doesn't matter, i'm not offent ;)
No it has nothing to do with you I have always disliked it when people said downloading old games is illegal.
by sega16
Wed Sep 12, 2012 7:18 pm
Forum: Regen
Topic: Pier solar in Regen
Replies: 32
Views: 55126

what means "#1 pet peve people"? :lol: It means something that bothers you in this case it bothers me when people say remaking an old game is illegal or that is illegal to download a rom for a 20 year old game and my English is not the greatest either so it is not a big deal. also I may spelled pet...
by sega16
Wed Sep 12, 2012 1:03 am
Forum: Sound
Topic: TFM/VGM Music Maker went bye bye?
Replies: 2
Views: 3525

I got echo working in bex unlike smps there is no memory conflicts since it needs no m68k ram check it out
http://devster.proboards.com/index.cgi? ... thread=814
by sega16
Tue Sep 11, 2012 11:00 pm
Forum: Regen
Topic: Pier solar in Regen
Replies: 32
Views: 55126

LOL I don't agree with piracy... but that's my point of view. Piracy is not history of elapsed time. Pier solar has arrived at the end of december 2011. You know, such games as streets of rage (1991) are old, but if you copy it, that's piracy. (this is for this reason SEGA attacked the authors of s...
by sega16
Sat Sep 08, 2012 11:03 pm
Forum: Super 32X
Topic: Where do I start?
Replies: 4
Views: 9151

You have to learn to crawl before you can walk and walk before you can run. I would recommend that you at least learn c first before attempting to write a game and pointers are a huge thing especially when it comes to accessing hardware you MUST learn pointers. Also asm is good especially for older ...
by sega16
Sat Aug 25, 2012 10:21 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 45441

When I was using inline assembly in my project all registers address and sp (which is basically a7) need to have a % symbol before them could that be it?
by sega16
Tue Aug 21, 2012 9:45 pm
Forum: Sound
Topic: YM2612 CSM Mode - Speech Synthesis
Replies: 6
Views: 7881

One Japaneses girl used it along side an over rated video http://68000.web.fc2.com/bad_apple.html
Also even if it does sound bad/fake I think it would be useful for one of those evil robot takes over world you must save the world type of games or pretty much anything that involves robots.
by sega16
Wed Aug 15, 2012 9:38 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 45441

Re: DDR like demo

now i have a question : is there any way to save score (in order to use it with a original pcb then) with SGDK? Yes you could make a pcb with sram and cr2032 battery but if you just want to save the score it would make the pcb cost less to come up with a password system. An idea I had was to xor en...
by sega16
Mon Aug 13, 2012 3:12 am
Forum: Super 32X
Topic: Handling of Control Pad input too sensitive?
Replies: 13
Views: 15452

What I do for my program is wait for the user to press AND RELEASE the start button then I wait for them to press start again after they release start then unpause the game So check start if user pressed start paused the game then wait for start to be NOT pressed after that wait for the user to pres...