Search found 174 matches

by oofwill
Mon Nov 26, 2012 12:55 pm
Forum: Demos
Topic: BadApple... again :)
Replies: 137
Views: 138949

Stef wrote:Yeah i know you were speaking about the 4MB version. I think i know what is the problem with the 8 MB version, i will fix it asap :)
Me, i didn't know :lol:
Thanks for this info ;)
by oofwill
Mon Nov 26, 2012 9:06 am
Forum: Demos
Topic: BadApple... again :)
Replies: 137
Views: 138949

djcouchycouch, semms to me you've got an everdrive right?

On mine, this rom (8Mo) return me this message : error 141 when i attempt to load it...
by oofwill
Mon Nov 26, 2012 9:02 am
Forum: Demos
Topic: Goplanes
Replies: 194
Views: 256412

Image
by oofwill
Sun Nov 11, 2012 12:11 pm
Forum: Demos
Topic: Goplanes
Replies: 194
Views: 256412

Excellent :shock: :D
by oofwill
Fri Nov 09, 2012 8:59 am
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

Aaaaaaaaaahhh ok :lol:
by oofwill
Thu Nov 08, 2012 9:51 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

I see

char serial[16]; /* Serial Number (2, 14) */

I have 14 characters.

"GM 00000000-00"

I just changed it by eliminating two extra byte as you told me

"GM 000000-00"

But i don't really understand why :oops:

DI - works up until it tries to do the level demo, then explodes
This ...
by oofwill
Thu Nov 08, 2012 8:59 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

I don't really understand what's happening now.

Header is modified (with Bastien's help), and last version can be downloaded here

On this page, you can download a small program too wich allow to test sram on RH.

I've burned an eprom with this small program and it's working on RH.

So if you ...
by oofwill
Thu Nov 08, 2012 7:40 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

Ok, i will have a closer look at this!

Thanks :)
by oofwill
Thu Nov 08, 2012 9:56 am
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

Ok, i've modified my sram code. Now this is working on Fusion.
Could you (or anyone) test it on RH?

new bin here
by oofwill
Thu Nov 08, 2012 9:04 am
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

Here is my rom_head.c file

#include "types.h"


const struct
{
char console[16]; /* Console Name (16) */
char copyright[16]; /* Copyright Information (16) */
char title_local[48]; /* Domestic Name (48) */
char title_int[48]; /* Overseas Name (48) */
char serial[16]; /* Serial Number (2, 14 ...
by oofwill
Wed Nov 07, 2012 11:43 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

You can donwload binary here

On my MD, problems (wich don't appear on emu) are:
- no choice in option (this uses sram)
- at titlescreen, when not press a button, demo should start, but on RH, it's hanging :| (this don't use sram)
- when on song selection screen, if pressing B button, we come back ...
by oofwill
Wed Nov 07, 2012 10:55 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

you're right, i've always in mind that using sram with rom>2Mo is spécial.

Indeed, it's logical that sram command cannot be above 0x200000, i don't even think about that...

Moreover, my demo is perfectly working on regen and gens, but not on RH nor Kega Fusion (i've just tested it)

I suppose i ...
by oofwill
Wed Nov 07, 2012 7:18 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

No i didn't.

To be honest, i use the code you gave me here

I'll test to do like this :

| extern void sram_enable(void);
.global sram_enable
sram_enable:
move.w #0x2700,%sr /* disable ints */
move.b #1,0xA130F1
rts

| extern void sram_disable(void);
.global sram_disable
sram_disable:
move ...
by oofwill
Wed Nov 07, 2012 5:02 pm
Forum: Demos
Topic: DDR like demo
Replies: 75
Views: 65180

So... i've made a cartridge of the demo.
It's perfectly working on emu, even save, but on real hardware... No.

At the very start, when game is supposed to init the save, nothing happens and screen stay black :(

Anyone could test it? 3.8Mo, with sram. I made it on a beyond oasis/ legend de thor ...
by oofwill
Thu Nov 01, 2012 12:29 am
Forum: Demos
Topic: Goplanes
Replies: 194
Views: 256412

Image